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