ClassAxisSegment
Class
Axis segment in case of ScaleBreaks enabled
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public class AxisSegment : StateManagedObject, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectAxisSegment
Implements:
Inherited Members
Constructors
AxisSegment(string)
Creates a new class instance
Segment nameDeclaration
cs-api-definition
public AxisSegment(string name)
Parameters
name
string
Fields
axisSegmentPointEnd
End point of segment
Declaration
cs-api-definition
protected PointF axisSegmentPointEnd
Field Value
PointF
axisSegmentPointStart
Start point of segment
Declaration
cs-api-definition
protected PointF axisSegmentPointStart
Field Value
PointF
axisSegmentRectangle
Segments rectangle
Declaration
cs-api-definition
protected RectangleF axisSegmentRectangle
Field Value
RectangleF
Properties
MaxValue
Maximum segment's value at the axis
Declaration
cs-api-definition
[Browsable(true)]
[PersistenceMode(PersistenceMode.Attribute)]
public double MaxValue { get; set; }
Property Value
double
MinValue
Segment minimum value at the axis
Declaration
cs-api-definition
[Browsable(true)]
[PersistenceMode(PersistenceMode.Attribute)]
public double MinValue { get; set; }
Property Value
double
Name
Segments name in collection
Declaration
cs-api-definition
[PersistenceMode(PersistenceMode.Attribute)]
public string Name { get; set; }
Property Value
string
Step
Axis items step for a current Segment
Declaration
cs-api-definition
[Browsable(true)]
[PersistenceMode(PersistenceMode.Attribute)]
public double Step { get; set; }
Property Value
double