AxisRoundBaseSupplyCustomAngleString Event |
LightningChart .NET Help
Event to format angle 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 AxisRoundBaseSupplyCustomAngleStringEventHandler SupplyCustomAngleString
Public Event SupplyCustomAngleString As AxisRoundBaseSupplyCustomAngleStringEventHandler
public:
event AxisRoundBaseSupplyCustomAngleStringEventHandler^ SupplyCustomAngleString {
void add (AxisRoundBaseSupplyCustomAngleStringEventHandler^ value);
void remove (AxisRoundBaseSupplyCustomAngleStringEventHandler^ value);
}Value
Type:
Arction.WinForms.Charting.AxesAxisRoundBaseSupplyCustomAngleStringEventHandler
See Also