Click or drag to resize

SeriesBaseXYGetClipAreas Method

LightningChart .NET Help
Get clipping areas.

Namespace:  Arction.Wpf.Charting.SeriesXY
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public ClipArea[] GetClipAreas()

Return Value

Type: ClipArea
Array reference to ClipAreas. If you modify the array, notify the chart with SetClipAreas method.
See Also