Class
AxisSegment

Axis segment in case of ScaleBreaks enabled

Definition

Constructors

AxisSegment()

Creates a new class instance

Declaration

cs-api-definition
public AxisSegment()

AxisSegment(string)

Creates a new class instance

Segment name

Declaration

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