Class LinearGaugeRange
Inheritance
Namespace: Syncfusion.EJ2.LinearGauge
Assembly: Syncfusion.EJ2.dll
Syntax
public class LinearGaugeRange : EJTagHelper
Constructors
LinearGaugeRange()
Declaration
public LinearGaugeRange()
Properties
Border
Sets and gets the options to customize the style properties of the border for the axis range.
Declaration
public LinearGaugeBorder Border { get; set; }
Property Value
Type | Description |
---|---|
LinearGaugeBorder | The default value is null |
Color
Sets and gets the color of the axis range.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
End
Sets and gets the end value for the range in axis.
Declaration
public double End { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 0 |
EndWidth
Sets and gets the width for the end of the range in axis.
Declaration
public double EndWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 10 |
LinearGradient
Sets and gets the properties to render a linear gradient for the range. If both linear and radial gradient is set, then the linear gradient will be rendered in the range.
Declaration
public LinearGaugeLinearGradient LinearGradient { get; set; }
Property Value
Type | Description |
---|---|
LinearGaugeLinearGradient | The default value is null |
Offset
Sets and gets the offset value from where the range must be placed from the axis in linear gauge.
Declaration
public string Offset { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "0" |
Position
Sets and gets the position to place the ranges in the axis.
Declaration
public Position Position { get; set; }
Property Value
Type | Description |
---|---|
Position | The default value is Syncfusion.EJ2.LinearGauge.Position.Outside |
RadialGradient
Sets and gets the properties to render a radial gradient for the range.
Declaration
public LinearGaugeRadialGradient RadialGradient { get; set; }
Property Value
Type | Description |
---|---|
LinearGaugeRadialGradient | The default value is null |
Start
Sets and gets the start value for the range in axis.
Declaration
public double Start { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 0 |
StartWidth
Sets and gets the width for the start of the range in axis.
Declaration
public double StartWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 10 |