Click or drag to resize

StaticXGrid Class

LightningChart .NET Help
Static X Grid
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVMGridOptions
      LightningChartLib.UWP.ChartingMVVMStaticXGrid

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 StaticXGrid : GridOptions

The StaticXGrid type exposes the following members.

Constructors
 NameDescription
Public methodStaticXGrid Constructor for Form designer list editor.
Public methodStaticXGrid(IChartNode) Constructor.
Top
Properties
 NameDescription
Public propertyBehind Gets or sets if the grid is behind or in front. This is a dependency property.
Public propertyColor Gets or sets line color. This is a dependency property.
(Inherited from GridOptions)
Public propertyDivCount Gets or sets division count (grid line count - 1). This is a dependency property.
Public propertyPattern Gets or sets line pattern. This is a dependency property.
(Inherited from GridOptions)
Public propertyPatternScale Gets or sets pattern scale. This is a dependency property.
(Inherited from GridOptions)
Public propertyVisible Gets or sets if grid if visible or not. This is a dependency property.
(Inherited from GridOptions)
Top
Methods
 NameDescription
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
Public methodToString Convert class description to string.
(Overrides GridOptionsToString)
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 memberBehindProperty Identifies the Behind dependency property.
Public fieldStatic memberDivCountProperty Identifies the DivCount dependency property.
Top
See Also