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