Click or drag to resize

AreaSeriesPolar Properties

LightningChart .NET Help

The AreaSeriesPolar 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 propertyAssignablePolarAxes
List of assignable axes.
(Inherited from SeriesBasePolar.)
Public propertyAssignPolarAxisIndex
Index of polar axis assigned to this series. Give -1 when you don't want to assign it yet to any axis.
(Inherited from SeriesBasePolar.)
Public propertyCenterClipping
Defines how the series should be clipped at the center of the graph.
(Inherited from SeriesBasePolar.)
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 propertyFillColor
Area fill color.
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
(Inherited from SeriesBasePolar.)
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