Click or drag to resize

LineSeriesCursor Properties

LightningChart .NET Help

The LineSeriesCursor type exposes the following members.

Properties
  NameDescription
Public propertyAllowDragging
Gets or sets if allow dragging by user. This is a dependency property.
(Inherited from DraggableObject.)
Public propertyAllowUserInteraction
Gets or sets if user interaction is allowed. This is a dependency property.
(Inherited from UserInteractiveObject.)
Public propertyAssignXAxisIndex
Gets or sets index of X axis assigned to this cursor. This is a dependency property.
Public propertyBehind
Gets or sets if cursor is behind series or front. This is a dependency property.
Public propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyFullHeight
Gets or sets is use full cursor height. This is a dependency property. 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
Gets or sets grab padding, which is used to widen the active area. The area is widened on both sides the specified amount. This is a dependency property.
Public propertyHairCrossColorMixing
Gets or sets if use cursor and dataseries colors or just cursor color for haircross. This is a dependency property.
Public propertyHighlight
Gets or sets highlight style. Item can be highlighted by user interactive device or by code. This is a dependency property.
(Inherited from HighlightingItemBase.)
Public propertyIndicateTrackingYRange
Gets or sets if 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. This is a dependency property.
Public propertyIsFrozen
Gets a value that indicates whether the object is currently modifiable.
(Inherited from Freezable.)
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
Public propertyLineStyle
Gets or sets line style. This is a dependency property.
Public propertyOwnerView
Owner view
Public propertySnapToPoints
Gets or sets if moving the cursor, jumps the cursor to neareast series point. This is a dependency property.
Public propertyStyle
Gets or sets cursor style. This is a dependency property.
Public propertyThinHairCross
Gets or sets if draw haircross horizontal line as 1px width, otherwise as wide as vertical. This is a dependency property.
Public propertyTrackPoint
Gets or sets tracking point style. This is a dependency property. Applies only when Style is set to PointTrack.
Public propertyValueAtXAxis
Gets or sets X value. This is a dependency property.
Public propertyVisible
Gets or sets if cursor is visible or not. This is a dependency property.
Top
See Also