vcl-dxchartsimplediagram-7d2c238e.md
The base class for all classes that implement simple series View settings.
TdxChartSimpleSeriesCustomView = class(
TdxChartSeriesCustomView
)
A series View determines how a simple diagram displays series. A diagram can display multiple series with different Views and individual View appearance settings. You can use the ViewType or ViewClass property of a series to switch between compatible Views and display the same data in a different manner at any time.
The TdxChartSimpleSeriesCustomView class has members that allow you to do the following:
ValueLabelsProvides access to series value label settings.GetDescriptionReturns the series View description.GetViewImagesReturns an image list populated with all icons that indicate series View types at the target DPI.GetViewImageIndexReturns the index of the icon associated with the series View type.AppearanceProvides access to Simple View appearance settings.SeriesProvides access to the series to which the current View settings belong.AssignCopies compatible settings between simple series Views.
TdxChartSimpleSeriesPieViewStores Pie View settings.TdxChartSimpleSeriesDoughnutViewStores Doughnut View settings.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartSeriesCustomView TdxChartSimpleSeriesCustomView
See Also
TdxChartXYSeriesCustomView Class