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