Click or drag to resize

ClipArea Fields

LightningChart .NET Help

The ClipArea type exposes the following members.

Fields
  NameDescription
Public fieldBegin
Begin value. Start clipping from here.
Public fieldClipDirection
Clip direction, X or Y.
Public fieldEnd
End value. End clipping here.
Public fieldMarginPixels
Amount of pixels to clip more from positions calculated from Begin and End values. 0: Don't clip more or less. Positive: Clip more, the clipped area is this many pixels wider from both left and right (or top and bottom). Negative: Clip less, the clipped area is this many pixels narrower from both left and right (or top and bottom).
Public fieldTag
Tag. Freely assignable object.
Top
See Also