Class NumericalAxis
Inherited Members
Namespace: Telerik.XamarinForms.Chart
Assembly: Telerik.XamarinForms.Chart.dll
Syntax
public class NumericalAxis : CartesianAxis, IParentElement, IChildElement
Constructors
NumericalAxis()
Declaration
public NumericalAxis()
Fields
MajorStepProperty
Identifies the MajorStep property.
Declaration
public static readonly BindableProperty MajorStepProperty
Field Value
Xamarin.Forms.BindableProperty
|
MaximumProperty
Identifies the Maximum property.
Declaration
public static readonly BindableProperty MaximumProperty
Field Value
Xamarin.Forms.BindableProperty
|
MinimumProperty
Identifies the Minimum property.
Declaration
public static readonly BindableProperty MinimumProperty
Field Value
Xamarin.Forms.BindableProperty
|
RangeExtendDirectionProperty
Identifies the RangeExtendDirection property.
Declaration
public static readonly BindableProperty RangeExtendDirectionProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
MajorStep
Gets or sets the MajorStep.
Declaration
public double MajorStep { get; set; }
Property Value
System.Double
|
Maximum
Gets or sets the Maximum.
Declaration
public double Maximum { get; set; }
Property Value
System.Double
|
Minimum
Gets or sets the Minimum.
Declaration
public double Minimum { get; set; }
Property Value
System.Double
|
RangeExtendDirection
Gets or sets the RangeExtendDirection.
Declaration
public NumericalAxisRangeExtendDirection RangeExtendDirection { get; set; }
Property Value
NumericalAxisRangeExtendDirection
|
Methods
IsDefaultValue(String)
Declaration
public override bool IsDefaultValue(string propertyName)
Parameters
System.String
propertyName
|
Returns
System.Boolean
|