Back to Devexpress

TdxChartSimpleSeries.View Property

vcl-dxchartsimplediagram-dot-tdxchartsimpleseries.md

latest1.3 KB
Original Source

TdxChartSimpleSeries.View Property

Provides access to the active series View settings.

Declaration

delphi
property View: TdxChartSimpleSeriesCustomView read; write;

Property Value

TypeDescription
TdxChartSimpleSeriesCustomView

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:

TdxChartSimpleSeriesDoughnutViewStores Doughnut View settings.TdxChartSimpleSeriesPieViewStores Pie View settings.

Tip

To identify the actual View type, call the View.ClassType function.

See Also

TdxChartXYSeries.View Property

TdxChartCustomSeries.View Property

TdxChartSimpleSeries Class

TdxChartSimpleSeries Members

dxChartSimpleDiagram Unit