ManagedDashboardchartOutCnvBaseFontSize Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the base font size for labels outside the chart canvas bounds.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public int chartOutCnvBaseFontSize { get; set; }
Public Property chartOutCnvBaseFontSize As Integer
Get
Set
public:
virtual property int chartOutCnvBaseFontSize {
int get () sealed;
void set (int value) sealed;
}
function get_chartOutCnvBaseFontSize();
function set_chartOutCnvBaseFontSize(value);
Property Value
Type:
Int32The base font size for labels outside the chart canvas bounds.
Return Value
Type:
Int32The 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