[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.DdrDesigner.Designers.DvChart.UI.StubSizeLegendPointCollection.Item

this Property

this[int, int]

Gets the two dimensional array of data points in the chart.

Declaration
public IPlotLegendPoint this[int series, int category] { get; }
Parameters
Type Name Description
int series

The series index of the item.

int category

The category index of the item.

Implements