BarSeries3DSupplyCustomValueString Event |
LightningChart .NET Help
The event for formatting a value to a custom string.
Namespace:
Arction.Wpf.Charting.Series3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic event BarSeries3DSupplyCustomValueStringEventHandler SupplyCustomValueString
Public Event SupplyCustomValueString As BarSeries3DSupplyCustomValueStringEventHandler
public:
event BarSeries3DSupplyCustomValueStringEventHandler^ SupplyCustomValueString {
void add (BarSeries3DSupplyCustomValueStringEventHandler^ value);
void remove (BarSeries3DSupplyCustomValueStringEventHandler^ value);
}Value
Type:
Arction.Wpf.Charting.Series3DBarSeries3DSupplyCustomValueStringEventHandler
See Also