ClassStyleMarkedZone
Marked zone. Used to mark the values ranges at the plot area.
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleMarkedZone : Style, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectStyleStyleMarkedZone
Implements:
Inherited Members
Constructors
StyleMarkedZone()
Creates a new instance of StyleMarkedZoneclass.
Declaration
public StyleMarkedZone()
StyleMarkedZone(FillStyleMarkedZones, StyleBorder, ShadowStyle, bool)
Creates a new instance of StyleMarkedZoneclass.
Declaration
public StyleMarkedZone(FillStyleMarkedZones fillStyle, StyleBorder border, ShadowStyle shadowStyle, bool visible)
Parameters
fillStyle
FillStyle of Marked Zone
border
Marked Zone's border
shadowStyle
Marked Zone's shadow style
visible
bool
Visibility of Marked Zone
Properties
FillStyle
Specifies the FillStyle property
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public FillStyleMarkedZones FillStyle { get; }
Property Value
Methods
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 from ViewState
Declaration
protected override void LoadViewState(object savedState)
Parameters
savedState
object
ViewState with data
Overrides
SaveViewState()
Saved data to ViewState
Declaration
protected override object SaveViewState()
Returns
object
saved data
Overrides
TrackViewState()
Track ViewState
Declaration
protected override void TrackViewState()
Overrides