AxisSmithBaseSupplyCustomImgString Event |
LightningChart .NET Help
Event to format imaginary value as a custom string.
Namespace:
Arction.Wpf.ChartingMVVM.Axes
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic event AxisSmithBaseSupplyCustomImgStringEventHandler SupplyCustomImgString
Public Event SupplyCustomImgString As AxisSmithBaseSupplyCustomImgStringEventHandler
public:
event AxisSmithBaseSupplyCustomImgStringEventHandler^ SupplyCustomImgString {
void add (AxisSmithBaseSupplyCustomImgStringEventHandler^ value);
void remove (AxisSmithBaseSupplyCustomImgStringEventHandler^ value);
}Value
Type:
Arction.Wpf.ChartingMVVM.AxesAxisSmithBaseSupplyCustomImgStringEventHandler
See Also