Click or drag to resize

SeriesPointCompact3D Structure

LightningChart .NET Help
PointLineSeries3D series point, compact format to save memory.
Inheritance Hierarchy
SystemObject
  SystemValueType
    LightningChartLib.UWP.ChartingMVVMSeriesPointCompact3D

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[SerializableAttribute]
public struct SeriesPointCompact3D

The SeriesPointCompact3D type exposes the following members.

Constructors
 NameDescription
Public methodSeriesPointCompact3D Constructor.
Top
Fields
 NameDescription
Public fieldX X value.
Public fieldY Y value.
Public fieldZ Z value.
Top
See Also