vcl-dxchartxydiagram-e737dc53.md
The base class for all classes that implement XY series View settings.
TdxChartXYSeriesCustomView = class(
TdxChartSeriesCustomView
)
A series View determines how an XY 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 list below outlines key members of the TdxChartXYSeriesCustomView class that allow you to configure common XY series View settings.
Allow you to associate the series View with different axes of arguments and values in the parent XY diagram.
The Chart control uses the scales of the associated axes to display an XY series.
GetDescriptionReturns the series View type description.GetViewImagesReturns an image list populated with icons that correspond to all registered series View types.GetViewImageIndexReturns the index of the icon that corresponds to the current series View type.SeriesProvides access to the XY series to which the current View settings belong.ValueLabelsProvides access to value label settings.
The TdxChartXYSeries.View property references the currently active series View as a TdxChartXYSeriesCustomView object. You need to cast it to the corresponding descendant of the TdxChartXYSeriesCustomView class to access all public API members.
Do not use the TdxChartXYSeriesCustomView class directly. Use the following descendants instead:
TdxChartXYSeriesAreaViewStores Simple Area View settings.TdxChartXYSeriesFullStackedAreaViewStores Full-Stacked Area View settings.TdxChartXYSeriesStackedAreaViewStores Stacked Area View settings.
TdxChartXYSeriesBarViewStores Bar View settings.TdxChartXYSeriesFullStackedBarViewStores Full-Stacked Bar View settings.TdxChartXYSeriesStackedBarViewStores Stacked Bar View settings.
TdxChartXYSeriesLineViewStores Line View settings.TdxChartXYSeriesFullStackedLineViewStores Full-Stacked Line View settings.TdxChartXYSeriesStackedLineViewStores Stacked Line View settings.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartSeriesCustomView TdxChartXYSeriesCustomView
See Also
TdxChartSimpleSeriesCustomView Class