Click or drag to resize

ClipArea Structure

LightningChart .NET Help
Clip area. Prevents owner series data from rendering in Begin...End range.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
public struct ClipArea

The ClipArea type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Convert class description to string.
(Overrides ValueTypeToString.)
Top
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