Click or drag to resize

ThinBorder Class

LightningChart .NET Help
Border rendered around graph area
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVM.ViewsThinBorder
      LightningChartLib.UWP.ChartingMVVM.Views.ViewXYThinBorderXY

Namespace: LightningChartLib.UWP.ChartingMVVM.Views
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 ThinBorder : ChartNode

The ThinBorder type exposes the following members.

Constructors
 NameDescription
Public methodThinBorder Constructor for Form editor/xaml.
Public methodThinBorder(IChartNode, Boolean) Constructor
Top
Properties
 NameDescription
Public propertyColor Gets or sets bar Color values in View. This is a dependency property.
Public propertyVisible Gets or sets bar Visible values in View. This is a dependency property.
Top
Methods
 NameDescription
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
Public methodToString Override ToString
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 memberVisibleProperty Identifies the Visible dependency property.
Top
See Also