AxisSegment
Class
Axis segment in case of ScaleBreaks enabled
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.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 nameC#
public AxisSegment(string name)
Fields
axisSegmentPointEnd
PointF
End point of segment
C#
protected PointF axisSegmentPointEnd
axisSegmentPointStart
PointF
Start point of segment
C#
protected PointF axisSegmentPointStart
axisSegmentRectangle
RectangleF
Segments rectangle
C#
protected RectangleF axisSegmentRectangle
Properties
MaxValue
double
Maximum segment's value at the axis
C#
[Browsable(true)]
[PersistenceMode(PersistenceMode.Attribute)]
public double MaxValue { get; set; }
MinValue
double
Segment minimum value at the axis
C#
[Browsable(true)]
[PersistenceMode(PersistenceMode.Attribute)]
public double MinValue { get; set; }
Name
string
Segments name in collection
C#
[PersistenceMode(PersistenceMode.Attribute)]
public string Name { get; set; }
Step
double
Axis items step for a current Segment
C#
[Browsable(true)]
[PersistenceMode(PersistenceMode.Attribute)]
public double Step { get; set; }