AxisSmithBaseSupplyCustomRealString Event |
LightningChart .NET Help
Event to format real value as a custom string.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic event AxisSmithBaseSupplyCustomRealStringEventHandler SupplyCustomRealString
Public Event SupplyCustomRealString As AxisSmithBaseSupplyCustomRealStringEventHandler
public:
event AxisSmithBaseSupplyCustomRealStringEventHandler^ SupplyCustomRealString {
void add (AxisSmithBaseSupplyCustomRealStringEventHandler^ value);
void remove (AxisSmithBaseSupplyCustomRealStringEventHandler^ value);
}Value
Type:
Arction.WinForms.Charting.AxesAxisSmithBaseSupplyCustomRealStringEventHandler
See Also