Class
AxisSegment

Axis segment in case of ScaleBreaks enabled

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

cs-api-definition
public class AxisSegment : StateManagedObject, IChartingStateManagedItem, IChartingStateManager

Inheritance: objectStateManagedObjectAxisSegment

Implements: IChartingStateManagedItemIChartingStateManager

Inherited Members StateManagedObject.CloneState()StateManagedObject.SaveViewState()StateManagedObject.TrackViewState()StateManagedObject.LoadViewState(object)StateManagedObject.SetDirty()StateManagedObject.ViewStateIgnoresCase

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)]
public double MaxValue { get; set; }

Property Value

double

MinValue

Segment minimum value at the axis

Declaration

cs-api-definition
[Browsable(true)]
public double MinValue { get; set; }

Property Value

double

Name

Segments name in collection

Declaration

cs-api-definition
public string Name { get; set; }

Property Value

string

Step

Axis items step for a current Segment

Declaration

cs-api-definition
[Browsable(true)]
public double Step { get; set; }

Property Value

double