Click or drag to resize

RegionLayer Class

LightningChart .NET Help
RegionLayer.
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVM.MapsMapLayer
      LightningChartLib.UWP.ChartingMVVM.MapsRegionLayer

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 RegionLayer : MapLayer

The RegionLayer type exposes the following members.

Constructors
 NameDescription
Public methodRegionLayer Constructor.
Public methodRegionLayer(Map) Constructor.
Top
Properties
 NameDescription
Public propertyBorderDrawStyle Gets or sets Border draw style. Determine how border is drawn. This is a dependency property.
Public propertyItems Gets layer items. This is a dependency property.
(Inherited from MapLayer)
Public propertyName Gets or sets name. This is a dependency property.
(Inherited from MapLayer)
Public propertyPriority Gets or sets priority. Layers with zero are drawn on top. This is a dependency property.
(Inherited from MapLayer)
Public propertyRegionDrawStyle Gets or sets region draw style. Determine which property is used to draw area if any. This is a dependency property.
Public propertyType Gets layer type. This is a dependency property.
(Inherited from MapLayer)
Public propertyVisible Gets or sets visibility. This is a dependency property.
(Inherited from MapLayer)
Top
Methods
 NameDescription
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
Public methodToString Convert class description to string.
(Inherited from MapLayer)
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 memberBorderDrawStyleProperty Identifies the BorderDrawStyle dependency property.
Public fieldStatic memberRegionDrawStyleProperty Identifies the RegionDrawStyle dependency property.
Top
See Also