Click or drag to resize

StencilArea Class

LightningChart .NET Help
Stencil area used to mask in/out areas when drawing data.
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVM.MapsStencilArea

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 StencilArea : ChartNode

The StencilArea type exposes the following members.

Constructors
 NameDescription
Public methodStencilArea Constructor.
Public methodStencilArea(IntensitySeriesStencil) Constructor.
Top
Properties
 NameDescription
Public propertyIgnoreHoles Gets or sets if ignore holes in the area. This is a dependency property.
Public propertyMapLayers Gets or sets map layer indexes. This is a dependency property.
Top
Methods
 NameDescription
Public methodAddMapLayerIndex Add data to stencil area from map layer.
Public methodAddPolygon(PointDouble2D) Add polygon described by points.
Public methodAddPolygon(PointFloat) Add polygon described by points.
Public methodAddPolygons(PointDouble2D) Add polygons described by array of arrays.
Public methodAddPolygons(PointFloat) Add polygons described by array of arrays.
Public methodClearData Clear data.
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 memberIgnoreHolesProperty Identifies the IgnoreHoles dependency property.
Public fieldStatic memberMapLayersProperty Identifies the MapLayers dependency property.
Top
See Also