Skip to main content

TcxGridChartView.VisibleSeries Property

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

Declaration

property VisibleSeries[Index: Integer]: TcxGridChartSeries read;

Property Value

Type
TcxGridChartSeries

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