Click or drag to resize
ManagedDashboardchartBaseFontSize Property DataPA OpenAnalytics
DataPA OpenAnalytics 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
public int chartBaseFontSize { get; set; }

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