ChartEventMarker Properties |
The ChartEventMarker 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 series. Give -1 when you don't want to assign it yet to any X-axis.
| |
| BindToXAxis |
Defines if the marker is bound to X-axis by XValue.
| |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.) | |
| ClipInsideGraph |
Marker is clipped inside graph area.
(Inherited from EventMarkerCommonBaseSYMBOL.) | |
| ClipInsideXRange |
Clip inside X-axis range.
| |
| 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.) | |
| Highlight |
Gets or sets highlight style. Item can be highlighted by user interactive device or by code.
(Inherited from HighlightingItemBase.) | |
| 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.) | |
| Label |
Event marker title label.
(Inherited from EventMarkerCommonBaseSYMBOL.) | |
| Offset |
Symbol offset from it's designated position.
(Inherited from EventMarkerCommonBaseSYMBOL.) | |
| Symbol |
Marker symbol.
(Inherited from EventMarkerCommonBaseSYMBOL.) | |
| VerticalPosition |
Event marker vertical position.
| |
| Visible |
Defines if event marker is visible or not.
(Inherited from EventMarkerCommonBaseSYMBOL.) | |
| XValue |
X value of event.
|