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 propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
Public propertyClipInsideGraph
Defines if the series is drawn outside the main chart circle.
Public propertyColorStyle
Turn on coloring by Value
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
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 propertyIsFrozen
Gets a value that indicates whether the object is currently modifiable.
(Inherited from Freezable.)
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
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