DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The base font size of the chart.
The base font size of the chart.
Gets and sets the base font size of the chart.
Namespace: DataPAEnterpriseDashboardAssembly: 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: Int32The base font size of the chart.
Return Value
Type: Int32The 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.