ChartMarkingAreaCollectionItem Property |
Gets or sets a GridMarker at the specific position in GridMarkers collection.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic override ChartMarkingArea this[
int index
] { get; set; }
Public Overrides Default Property Item (
index As Integer
) As ChartMarkingArea
Get
Set
public:
virtual property ChartMarkingArea^ default[int index] {
ChartMarkingArea^ get (int index) override;
void set (int index, ChartMarkingArea^ value) override;
}
abstract Item : ChartMarkingArea with get, set
override Item : ChartMarkingArea with get, set
Parameters
- index
- Type: SystemInt32
Position in the collection
Return Value
Type:
ChartMarkingAreaGridMarker at the specific position
Implements
IListTItemInt32
See Also