Click or drag to resize
ManagedDashboardchartOutCnvBaseFontSize Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets the base font size for labels outside the chart canvas bounds.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public int chartOutCnvBaseFontSize { get; set; }

Property Value

Type: Int32
The base font size for labels outside the chart canvas bounds.

Return Value

Type: Int32
The base font size for labels outside the chart canvas bounds.
Remarks
If this value is set to -1, the size of text outside the chart bounds will be derived from the chartBaseFontSize property.
See Also