Interface IChartLegendEntries
public interface IChartLegendEntries
Properties
Count
int Count { get; }
Property Value
this[int]
IChartLegendEntry this[int iIndex] { get; }
Parameters
iIndex
int
public interface IChartLegendEntries
int Count { get; }
IChartLegendEntry this[int iIndex] { get; }
iIndex
int