Class LinearGaugeAxis
Inheritance
Namespace: Syncfusion.EJ2.LinearGauge
Assembly: Syncfusion.EJ2.dll
Syntax
public class LinearGaugeAxis : EJTagHelper
Constructors
LinearGaugeAxis()
Declaration
public LinearGaugeAxis()
Properties
IsInversed
Enables or disables the inversed axis.
Declaration
public bool IsInversed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
LabelStyle
Sets and gets the options for customizing the appearance of the label in axis.
Declaration
public LinearGaugeLabel LabelStyle { get; set; }
Property Value
Type | Description |
---|---|
LinearGaugeLabel | The default value is null |
Line
Sets and gets the options for customizing the appearance of the axis line.
Declaration
public LinearGaugeLine Line { get; set; }
Property Value
Type | Description |
---|---|
LinearGaugeLine | The default value is null |
MajorTicks
Sets and gets the options for customizing the major tick lines.
Declaration
public LinearGaugeTick MajorTicks { get; set; }
Property Value
Type | Description |
---|---|
LinearGaugeTick | The default value is null |
Maximum
Sets and gets the maximum value for the axis.
Declaration
public double Maximum { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 100 |
Minimum
Sets and gets the minimum value for the axis.
Declaration
public double Minimum { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 0 |
MinorTicks
Sets and gets the options for customizing the minor tick lines.
Declaration
public LinearGaugeTick MinorTicks { get; set; }
Property Value
Type | Description |
---|---|
LinearGaugeTick | The default value is null |
OpposedPosition
Enables or disables the opposed position of the axis in the linear gauge.
Declaration
public bool OpposedPosition { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Pointers
Sets and gets the options for customizing the pointers of an axis.
Declaration
public List<LinearGaugePointer> Pointers { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<LinearGaugePointer> | The default value is null |
Ranges
Sets and gets the options for customizing the ranges of an axis.
Declaration
public List<LinearGaugeRange> Ranges { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<LinearGaugeRange> | The default value is null |
ShowLastLabel
Shows or hides the last label in the axis of the linear gauge.
Declaration
public bool ShowLastLabel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |