Class LinearGaugeLine
Inheritance
System.Object
LinearGaugeLine
Assembly: Syncfusion.EJ2.dll
Syntax
public class LinearGaugeLine : EJTagHelper
Constructors
LinearGaugeLine()
Declaration
Properties
Color
Sets and gets the color for the axis line.
Declaration
public string Color { get; set; }
Property Value
Type |
Description |
System.String |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
DashArray
Sets and gets the dash-array of the axis line.
Declaration
public string DashArray { get; set; }
Property Value
Type |
Description |
System.String |
|
Height
Sets and gets the height of the axis line.
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Offset
Sets and gets the offset to position the axis line in linear gauge.
Declaration
public double Offset { get; set; }
Property Value
Type |
Description |
System.Double |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Width
Sets and gets the width of the axis line.
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|