AxisPolarBaseSupplyCustomAmplitudeString Event |
LightningChart .NET Help
Event to format amplitude 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 AxisPolarBaseSupplyCustomAmplitudeStringEventHandler SupplyCustomAmplitudeString
Public Event SupplyCustomAmplitudeString As AxisPolarBaseSupplyCustomAmplitudeStringEventHandler
public:
event AxisPolarBaseSupplyCustomAmplitudeStringEventHandler^ SupplyCustomAmplitudeString {
void add (AxisPolarBaseSupplyCustomAmplitudeStringEventHandler^ value);
void remove (AxisPolarBaseSupplyCustomAmplitudeStringEventHandler^ value);
}Value
Type:
Arction.WinForms.Charting.AxesAxisPolarBaseSupplyCustomAmplitudeStringEventHandler
See Also