[]
Gets or sets area object at the given index
public ChartArea this[int index] { get; set; }
Type | Name | Description |
---|---|---|
int | index |
Gets the ChartArea with the specified chart area name.
public ChartArea this[string chartAreaName] { get; }
Type | Name | Description |
---|---|---|
string | chartAreaName | Name of the chart area. |
Type | Description |
---|---|
ChartArea | ChartArea. |