ClassChartMarker
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
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
object
Parent lement
ChartMarker(object, IContainer)
Create new instance of ChartMarker class.
Declaration
public ChartMarker(object parent, IContainer container)
Parameters
parent
object
Parent element
container
Container element
Fields
chartMarkerActiveRegion
Active region
Declaration
protected ActiveRegion chartMarkerActiveRegion
Field Value
Properties
ActiveRegion
Active region
Declaration
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public ActiveRegion ActiveRegion { get; set; }
Property Value
Appearance
LabelAppearance properties
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public StyleMarker Appearance { get; }
Property Value
Parent
Gets and sets Parent element
Declaration
[Browsable(false)]
public object Parent { get; set; }
Property Value
object
Parent element
Visible
Gets and sets visibility
Declaration
public virtual bool Visible { get; set; }
Property Value
bool
Visibility of marker
Methods
CopyFrom(ChartMarker)
Copy fields from specified object
Declaration
public void CopyFrom(ChartMarker marker)
Parameters
marker
Marker to copy from
Dispose(bool)
Releases unmanaged and - optionally - managed resources
Declaration
protected override void Dispose(bool disposing)
Parameters
disposing
bool
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Overrides
LoadViewState(object)
Load data to ViewState
Declaration
protected override void LoadViewState(object savedState)
Parameters
savedState
object
ViewState with data
Overrides
SaveViewState()
Save data to ViewState
Declaration
protected override object SaveViewState()
Returns
object
Saved data
Overrides
TrackViewState()
Track ViewState
Declaration
protected override void TrackViewState()
Overrides