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.) | |
| ClipInsideGraph |
Defines if the series is drawn outside the main chart circle.
| |
| ColorStyle |
Turn on coloring by Value
| |
| 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.
| |
| 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.
|