Click or drag to resize
ChartScaleBreak Class
Scale break in Y Axis
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModelChartScaleBreak

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class ChartScaleBreak : StateManagerBase

The ChartScaleBreak type exposes the following members.

Constructors
  NameDescription
Public methodChartScaleBreak
Constructor
Top
Properties
  NameDescription
Public propertyEnabled
Whether enable scale break feature in Y axis
Public propertyLineBorder
Style of break line
Public propertyLineStyle
Break line's appearance settings
Public propertyMaxCount
Max count of scale breaks
Public propertyParent
Parent element
Public propertySegments
Segments in Y axis when break scale is enable
Public propertyValueTolerance
Value tolerance in percents
Public propertyWidth
The interval between two break lines
Top
See Also