Class
ScaleBreak

Y Axis scale break

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ScaleBreak : StateManagedObject, IChartingStateManagedItem, IChartingStateManager

Inheritance: objectStateManagedObjectScaleBreak

Implements: IChartingStateManagedItemIChartingStateManager

Inherited Members StateManagedObject.CloneState()StateManagedObject.SetDirty()StateManagedObject.ViewStateIgnoresCase

Constructors

ScaleBreak(ChartAxis)

Constructor

Declaration

cs-api-definition
public ScaleBreak(ChartAxis parent)

Parameters

parent

ChartAxis

Fields

scaleBreakParent

Parent element

Declaration

cs-api-definition
protected ChartAxis scaleBreakParent

Field Value

ChartAxis

Properties

Enabled

Is scale break feature enabled

Declaration

cs-api-definition
[Browsable(true)]
public bool Enabled { get; set; }

Property Value

bool

Line

Break line appearance settings

Declaration

cs-api-definition
[Browsable(true)]
[SkinnableProperty]
public LineStyle Line { get; set; }

Property Value

LineStyle

LineStyle

Break line's appearance settings

Declaration

cs-api-definition
[Browsable(true)]
[SkinnableProperty]
public ScaleBreakLineType LineStyle { get; set; }

Property Value

ScaleBreakLineType

MaxCount

Max scale breaks count

Declaration

cs-api-definition
[Browsable(true)]
public int MaxCount { get; set; }

Property Value

int

Parent

Parent element reference (ChartAxis)

Declaration

cs-api-definition
[Browsable(false)]
public ChartAxis Parent { get; }

Property Value

ChartAxis

Segments

Segments collection. Used with ScaleBreak feature enabled

Declaration

cs-api-definition
[Browsable(true)]
public AxisSegmentCollection Segments { get; }

Property Value

AxisSegmentCollection

ValueTolerance

Value tolerance in percents

Declaration

cs-api-definition
[Browsable(true)]
public byte ValueTolerance { get; set; }

Property Value

byte

Width

Space width between two break lines

Declaration

cs-api-definition
[Browsable(true)]
[SkinnableProperty]
public int Width { get; set; }

Property Value

int

Methods

LoadViewState(object)

Loads settings from a view state

Declaration

cs-api-definition
protected override void LoadViewState(object savedState)

Parameters

savedState

object

Saved state bag

Overrides StateManagedObject.LoadViewState(object)

SaveViewState()

Saves settings to a view state

Declaration

cs-api-definition
protected override object SaveViewState()

Returns

object

Saved state bag

Overrides StateManagedObject.SaveViewState()

TrackViewState()

Tracking view state changes

Declaration

cs-api-definition
protected override void TrackViewState()

Overrides StateManagedObject.TrackViewState()