Item

ChartDataPointCollection indexer (1 of 2)

Devuelve el punto de datos de la serie por index.

public IChartDataPoint this[int index] { get; }

Ver también


ChartDataPointCollection indexer (2 of 2)

Índice de retorno del punto de datos en esta colección.

public int this[IChartDataPoint pt] { get; }

Ver también