Class SmithchartAxisLineModel
Interface for a class SmithchartAxisLine
Inheritance
System.Object
SmithchartAxisLineModel
Implements
System.IEquatable<SmithchartAxisLineModel>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SmithchartAxisLineModel : Object, IEquatable<SmithchartAxisLineModel>
Constructors
SmithchartAxisLineModel()
Declaration
public SmithchartAxisLineModel()
Properties
Color
option for customizing the axisLine color
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DashArray
The dash array of the axis line.
Declaration
public string DashArray { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Visible
visibility of axis line.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Width
width of the axis lines
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Equals(SmithchartAxisLineModel)
Declaration
public bool Equals(SmithchartAxisLineModel smithchartAxisLineModel)
Parameters
Type | Name | Description |
---|---|---|
SmithchartAxisLineModel | smithchartAxisLineModel |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>