ValueRangePaletteFormatStepValueText Event |
LightningChart .NET Help
Format PaletteStep Value text event.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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.ChartingMVVMValueRangePaletteFormatStepValueTextHandler
See Also