Click or drag to resize

IntensitySeriesStencil Class

LightningChart .NET Help
IntensitySeries stencil. Use to mask drawable regions in/out.
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVM.SeriesXYIntensitySeriesStencil

Namespace: LightningChartLib.UWP.ChartingMVVM.SeriesXY
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 IntensitySeriesStencil : ChartNode

The IntensitySeriesStencil type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyAdditiveAreas Additive stencil areas. Used like positive mask.
Public propertySubtractiveAreas Subtractive stencil areas. Used like negative mask.
Top
Methods
 NameDescription
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 memberAdditiveAreasProperty Identifies the AdditiveAreas dependency property.
Public fieldStatic memberSubtractiveAreasProperty Identifies the SubtractiveAreas dependency property.
Top
See Also