SupplyCustomRealStringEventArgs Constructor |
LightningChart .NET Help
Constructor.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic SupplyCustomRealStringEventArgs(
double value,
AxisSmithBase axis
)
Public Sub New (
value As Double,
axis As AxisSmithBase
)
public:
SupplyCustomRealStringEventArgs(
double value,
AxisSmithBase^ axis
)
Parameters
- value
- Type: SystemDouble
Real value. - axis
- Type: Arction.WinForms.Charting.AxesAxisSmithBase
Axis.
See Also