Click or drag to resize

SeriesBaseRound Properties

LightningChart .NET Help

The SeriesBaseRound type exposes the following members.

Properties
  NameDescription
Public propertyAllowDragging
Gets or sets whether dragging by user is allowed.
(Inherited from DraggableObject.)
Public propertyAllowMarkerSnapping
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.
Public propertyAllowUserInteraction
Gets or sets whether allow user interaction.
(Inherited from UserInteractiveObject.)
Public propertyClipInsideGraph
Defines if the series is drawn outside the main chart circle.
Public propertyColorStyle
Turn on coloring by Value
Public propertyHighlight
Gets or sets highlight style. Item can be highlighted by user interactive device or by code.
(Inherited from HighlightingItemBase.)
Public propertyIncludeInAutoFit
Defines if the series affects ZoomToFit operations. If false, the series is ignored on ZoomToFit.
Public propertyLineStyle
Line style
Public propertyLineVisible
Is line visible or not
Public propertyOwnerView
Owner view
Public propertyPointCount
Point count stored in the Points array
Public propertyPointStyle
Point style
Public propertyPointsVisible
Are points visible or not
Public propertyShowInLegendBox
Enlists the series title text in Legend box of the chart
Public propertyTitle
Series title
Public propertyValueRangePalette
Palette for color by Value
Public propertyVisible
Is the series visible.
Top
See Also