ClipArea Constructor (Double, Double, Int32, ClipDirection) |
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,
int marginPixels,
ClipDirection clipDirection
)
Public Sub New (
begin As Double,
end As Double,
marginPixels As Integer,
clipDirection As ClipDirection
)
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.Wpf.ChartingClipDirection
Clip direction, X or Y.
See Also