New to Telerik ReportingStart a free 30-day trial

Base class for a different markers representation

Definition

Constructors

Create new instance of ChartMarker class.

C#
public ChartMarker()

Create new instance of ChartMarker class.

C#
public ChartMarker(IContainer container)
Parameters:containerIContainer

Container element

Create new instance of ChartMarker class.

C#
public ChartMarker(object parent, IContainer container)
Parameters:parentobject

Parent element

containerIContainer

Container element

Create new instance of ChartMarker class.

C#
public ChartMarker(object parent)
Parameters:parentobject

Parent lement

Fields

Active region

C#
protected ActiveRegion chartMarkerActiveRegion

Properties

Active region

C#
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public ActiveRegion ActiveRegion { get; set; }

LabelAppearance properties

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public StyleMarker Appearance { get; }

Parent

object

Gets and sets Parent element

C#
[Browsable(false)]
public object Parent { get; set; }
Property Value:

Parent element

Gets and sets visibility

C#
public virtual bool Visible { get; set; }
Property Value:

Visibility of marker

Methods

Copy fields from specified object

C#
public void CopyFrom(ChartMarker marker)
Parameters:markerChartMarker

Marker to copy from

Releases unmanaged and - optionally - managed resources

C#
protected override void Dispose(bool disposing)
Parameters:disposingbool

true to release both managed and unmanaged resources; false to release only unmanaged resources.

Overrides: LayoutElement.Dispose(bool)

Load data to ViewState

C#
protected override void LoadViewState(object savedState)
Parameters:savedStateobject

ViewState with data

Overrides: LayoutElement.LoadViewState(object)

Save data to ViewState

C#
protected override object SaveViewState()
Returns:

object

Saved data

Overrides: LayoutElement.SaveViewState()

Track ViewState

C#
protected override void TrackViewState()

Overrides: LayoutElement.TrackViewState()