Click or drag to resize
ChartAxisSegment Class
Axis segment in case of ScaleBreaks enabled
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModelChartAxisSegment

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class ChartAxisSegment : StateManagerBase

The ChartAxisSegment type exposes the following members.

Constructors
  NameDescription
Public methodChartAxisSegment
Creates a new class instance
Public methodChartAxisSegment(String)
Creates a new class instance Segment name
Top
Properties
  NameDescription
Public propertyMaxValue
The maximum segment value at the axis
Public propertyMinValue
The minimum segment value at the axis
Public propertyName
Segments name in axis
Public propertyStep
Step for segment in axis
Top
See Also