Gets or sets the length of X axis ticks.
Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor
SyntaxC#
Copy Code
|
|---|
public double XAxisTickLength { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property XAxisTickLength As Double |
A double value specifying the length of X axis ticks. The default value is 5.
See Also