Click or drag to resize

SupplyCustomRealStringEventArgs Class

LightningChart .NET Help
Axis value event arguments class.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    LightningChartLib.UWP.ChartingMVVM.AxesSupplyCustomRealStringEventArgs

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 SupplyCustomRealStringEventArgs : EventArgs

The SupplyCustomRealStringEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodSupplyCustomRealStringEventArgs Constructor.
Top
Properties
 NameDescription
Public propertyRealValue Real value.
Public propertyRealValueAsString Real value as string.
Top
See Also