DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates the internal height of the chart object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public int ChartHeight { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ChartHeight As Integer
Get |
| Visual C++ |
|---|
public:
virtual property int ChartHeight {
int get () sealed;
} |
Return Value
Type:
Int32The internal height of the chart object.
Remarks
See Also