Click or drag to resize

ConfigureSmith Class

LightningChart .NET Help
Result table showing information about the closest data value.
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVM.DataCursorConfigureSmith

Namespace: LightningChartLib.UWP.ChartingMVVM.DataCursor
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 ConfigureSmith : ChartNode

The ConfigureSmith type exposes the following members.

Constructors
 NameDescription
Public methodConfigureSmithInitializes a new instance of the ConfigureSmith class
Public methodConfigureSmith(IChartNode) Constructor.
Top
Properties
 NameDescription
Public propertyImgBorderColor ImgBorderColor. This is a dependency property.
Public propertyImgLabelBackground ImgLabelBackground. This is a dependency property.
Public propertyImgLabelDynamicColor ImgLabelDynamicColor. This is a dependency property.
Public propertyImgLabelForeground ImgLabelForeground. This is a dependency property.
Public propertyImgLabelVisible ImgLabelVisible. This is a dependency property.
Public propertyImgLineStyle ImgLineStyle. This is a dependency property.
Public propertyImgLineVisible ImgLineVisible. This is a dependency property.
Public propertyRealBorderColor RealBorderColor. This is a dependency property.
Public propertyRealLabelBackground RealLabelBackground. This is a dependency property.
Public propertyRealLabelDynamicColor RealLabelDynamicColor. This is a dependency property.
Public propertyRealLabelForegroundVisible RealLabelForeground. This is a dependency property.
Public propertyRealLabelVisible Real label visible. This is a dependency property.
Public propertyRealLineStyle ImgLineStyle. This is a dependency property.
Public propertyRealLineVisible RealLineVisible. This is a dependency property.
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 memberImgBorderColorProperty Identifies the ImgBorderColor dependency property.
Public fieldStatic memberImgLabelBackgroundProperty Identifies the ImgLabelBackground dependency property.
Public fieldStatic memberImgLabelDynamicColorProperty Identifies the ImgLabelDynamicColor dependency property.
Public fieldStatic memberImgLabelForegroundProperty Identifies the ImgLabelForeground dependency property.
Public fieldStatic memberImgLabelVisibleProperty Identifies the ImgLabelVisible dependency property.
Public fieldStatic memberImgLineStyleProperty Identifies the ImgLineStyle dependency property.
Public fieldStatic memberImgLineVisibleProperty Identifies the ImgLineVisible dependency property.
Public fieldStatic memberRealBorderColorProperty Identifies the RealBorderColor dependency property.
Public fieldStatic memberRealLabelBackgroundProperty Identifies the RealLabelBackground dependency property.
Public fieldStatic memberRealLabelDynamicColorProperty Identifies the RealLabelDynamicColor dependency property.
Public fieldStatic memberRealLabelForegroundProperty Identifies the RealLabelForeground dependency property.
Public fieldStatic memberRealLabelVisibleProperty Identifies the RealLabel visible dependency property.
Public fieldStatic memberRealLineStyleProperty Identifies the RealLineStyle dependency property.
Public fieldStatic memberRealLineVisibleProperty Identifies the RealLineVisible dependency property.
Top
See Also