DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The base font size for labels outside the chart canvas bounds.
The base font size for labels outside the chart canvas bounds.
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
C# |
---|
public int chartOutCnvBaseFontSize { get; set; } |
Visual Basic |
---|
Public Property chartOutCnvBaseFontSize As Integer Get Set |
Visual C++ |
---|
public: virtual property int chartOutCnvBaseFontSize { int get () sealed; void set (int value) sealed; } |
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.