Class
ChartMarkedZonesCollection

Marked zones collection

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

cs-api-definition
public class ChartMarkedZonesCollection : ChartingStateManagedCollection<ChartMarkedZone>, IChartingStateManager, IList, ICollection, IEnumerable

Inheritance: objectChartingStateManagedCollection<ChartMarkedZone>ChartMarkedZonesCollection

Implements: IChartingStateManagerICollectionIEnumerableIList

Inherited Members ChartingStateManagedCollection<ChartMarkedZone>.IndexOf(ChartMarkedZone)ChartingStateManagedCollection<ChartMarkedZone>.AddRange(ChartMarkedZone[])ChartingStateManagedCollection<ChartMarkedZone>.Contains(ChartMarkedZone)ChartingStateManagedCollection<ChartMarkedZone>.CopyTo(ChartMarkedZone[], int)ChartingStateManagedCollection<ChartMarkedZone>.GetEnumerator()ChartingStateManagedCollection<ChartMarkedZone>.LoadViewState(object)ChartingStateManagedCollection<ChartMarkedZone>.SaveViewState()ChartingStateManagedCollection<ChartMarkedZone>.SetItemDirty(ChartMarkedZone)ChartingStateManagedCollection<ChartMarkedZone>.OnInsert(int, object)ChartingStateManagedCollection<ChartMarkedZone>.OnInsertComplete(int, object)ChartingStateManagedCollection<ChartMarkedZone>.OnRemove(int, object)ChartingStateManagedCollection<ChartMarkedZone>.OnRemoveComplete(int, object)ChartingStateManagedCollection<ChartMarkedZone>.OnClear()ChartingStateManagedCollection<ChartMarkedZone>.OnClearComplete()ChartingStateManagedCollection<ChartMarkedZone>.ListChartingStateManagedCollection<ChartMarkedZone>.CountChartingStateManagedCollection<ChartMarkedZone>.IsReadOnly

Constructors

ChartMarkedZonesCollection()

Create instance of class

Declaration

cs-api-definition
public ChartMarkedZonesCollection()

ChartMarkedZonesCollection(ChartPlotArea)

Create instance of class

Declaration

cs-api-definition
public ChartMarkedZonesCollection(ChartPlotArea parent)

Parameters

parent

ChartPlotArea

ChartPlotArea object as parent

Properties

Parent

Parent element

Declaration

cs-api-definition
[Browsable(false)]
public ChartPlotArea Parent { get; set; }

Property Value

ChartPlotArea

this[int]

Gets or sets a GridMarker at the specific position in GridMarkers collection.

Declaration

cs-api-definition
[Browsable(false)]
public override ChartMarkedZone this[int index] { get; set; }

Parameters

index

int

Position in the collection

Property Value

ChartMarkedZone

GridMarker at the specific position

Overrides ChartingStateManagedCollection<ChartMarkedZone>.this[int]

Methods

Add(ChartMarkedZone)

Add MarkerZone in the collection

Declaration

cs-api-definition
public override void Add(ChartMarkedZone item)

Parameters

item

ChartMarkedZone

GridMarker for adding

Overrides ChartingStateManagedCollection<ChartMarkedZone>.Add(ChartMarkedZone)

Clear()

Clear collection

Declaration

cs-api-definition
public void Clear()

Insert(int, ChartMarkedZone)

Insert GridMarker in collection at the specific position

Declaration

cs-api-definition
public override void Insert(int index, ChartMarkedZone item)

Parameters

index

int

Position

item

ChartMarkedZone

GridMarker

Overrides ChartingStateManagedCollection<ChartMarkedZone>.Insert(int, ChartMarkedZone)

Remove(ChartMarkedZone)

Remove GridMarker from collection

Declaration

cs-api-definition
public override bool Remove(ChartMarkedZone item)

Parameters

item

ChartMarkedZone

GridMarker

Returns

bool

Overrides ChartingStateManagedCollection<ChartMarkedZone>.Remove(ChartMarkedZone)

RemoveAt(int)

Remove GridMarker in the specific position from collection

Declaration

cs-api-definition
public override void RemoveAt(int index)

Parameters

index

int

Position

Overrides ChartingStateManagedCollection<ChartMarkedZone>.RemoveAt(int)