Click or drag to resize

ClipArea Constructor (Double, Double, Int32, ClipDirection, Object)

LightningChart .NET Help
Constructor.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public ClipArea(
	double begin,
	double end,
	int marginPixels,
	ClipDirection clipDirection,
	Object tag
)

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.Wpf.ChartingMVVMClipDirection
Clip direction, X or Y.
tag
Type: SystemObject
Tag, freely assignable object.
See Also