LineSeriesCursor Properties |
The LineSeriesCursor type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowDragging |
Gets or sets if allow dragging by user. This is a dependency property.
(Inherited from DraggableObject.) | |
| AllowUserInteraction |
Gets or sets if user interaction is allowed. This is a dependency property.
(Inherited from UserInteractiveObject.) | |
| AssignXAxisIndex |
Gets or sets index of X axis assigned to this cursor. This is a dependency property.
| |
| Behind |
Gets or sets if cursor is behind series or front. This is a dependency property.
| |
| 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 |
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.
| |
| GrabPadding |
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.
| |
| HairCrossColorMixing |
Gets or sets if use cursor and dataseries colors or just cursor color for haircross. This is a dependency property.
| |
| Highlight |
Gets or sets highlight style. Item can be highlighted by user interactive device or by code. This is a dependency property.
(Inherited from HighlightingItemBase.) | |
| IndicateTrackingYRange |
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.
| |
| 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 |
Gets or sets line style. This is a dependency property.
| |
| OwnerView |
Owner view
| |
| SnapToPoints |
Gets or sets if moving the cursor, jumps the cursor to neareast series point. This is a dependency property.
| |
| Style |
Gets or sets cursor style. This is a dependency property.
| |
| ThinHairCross |
Gets or sets if draw haircross horizontal line as 1px width, otherwise as wide as vertical. This is a dependency property.
| |
| TrackPoint |
Gets or sets tracking point style. This is a dependency property. Applies only when Style is set to PointTrack.
| |
| ValueAtXAxis |
Gets or sets X value. This is a dependency property.
| |
| Visible |
Gets or sets if cursor is visible or not. This is a dependency property.
|