IntensitySeriesStencilAdditiveAreas Property |
LightningChart .NET Help
Additive stencil areas. Used like positive mask.
Namespace:
Arction.WinForms.Charting.SeriesXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<StencilArea> AdditiveAreas { get; set; }Public Property AdditiveAreas As List(Of StencilArea)
Get
Set
public:
property List<StencilArea^>^ AdditiveAreas {
List<StencilArea^>^ get ();
void set (List<StencilArea^>^ value);
}Property Value
Type:
ListStencilArea
See Also