Click or drag to resize

Line Class

LightningChart .NET Help
Line.
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVM.MapsMapItem
      LightningChartLib.UWP.ChartingMVVM.MapsLine

Namespace: LightningChartLib.UWP.ChartingMVVM.Maps
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 Line : MapItem

The Line type exposes the following members.

Constructors
 NameDescription
Public methodLine Constructor.
Public methodLine(MapLayer, MapLayerLayerType) Constructor.
Public methodLine(MapLayer, MapLayerLayerType, Int32) Constructor.
Top
Properties
 NameDescription
Public propertyLineStyle Gets or sets line style. This is a dependency property.
Public propertyName Gets or sets name. This is a dependency property.
(Inherited from MapItem)
Public propertyType Gets layer type. This is a dependency property.
(Inherited from MapItem)
Top
Methods
 NameDescription
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
Public methodGetInfo Get values.
(Inherited from MapItem)
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 memberLineStyleProperty Identifies the LineStyle dependency property.
Top
See Also