SeriesBaseXYGetClipAreas Method |
LightningChart .NET Help
Get clipping areas.
Namespace:
Arction.WinForms.Charting.SeriesXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic ClipArea[] GetClipAreas()
Public Function GetClipAreas As ClipArea()
public:
array<ClipArea>^ GetClipAreas()
Return Value
Type:
ClipAreaArray reference to ClipAreas. If you modify the array, notify the chart with SetClipAreas method.
See Also