New to Telerik UI for WinFormsStart a free 30-day trial

Marked zone. Used to mark the values ranges at the plot area.

Definition

Namespace:Telerik.Charting.Styles

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleMarkedZone : Style, IChartingStateManagedItem, IChartingStateManager, ICloneable

Inheritance: objectStateManagedObjectStyleStyleMarkedZone

Implements: IChartingStateManagedItemIChartingStateManagerICloneable

Inherited Members Style.Clone()Style.BorderStyle.ShadowStyle.VisibleStateManagedObject.CloneState()StateManagedObject.SetDirty()StateManagedObject.ViewStateIgnoresCase...

Constructors

Creates a new instance of StyleMarkedZoneclass.

C#
public StyleMarkedZone()

Creates a new instance of StyleMarkedZoneclass.

C#
public StyleMarkedZone(FillStyleMarkedZones fillStyle, StyleBorder border, ShadowStyle shadowStyle, bool visible)
Parameters:fillStyleFillStyleMarkedZones

FillStyle of Marked Zone

borderStyleBorder

Marked Zone's border

shadowStyleShadowStyle

Marked Zone's shadow style

visiblebool

Visibility of Marked Zone

Properties

Specifies the FillStyle property

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[SkinnableProperty]
public FillStyleMarkedZones FillStyle { get; }

Methods

Load data from ViewState

C#
protected override void LoadViewState(object savedState)
Parameters:savedStateobject

ViewState with data

Overrides: Style.LoadViewState(object)

Saved data to ViewState

C#
protected override object SaveViewState()
Returns:

object

saved data

Overrides: Style.SaveViewState()

Track ViewState

C#
protected override void TrackViewState()

Overrides: Style.TrackViewState()