Click or drag to resize

SupplyCustomAngleStringEventArgs Class

LightningChart .NET Help
Represents a class that provides arguments for the SupplyCustomAngleString event.
Inheritance Hierarchy
SystemObject
  LightningChartLib.UWP.ChartingMVVMChartEventArgs
    LightningChartLib.UWP.ChartingMVVM.AxesSupplyCustomAngleStringEventArgs

Namespace: LightningChartLib.UWP.ChartingMVVM.Axes
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public class SupplyCustomAngleStringEventArgs : ChartEventArgs

The SupplyCustomAngleStringEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodSupplyCustomAngleStringEventArgs Creates and initializes a new instance of SupplyCustomAngleStringEventArgs class.
Top
Fields
 NameDescription
Public fieldAngle Angle.
Public fieldAngleAsString Angle as string.
Public fieldLabelAngle Angle the label text is drawn at. Modify this to change the angle.
Top
See Also