Click or drag to resize

PointLineSeries3D Properties

LightningChart .NET Help

The PointLineSeries3D type exposes the following members.

Properties
  NameDescription
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 propertyClosedLine
Connects end and start point by drawing line between them.
Public propertyDataBreaking
Data breaking options. Defines, if gaps are enabled on series data and by which value. Default state is disabled and default gap value is Double.NaN;
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
Include in autofit.
(Inherited from SeriesBase3D.)
Public propertyIndividualPointColors
Each point can have different color.
Public propertyIndividualPointSizes
Each point can have different size.
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 propertyLastHitTestIndex
Get last data index at hit coordinates. Return -1 if did not hit.
Public propertyLineStyle
Line style
Public propertyLineVisible
Is line visible or not
Public propertyMaterial
Series material
(Inherited from SeriesBase3D.)
Public propertyMultiColorLine
Draw lines with color gradients between points.
Public propertyOwnerView
Owner view
(Inherited from SeriesBase3D.)
Public propertyPointCount
Point count stored in the Points array
Public propertyPoints
Points array.
Public propertyPointsCompact
Compact points array.
Public propertyPointsCompactColored
Colored compact points array.
Public propertyPointsOptimization
Point rendering optimization.
Public propertyPointStyle
Point style settings
Public propertyPointsType
Series points type
Public propertyPointsVisible
Are points visible or not
Public propertyShowInLegendBox
Enlists the series title text in Legend box of the chart
(Inherited from SeriesBase3D.)
Public propertyTitle
Series title
Public propertyVisible
Is the series visible
(Inherited from SeriesBase3D.)
Public propertyXAxisBinding
X axis binding
(Inherited from SeriesBase3D.)
Public propertyYAxisBinding
Y axis binding
(Inherited from SeriesBase3D.)
Public propertyZAxisBinding
Z axis binding
(Inherited from SeriesBase3D.)
Top
See Also