ValueRangePaletteFormatStepValueText Event |
LightningChart .NET Help
Format PaletteStep Value text event.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic event ValueRangePaletteFormatStepValueTextHandler FormatStepValueText
Public Event FormatStepValueText As ValueRangePaletteFormatStepValueTextHandler
public:
event ValueRangePaletteFormatStepValueTextHandler^ FormatStepValueText {
void add (ValueRangePaletteFormatStepValueTextHandler^ value);
void remove (ValueRangePaletteFormatStepValueTextHandler^ value);
}Value
Type:
Arction.Wpf.ChartingValueRangePaletteFormatStepValueTextHandler
See Also