New to Telerik UI for WinFormsStart a free 30-day trial

Axis segment in case of ScaleBreaks enabled

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

C#
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

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

Maximum segment's value at the axis

C#
[Browsable(true)]
public double MaxValue { get; set; }

Segment minimum value at the axis

C#
[Browsable(true)]
public double MinValue { get; set; }

Segments name in collection

C#
public string Name { get; set; }

Axis items step for a current Segment

C#
[Browsable(true)]
public double Step { get; set; }