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