LineSeriesCursor Properties |
The LineSeriesCursor type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowDragging |
Gets or sets whether dragging by user is allowed.
(Inherited from DraggableObject.) | |
| AllowUserInteraction |
Gets or sets whether allow user interaction.
(Inherited from UserInteractiveObject.) | |
| AssignXAxisIndex |
Index of X-axis assigned to this cursor.
| |
| Behind |
Is cursor behind series or front.
| |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.) | |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) | |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) | |
| FullHeight |
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.
| |
| GrabPadding |
Grab padding is used to widen the active area. The area is widened on both sides the specified amount.
| |
| HairCrossColorMixing |
Use cursor and dataseries colors or just cursor color for haircross.
| |
| Highlight |
Gets or sets highlight style. Item can be highlighted by user interactive device or by code.
(Inherited from HighlightingItemBase.) | |
| IndicateTrackingYRange |
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.
| |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. (Inherited from Freezable.) | |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) | |
| LineStyle |
Line style.
| |
| OwnerView |
Owner view
| |
| SnapToPoints |
When moving the cursor, jumps the cursor to nearest series point.
| |
| Style |
Cursor style.
| |
| ThinHairCross |
Draw haircross horizontal line as 1px width, otherwise as wide as vertical.
| |
| TrackPoint |
Tracking point style. Applies only when Style is set to PointTrack.
| |
| ValueAtXAxis |
X-value.
| |
| Visible |
Is cursor visible or not
|