Gets or sets the rotation angle of the title label.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
SyntaxC#
Copy Code
|
|---|
public double TitleRotationAngle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TitleRotationAngle As Double |
A double value. The default value is 0.0.
RemarksUse the Title property to set the title label.
See Also