Click or drag to resize

LineSeriesCursor Properties

LightningChart .NET Help

The LineSeriesCursor type exposes the following members.

Properties
  NameDescription
Public propertyAllowDragging
Gets or sets whether dragging by user is allowed.
(Inherited from DraggableObject.)
Public propertyAllowUserInteraction
Gets or sets whether allow user interaction.
(Inherited from UserInteractiveObject.)
Public propertyAssignXAxisIndex
Index of X-axis assigned to this cursor.
Public propertyBehind
Is cursor behind series or front.
Public propertyFullHeight
Full cursor height. If true, the cursor height will be the height of the control. If false, the cursor is vertically painted in the graph area only.
Public propertyGrabPadding
Grab padding is used to widen the active area. The area is widened on both sides the specified amount.
Public propertyHairCrossColorMixing
Use cursor and dataseries colors or just cursor color for haircross.
Public propertyHighlight
Gets or sets highlight style. Item can be highlighted by user interactive device or by code.
(Inherited from HighlightingItemBase.)
Public propertyIndicateTrackingYRange
When Cursor style is set to 'TrackSeries', and multiple series values hit on same cursor X position, adjusts series tracking horizontal line height to match the minimum and maximum value on current cursor position.
Public propertyLineStyle
Line style.
Public propertyOwnerView
Owner view
Public propertySnapToPoints
When moving the cursor, jumps the cursor to nearest series point.
Public propertyStyle
Cursor style.
Public propertyThinHairCross
Draw haircross horizontal line as 1px width, otherwise as wide as vertical.
Public propertyTrackPoint
Tracking point style. Applies only when Style is set to PointTrack.
Public propertyValueAtXAxis
X-value.
Public propertyVisible
Is cursor visible or not
Top
See Also