ClassScaleBreak
Y Axis scale break
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ScaleBreak : StateManagedObject, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectScaleBreak
Implements:
Inherited Members
Constructors
ScaleBreak(ChartAxis)
Constructor
Fields
scaleBreakParent
Parent element
Properties
Enabled
Is scale break feature enabled
Declaration
[Browsable(true)]
public bool Enabled { get; set; }
Property Value
Line
Break line appearance settings
Declaration
[Browsable(true)]
[SkinnableProperty]
public LineStyle Line { get; set; }
Property Value
LineStyle
Break line's appearance settings
Declaration
[Browsable(true)]
[SkinnableProperty]
public ScaleBreakLineType LineStyle { get; set; }
Property Value
MaxCount
Max scale breaks count
Declaration
[Browsable(true)]
public int MaxCount { get; set; }
Property Value
Parent
Parent element reference (ChartAxis)
Declaration
[Browsable(false)]
public ChartAxis Parent { get; }
Property Value
Segments
Segments collection. Used with ScaleBreak feature enabled
Declaration
[Browsable(true)]
public AxisSegmentCollection Segments { get; }
Property Value
ValueTolerance
Value tolerance in percents
Declaration
[Browsable(true)]
public byte ValueTolerance { get; set; }
Property Value
Methods
LoadViewState(object)
Loads settings from a view state
Declaration
protected override void LoadViewState(object savedState)
Parameters
savedState
Saved state bag
Overrides
SaveViewState()
Saves settings to a view state
Declaration
protected override object SaveViewState()
Returns
Saved state bag
Overrides
TrackViewState()
Tracking view state changes
Declaration
protected override void TrackViewState()
Overrides