Click or drag to resize

ClipArea Constructor (Double, Double, ClipDirection)

LightningChart .NET Help
Constructor.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public ClipArea(
	double begin,
	double end,
	ClipDirection clipDirection
)

Parameters

begin
Type: SystemDouble
Begin value. Start clipping from here.
end
Type: SystemDouble
End value. End clipping here.
clipDirection
Type: Arction.WinForms.ChartingClipDirection
Clip direction, X or Y.
See Also