AxisRoundBaseSupplyCustomAngleString Event |
LightningChart .NET Help
Event to format angle as a custom string.
Namespace:
Arction.Wpf.ChartingMVVM.Axes
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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.Wpf.ChartingMVVM.AxesAxisRoundBaseSupplyCustomAngleStringEventHandler
See Also