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
Syntaxpublic ClipArea(
double begin,
double end,
ClipDirection clipDirection,
Object tag
)
Public Sub New (
begin As Double,
end As Double,
clipDirection As ClipDirection,
tag As Object
)
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