Class ScaleBreak
Y Axis scale break
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class ScaleBreak : StateManagedObject, IChartingStateManagedItem, IChartingStateManager
Constructors
ScaleBreak(ChartAxis)
Fields
scaleBreakParent
Properties
Enabled
Is scale break feature enabled
Declaration
public bool Enabled { get; set; }
Property Value
System.Boolean
|
Line
Break line appearance settings
Declaration
[SkinnableProperty]
public LineStyle Line { get; set; }
Property Value
LineStyle
|
LineStyle
Break line's appearance settings
Declaration
[SkinnableProperty]
public ScaleBreakLineType LineStyle { get; set; }
Property Value
ScaleBreakLineType
|
MaxCount
Max scale breaks count
Declaration
public int MaxCount { get; set; }
Property Value
System.Int32
|
Parent
Parent element reference (ChartAxis)
Declaration
public ChartAxis Parent { get; }
Property Value
ChartAxis
|
Segments
Segments collection. Used with ScaleBreak feature enabled
Declaration
public AxisSegmentCollection Segments { get; }
Property Value
AxisSegmentCollection
|
ValueTolerance
Value tolerance in percents
Declaration
public byte ValueTolerance { get; set; }
Property Value
System.Byte
|
Width
Space width between two break lines
Declaration
[SkinnableProperty]
public int Width { get; set; }
Property Value
System.Int32
|
Methods
LoadViewState(Object)
Loads settings from a view state
Declaration
protected override void LoadViewState(object savedState)
Parameters
System.Object
savedState
Saved state bag |
Overrides
SaveViewState()
Saves settings to a view state
Declaration
protected override object SaveViewState()
Returns
System.Object
Saved state bag |
Overrides
TrackViewState()
Tracking view state changes
Declaration
protected override void TrackViewState()