SupplyCustomImgStringEventArgs 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 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.WinForms.Charting.AxesAxisSmithBase
Axis.
See Also