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