AxisSmithBaseSupplyCustomImgString Event |
LightningChart .NET Help
Event to format imaginary value as a custom string.
Namespace:
Arction.Wpf.Charting.Axes
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.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.Charting.AxesAxisSmithBaseSupplyCustomImgStringEventHandler
See Also