Click or drag to resize

ClipArea Constructor (Double, Double, Int32, 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,
	int marginPixels,
	ClipDirection clipDirection
)

Parameters

begin
Type: SystemDouble
Begin value. Start clipping from here.
end
Type: SystemDouble
End value. End clipping here.
marginPixels
Type: SystemInt32
Margin pixels. Set positive to clip more, negative to clip less.
clipDirection
Type: Arction.WinForms.ChartingClipDirection
Clip direction, X or Y.
See Also