DataPA Enterprise Dashboard Controls API Reference
Gets and sets the base font size of the chart.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public int chartBaseFontSize { get; set; }
Visual Basic
Public Property chartBaseFontSize As Integer
	Get
	Set
Visual C++
public:
virtual property int chartBaseFontSize {
	int get () sealed;
	void set (int value) sealed;
}

Property Value

Type: Int32
The base font size of the chart.

Return Value

Type: Int32
The base font size of the chart.

Remarks

The base font size determines the size of text for all the values and the names in the chart which lie on the canvas. A value of -1 will cause the chart to use it's default base font size.

See Also