Table of Contents

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

double

AngleAsString

Angle as string.

public string AngleAsString

Field Value

string

LabelAngle

Angle the label text is drawn at. Modify this to change the angle.

public double LabelAngle

Field Value

double