AxisBaseFormatValueLabel Event |
LightningChart .NET Help
Event to format axis tick value to custom string.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic event AxisBaseFormatValueLabelEventHandler FormatValueLabel
Public Event FormatValueLabel As AxisBaseFormatValueLabelEventHandler
public:
event AxisBaseFormatValueLabelEventHandler^ FormatValueLabel {
void add (AxisBaseFormatValueLabelEventHandler^ value);
void remove (AxisBaseFormatValueLabelEventHandler^ value);
}Value
Type:
Arction.WinForms.Charting.AxesAxisBaseFormatValueLabelEventHandler
See Also