DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates the internal width of the chart object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public int ChartWidth { get; }
Visual Basic
Public ReadOnly Property ChartWidth As Integer
	Get
Visual C++
public:
virtual property int ChartWidth {
	int get () sealed;
}

Return Value

Type: Int32
The internal width of the chart object.

Remarks