vcl-dxchartxyserieslineview-e0cdac4d.md
Stores Line View settings.
TdxChartXYSeriesLineView = class(
TdxChartXYSeriesCustomView
)
A Line View displays series values as lines and/or points in any combination. Line Views are often used to show and compare multiple trends on the same diagram.
The TdxChartXYSeriesLineView class implements the Simple Line View designed for demonstration of one series or comparison of multiple trends. To select the Simple Line View, assign 'Line' to the ViewType property of an XY series.
The list below outlines key members of the TdxChartXYSeriesLineView class that allow you to customize appearance of an XY series that uses the Simple Line View.
AppearanceProvides access to general appearance settings.MarkersAllows you to display value markers and change their size, shape, and color.OptimizationSpecifies the active line draw performance optimization mode.
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 View property of an XY series references the TdxChartXYSeriesLineView class as a TdxChartSeriesCustomView object if the ViewType property of the series is set to 'Line'. You need to cast the returned object to the TdxChartXYSeriesLineView class to access all public API members.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartSeriesCustomView TdxChartXYSeriesCustomView TdxChartXYSeriesLineView
See Also
TdxChartXYSeriesStackedLineView Class
TdxChartXYSeriesFullStackedLineView Class