SeriesBaseRound Properties |
The SeriesBaseRound type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowDragging |
Gets or sets whether dragging by user is allowed.
(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 whether allow user interaction.
(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.
| |
| 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.
(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 |
Line style
| |
| LineVisible |
Is line visible or not
| |
| OwnerView |
Owner view
| |
| PointCount |
Point count stored in the Points array
| |
| PointStyle |
Point style
| |
| PointsVisible |
Are points visible or not
| |
| ShowInLegendBox |
Enlists the series title text in Legend box of the chart
| |
| Title |
Series title
| |
| ValueRangePalette |
Palette for color by Value
| |
| Visible |
Is the series visible.
|