Click or drag to resize

OverlayElementRotateAngle Property

LightningChart .NET Help
Element rotation angle, in degrees. The rotation is done around the element's center of rotation.

Namespace:  Arction.Wpf.ChartingMVVM.OverlayElements
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(typeof(double), "0")]
public double RotateAngle { get; set; }

Property Value

Type: Double
See Also