Class SmithchartSmithchartMajorGridLines
Inheritance
System.Object
SmithchartSmithchartMajorGridLines
Assembly: Syncfusion.EJ2.dll
Syntax
public class SmithchartSmithchartMajorGridLines : EJTagHelper
Constructors
SmithchartSmithchartMajorGridLines()
Declaration
public SmithchartSmithchartMajorGridLines()
Properties
Color
option for customizing the majorGridLine color
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
The dash array of the major grid lines.
Declaration
public string DashArray { get; set; }
Property Value
Type |
Description |
System.String |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Opacity
opacity of major grid lines.
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Visible
visibility of major grid lines.
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Width
width of the major grid lines
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|