vcl-dxchartxydiagram-dot-tdxchartxyseries.md
Provides access to the active series View settings.
property View: TdxChartXYSeriesCustomView read; write;
| Type | Description |
|---|---|
| TdxChartXYSeriesCustomView |
Stores XY series View settings.
|
Cast the View property value to one of the following classes depending on the active series View to access all public API members:
TdxChartXYSeriesAreaViewStores Simple Area View settings.TdxChartXYSeriesStackedAreaViewStores Stacked Area View settings.TdxChartXYSeriesFullStackedAreaViewStores Full-Stacked Area View settings.TdxChartXYSeriesBarViewStores Bar View settings.TdxChartXYSeriesStackedBarViewStores Stacked Bar View settings.TdxChartXYSeriesFullStackedBarViewStores Full-Stacked Bar View settings.TdxChartXYSeriesLineViewStores Line View settings.TdxChartXYSeriesStackedLineViewStores Stacked Line View settings.TdxChartXYSeriesFullStackedLineViewStores Full-Stacked Line View settings.
Tip
To identify the actual View type, call the View.ClassType function.
See Also
TdxChartSimpleSeries.View Property