ManagedDashboardchartBaseFontSize Property |
|
DataPA OpenAnalytics API Reference
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 public int chartBaseFontSize { get; set; }
Public Property chartBaseFontSize As Integer
Get
Set
public:
virtual property int chartBaseFontSize {
int get () sealed;
void set (int value) sealed;
}
function get_chartBaseFontSize();
function set_chartBaseFontSize(value);
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.
See Also