Click or drag to resize

SeriesBaseSmith Properties

LightningChart .NET Help

The SeriesBaseSmith 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.
(Inherited from SeriesBaseRound.)
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.
(Inherited from SeriesBaseRound.)
Public propertyColorStyle
Turn on coloring by Value
(Inherited from SeriesBaseRound.)
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.
(Inherited from SeriesBaseRound.)
Public propertyLineStyle
Line style
(Inherited from SeriesBaseRound.)
Public propertyLineVisible
Is line visible or not
(Inherited from SeriesBaseRound.)
Public propertyOwnerView
Owner view
(Inherited from SeriesBaseRound.)
Public propertyPointCount
Point count stored in the Points array
(Inherited from SeriesBaseRound.)
Public propertyPoints
Series points
Public propertyPointStyle
Point style
(Inherited from SeriesBaseRound.)
Public propertyPointsVisible
Are points visible or not
(Inherited from SeriesBaseRound.)
Public propertyShowInLegendBox
Enlists the series title text in Legend box of the chart
(Inherited from SeriesBaseRound.)
Public propertyTitle
Series title
(Inherited from SeriesBaseRound.)
Public propertyValueRangePalette
Palette for color by Value
(Inherited from SeriesBaseRound.)
Public propertyVisible
Is the series visible.
(Inherited from SeriesBaseRound.)
Top
See Also