Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartSimpleSeries.View Property

Provides access to the active series View settings.

#Declaration

Delphi
property View: TdxChartSimpleSeriesCustomView read; write;

#Property Value

Type Description
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:

TdxChartSimpleSeriesDoughnutView
Stores Doughnut View settings.
TdxChartSimpleSeriesPieView
Stores Pie View settings.

Tip

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

See Also