Click or drag to resize

PaletteStep Class

LightningChart .NET Help
Palette step.
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVMPaletteStep

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class PaletteStep : ChartNode

The PaletteStep type exposes the following members.

Constructors
 NameDescription
Public methodPaletteStep Constructor for PaletteStep.
Public methodPaletteStep(ValueRangePalette) Constructor
Public methodPaletteStep(ValueRangePalette, Color, Double) Constructor
Top
Properties
 NameDescription
Public propertyColor Gets or sets step color. This is a dependency property.
Public propertyMaxValue Gets or sets step maximum value. This is a dependency property.
Public propertyShowLegendLabel Show palette step labels.
Top
Methods
 NameDescription
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
Public methodToString Convert class description to string.
Top
Events
 NameDescription
Public eventValueChangedInternallyEvent Value has changed internally by chart or by user manipulation of chart object.
(Inherited from ChartNode)
Top
Fields
 NameDescription
Public fieldStatic memberColorProperty Identifies the Color dependency property.
Public fieldStatic memberMaxValueProperty Identifies the MaxValue dependency property.
Public fieldStatic memberShowLegendLabelProperty Identifies the ShowLegendLabel dependency property.
Top
See Also