TdxChartSimpleSeries.View Property
Provides access to the active series View settings.
#Declaration
property View: TdxChartSimpleSeriesCustomView read; write;
#Property Value
Type | Description |
---|---|
Tdx |
Stores simple series View settings. |
#Remarks
Cast the View
property value to one of the following classes depending on the active series View to access all public API members:
- TdxChartSimpleSeriesDoughnutView
- Stores Doughnut View settings.
- TdxChartSimpleSeriesPieView
- Stores Pie View settings.
Tip
To identify the actual View type, call the View
.Class