Click or drag to resize

StencilArea Class

LightningChart .NET Help
Stencil area used to mask in/out areas when drawing data.
Inheritance Hierarchy

Namespace:  Arction.WinForms.Charting.Maps
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class StencilArea : ChartNode

The StencilArea type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIgnoreHoles
Ignore holes in the area.
Public propertyMapLayers
Map layer indexes.
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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Convert class description to string.
(Overrides ObjectToString.)
Top
See Also