Back to Devexpress

TcxGridChartView.VisibleSeries Property

vcl-cxgridchartview-dot-tcxgridchartview-75930092.md

latest2.0 KB
Original Source

TcxGridChartView.VisibleSeries Property

Provides indexed access to all the series whose values are rendered in the View.

Declaration

delphi
property VisibleSeries[Index: Integer]: TcxGridChartSeries read;

Property Value

TypeDescription
TcxGridChartSeries

A grid chart series.

|

Remarks

Use the VisibleSeries zero-based indexed collection to access all the series which provide series values for rendering the View (i.e., that are visible within the View). For all these series the Visible property is set to True. To hide the series values of a specific series set its Visible property to False. Use the VisibleSeriesCount property to get a count of the total number of series that are currently visible within the View. In order to access all the series within the View, use the Series collection and the SeriesCount property to obtain the total number of these series.

A series in a Chart View is represented by an instance of the TcxGridChartSeries class which provides various properties for customizing the appearance of the series within the View.

See Also

TcxGridChartView.ClearSeries Procedure

TcxGridChartView.Series Property

TcxGridChartView.SeriesCount Property

TcxGridChartView.VisibleSeriesCount Property

TcxGridChartView Class

TcxGridChartView Members

cxGridChartView Unit