Search
BiaxialChart.XAxisLabelRotationAngle Property
See Also
 






Gets or sets the rotation angle of X axis data labels.

Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor

 Syntax

C#  Copy Code

public double XAxisLabelRotationAngle { get; set; }

Visual Basic  Copy Code

Public Property XAxisLabelRotationAngle As Double

 Property Value

A double value specifying rotation angle. The default value is 0.

 See Also