Class MajorTickLinesSettingsModel
Interface for a class MajorTickLinesSettings
Inheritance
System.Object
MajorTickLinesSettingsModel
Implements
System.IEquatable<MajorTickLinesSettingsModel>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class MajorTickLinesSettingsModel : Object, IEquatable<MajorTickLinesSettingsModel>
Constructors
MajorTickLinesSettingsModel()
Declaration
public MajorTickLinesSettingsModel()
Properties
Color
The stroke of the major tick line that accepts value in hex and rgba as a valid CSS color string.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Height
The height of the tick lines in pixels.
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
UseRangeColor
It uses to apply range color to ticks and labels.
Declaration
public bool UseRangeColor { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Width
The width of the ticks in pixels.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Equals(MajorTickLinesSettingsModel)
Returns boolean value by comparing majorTickLinesSettingsModel
Declaration
public bool Equals(MajorTickLinesSettingsModel majorTickLinesSettingsModel)
Parameters
Type | Name | Description |
---|---|---|
MajorTickLinesSettingsModel | majorTickLinesSettingsModel |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>