Marked zones collection
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
public class ChartMarkedZonesCollection : ChartingStateManagedCollection<ChartMarkedZone>, IChartingStateManager
Inheritance: objectChartingStateManagedCollection<ChartMarkedZone>ChartMarkedZonesCollection
Implements:
Inherited Members
Constructors
Create instance of class
public ChartMarkedZonesCollection()
Create instance of class
public ChartMarkedZonesCollection(ChartPlotArea parent)
ChartPlotArea object as parent
Properties
Parent element
[Browsable(false)]
public ChartPlotArea Parent { get; set; }
Gets or sets a GridMarker at the specific position in GridMarkers collection.
[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
public override void Add(ChartMarkedZone item)
GridMarker for adding
Overrides:
Clear collection
public void Clear()
Insert GridMarker in collection at the specific position
public override void Insert(int index, ChartMarkedZone item)
Position
itemChartMarkedZoneGridMarker
Overrides:
Remove GridMarker from collection
public override bool Remove(ChartMarkedZone item)
GridMarker
Returns:bool
Overrides:
Remove GridMarker in the specific position from collection
public override void RemoveAt(int index)
Position
Overrides: