Class SupplyCustomAngleStringEventArgs
- Namespace
- LightningChartLib.WinForms.Charting.Axes
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Represents a class that provides arguments for the SupplyCustomAngleString event.
public class SupplyCustomAngleStringEventArgs : ChartEventArgs
- Inheritance
-
SupplyCustomAngleStringEventArgs
- Inherited Members
Constructors
SupplyCustomAngleStringEventArgs()
Creates and initializes a new instance of SupplyCustomAngleStringEventArgs class.
public SupplyCustomAngleStringEventArgs()
Fields
Angle
Angle.
public double Angle
Field Value
AngleAsString
Angle as string.
public string AngleAsString
Field Value
LabelAngle
Angle the label text is drawn at. Modify this to change the angle.
public double LabelAngle