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