SeriesBaseRound Properties |
The SeriesBaseRound type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowDragging |
Gets or sets if allow dragging by user. This is a dependency property.
(Inherited from DraggableObject.) | |
| AllowMarkerSnapping |
Defines if the series can be snapped to by markers.
Note that the snapping must be properly enabled on the marker as well.
This allows use of hidden series that can be snapped to.
| |
| AllowUserInteraction |
Gets or sets if user interaction is allowed. This is a dependency property.
(Inherited from UserInteractiveObject.) | |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.) | |
| ClipInsideGraph |
Defines if the series is drawn outside the main chart circle (clipped).
| |
| ColorStyle |
Turn on coloring by Value
| |
| 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. This is a dependency property.
(Inherited from HighlightingItemBase.) | |
| IncludeInAutoFit |
Defines if the series affects ZoomToFit operations.
If false, the series is ignored on ZoomToFit.
| |
| 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.
| |
| LineVisible |
Gets or sets is line visible or not. This is a dependency property.
| |
| OwnerView |
Gets owner view.
| |
| PointStyle |
Gets or sets point style. This is a dependency property.
| |
| PointsVisible |
Gets or sets if points are visible or not. This is a dependency property.
| |
| ShowInLegendBox |
Gets or sets if enlists the series title text in Legend box of the chart. This is a dependency property.
| |
| Title |
Gets or sets series title. This is a dependency property.
| |
| ValueRangePalette |
Palette for color by Value
| |
| Visible |
Gets or sets if the series is visible. This is a dependency property.
|