ChartMarker
Base class for a different markers representation
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ChartMarker : LayoutElement, IChartingStateManagedItem, IChartingStateManager, IOrdering
Inheritance: objectStateManagedObjectRenderedObjectLayoutElementChartMarker
Implements:
Inherited Members
Constructors
Create new instance of ChartMarker class.
public ChartMarker()
Create new instance of ChartMarker class.
Create new instance of ChartMarker class.
public ChartMarker(object parent, IContainer container)
Parent element
containerIContainerContainer element
Create new instance of ChartMarker class.
public ChartMarker(object parent)
Parent lement
Fields
Active region
protected ActiveRegion chartMarkerActiveRegion
Properties
Active region
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public ActiveRegion ActiveRegion { get; set; }
LabelAppearance properties
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public StyleMarker Appearance { get; }
Parent
object
Gets and sets Parent element
[Browsable(false)]
public object Parent { get; set; }
Parent element
Visible
bool
Gets and sets visibility
public virtual bool Visible { get; set; }
Visibility of marker
Methods
Copy fields from specified object
Releases unmanaged and - optionally - managed resources
protected override void Dispose(bool disposing)
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Overrides:
Load data to ViewState
protected override void LoadViewState(object savedState)
ViewState with data
Overrides:
SaveViewState()
object
Save data to ViewState
protected override object SaveViewState()
object
Saved data
Overrides:
Track ViewState
protected override void TrackViewState()
Overrides: