ChartMarker
Class
Base class for a different markers representation
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ChartMarker : LayoutElement, IChartingStateManagedItem, IChartingStateManager, IOrdering
Inheritance: objectStateManagedObjectRenderedObjectLayoutElementChartMarker
Implements:
Inherited Members
Constructors
Create new instance of ChartMarker class.
C#
public ChartMarker()
Create new instance of ChartMarker class.
Create new instance of ChartMarker class.
C#
public ChartMarker(object parent, IContainer container)
Parent element
containerIContainerContainer element
Create new instance of ChartMarker class.
Fields
Active region
C#
protected ActiveRegion chartMarkerActiveRegion
Properties
Active region
C#
[Browsable(true)]
public ActiveRegion ActiveRegion { get; set; }
LabelAppearance properties
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[SkinnableProperty]
public StyleMarker Appearance { get; }
Gets and sets Parent element
C#
[Browsable(false)]
public object Parent { get; set; }
Parent element
Methods
Copy fields from specified object
Load data to ViewState
C#
protected override void LoadViewState(object savedState)
ViewState with data
Overrides:
Save data to ViewState
Track ViewState
C#
protected override void TrackViewState()
Overrides: