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

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

C#
public class AxisScaleBreak

Inheritance: objectAxisScaleBreak

Constructors

Initializes a new instance of the AxisScaleBreak class.

C#
public AxisScaleBreak()

Initializes a new instance of the AxisScaleBreak class.

C#
public AxisScaleBreak(string name, DateTime from, DateTime to)
Parameters:namestring

The name.

fromDateTime

From.

toDateTime

To.

Initializes a new instance of the AxisScaleBreak class.

C#
public AxisScaleBreak(string name, double from, double to)
Parameters:namestring

The name.

fromdouble

From.

todouble

To.

Initializes a new instance of the AxisScaleBreak class.

C#
public AxisScaleBreak(string name, string from, string to)
Parameters:namestring

The name.

fromstring

From.

tostring

To.

Properties

Gets or sets from.

C#
public object From { get; set; }
Property Value:

From.

Gets or sets the name.

C#
public string Name { get; set; }
Property Value:

The name.

Gets or sets to.

C#
public object To { get; set; }
Property Value:

To.