AxisSegment
Class
Axis segment in case of ScaleBreaks enabled
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
C#
public class AxisSegment : StateManagedObject, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectAxisSegment
Implements:
Inherited Members
Constructors
Creates a new class instance
C#
public AxisSegment()
Creates a new class instance
Segment nameFields
End point of segment
C#
protected PointF axisSegmentPointEnd
Start point of segment
C#
protected PointF axisSegmentPointStart
Segments rectangle
C#
protected RectangleF axisSegmentRectangle
Properties
Maximum segment's value at the axis
C#
[Browsable(true)]
public double MaxValue { get; set; }
Segment minimum value at the axis
C#
[Browsable(true)]
public double MinValue { get; set; }