Click or drag to resize

RangeRGB Class

LightningChart .NET Help
Range for PointRGB.
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVMRangePointRGB
      LightningChartLib.UWP.ChartingMVVMRangeRGB

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 RangeRGB : Range<PointRGB>

The RangeRGB type exposes the following members.

Constructors
 NameDescription
Public methodRangeRGB Range of PointRGB
Public methodRangeRGB(PointRGB, PointRGB) Range of PointRGB
Public methodRangeRGB(IChartNode, PointRGB, PointRGB) Range of PointRGB
Top
Properties
 NameDescription
Public propertyMax Max value
Public propertyMin Min value
Top
Methods
 NameDescription
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
Public methodSetValues Set all values.
(Inherited from RangeT)
Public methodToString Convert class description to string.
(Inherited from RangeT)
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 memberMaxProperty Max value of the range
Public fieldStatic memberMinProperty Min value of the range
Top
See Also