Class AxisSegment
Axis segment in case of ScaleBreaks enabled
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class AxisSegment : StateManagedObject, IChartingStateManagedItem, IChartingStateManager
Constructors
AxisSegment()
Creates a new class instance
Declaration
public AxisSegment()
AxisSegment(String)
Creates a new class instance Segment name
Declaration
public AxisSegment(string name)
Parameters
System.String
name
|
Fields
axisSegmentPointEnd
End point of segment
Declaration
protected PointF axisSegmentPointEnd
Field Value
System.Drawing.PointF
|
axisSegmentPointStart
Start point of segment
Declaration
protected PointF axisSegmentPointStart
Field Value
System.Drawing.PointF
|
axisSegmentRectangle
Segments rectangle
Declaration
protected RectangleF axisSegmentRectangle
Field Value
System.Drawing.RectangleF
|
Properties
MaxValue
Maximum segment's value at the axis
Declaration
public double MaxValue { get; set; }
Property Value
System.Double
|
MinValue
Segment minimum value at the axis
Declaration
public double MinValue { get; set; }
Property Value
System.Double
|
Name
Segments name in collection
Declaration
public string Name { get; set; }
Property Value
System.String
|
Step
Axis items step for a current Segment
Declaration
public double Step { get; set; }
Property Value
System.Double
|