Class ChartMarkedZonesCollection
Marked zones collection
Inheritance
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class ChartMarkedZonesCollection : ChartingStateManagedCollection<ChartMarkedZone>, IDeserializableCollection, IList<ChartMarkedZone>, ICollection<ChartMarkedZone>, IEnumerable<ChartMarkedZone>, IChartingStateManager, IList, ICollection, IEnumerable
Constructors
ChartMarkedZonesCollection()
Create instance of class
Declaration
public ChartMarkedZonesCollection()
ChartMarkedZonesCollection(ChartPlotArea)
Create instance of class
Declaration
public ChartMarkedZonesCollection(ChartPlotArea parent)
Parameters
ChartPlotArea
parent
ChartPlotArea object as parent |
Properties
Item[Int32]
Gets or sets a GridMarker at the specific position in GridMarkers collection.
Declaration
public override ChartMarkedZone this[int index] { get; set; }
Parameters
System.Int32
index
Position in the collection |
Property Value
ChartMarkedZone
GridMarker at the specific position |
Overrides
Parent
Methods
Add(ChartMarkedZone)
Add MarkerZone in the collection
Declaration
public override void Add(ChartMarkedZone item)
Parameters
ChartMarkedZone
item
GridMarker for adding |
Overrides
Clear()
Clear collection
Declaration
public void Clear()
Insert(Int32, ChartMarkedZone)
Insert GridMarker in collection at the specific position
Declaration
public override void Insert(int index, ChartMarkedZone item)
Parameters
System.Int32
index
Position |
ChartMarkedZone
item
GridMarker |
Overrides
Remove(ChartMarkedZone)
Remove GridMarker from collection
Declaration
public override bool Remove(ChartMarkedZone item)
Parameters
ChartMarkedZone
item
GridMarker |
Returns
System.Boolean
|
Overrides
RemoveAt(Int32)
Remove GridMarker in the specific position from collection
Declaration
public override void RemoveAt(int index)
Parameters
System.Int32
index
Position |