Click or drag to resize

ClipArea Constructor (Double, Double, ClipDirection, Object)

LightningChart .NET Help
Constructor.

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

Parameters

begin
Type: SystemDouble
Begin value. Start clipping from here.
end
Type: SystemDouble
End value. End clipping here.
clipDirection
Type: Arction.Wpf.ChartingClipDirection
Clip direction, X or Y.
tag
Type: SystemObject
Tag, freely assignable object.
See Also