Click or drag to resize

SeriesBasePolar Properties

LightningChart .NET Help

The SeriesBasePolar type exposes the following members.

Properties
  NameDescription
Public propertyAllowDragging
Gets or sets if allow dragging by user. This is a dependency property.
(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 if user interaction is allowed. This is a dependency property.
(Inherited from UserInteractiveObject.)
Public propertyAssignPolarAxisIndex
Gets or sets index of polar axis assigned to this series. Give -1 when you don't want to assign it yet to any axis. This is a dependency property.
Public propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
Public propertyCenterClipping
Defines how the series should be clipped at the center of the graph. This is a dependency property.
Public propertyClipInsideGraph
Defines if the series is drawn outside the main chart circle (clipped).
(Inherited from SeriesBaseRound.)
Public propertyColorStyle
Turn on coloring by Value
(Inherited from SeriesBaseRound.)
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. This is a dependency property.
(Inherited from HighlightingItemBase.)
Public propertyIncludeInAutoFit
Defines if the series affects ZoomToFit operations. If false, the series is ignored on ZoomToFit.
(Inherited from SeriesBaseRound.)
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
Gets or sets line style. This is a dependency property.
(Inherited from SeriesBaseRound.)
Public propertyLineVisible
Gets or sets is line visible or not. This is a dependency property.
(Inherited from SeriesBaseRound.)
Public propertyOwnerView
Gets owner view.
(Inherited from SeriesBaseRound.)
Public propertyPointCount
Gets point count stored in the Points array. This is a dependency property.
Public propertyPoints
Gets or sets series points. This is a dependency property.
Public propertyPointStyle
Gets or sets point style. This is a dependency property.
(Inherited from SeriesBaseRound.)
Public propertyPointsVisible
Gets or sets if points are visible or not. This is a dependency property.
(Inherited from SeriesBaseRound.)
Public propertyShowInLegendBox
Gets or sets if enlists the series title text in Legend box of the chart. This is a dependency property.
(Inherited from SeriesBaseRound.)
Public propertyTitle
Gets or sets series title. This is a dependency property.
(Inherited from SeriesBaseRound.)
Public propertyValueRangePalette
Palette for color by Value
(Inherited from SeriesBaseRound.)
Public propertyVisible
Gets or sets if the series is visible. This is a dependency property.
(Inherited from SeriesBaseRound.)
Top
See Also