New to Telerik ReportingStart a free 30-day trial

Axis segment in case of ScaleBreaks enabled

Definition

Constructors

Creates a new class instance

C#
public AxisSegment()

Creates a new class instance

Segment name
C#
public AxisSegment(string name)
Parameters:namestring

Fields

End point of segment

C#
protected PointF axisSegmentPointEnd

Start point of segment

C#
protected PointF axisSegmentPointStart

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; }