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