Click or drag to resize

BarSeriesValue3D Class

LightningChart .NET Help
Bar series value for 3D bars.
Inheritance Hierarchy
SystemObject
  Arction.WinForms.ChartingBarSeriesValue3D

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
public class BarSeriesValue3D

The BarSeriesValue3D type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Convert class description to string.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldTag
Tag. Freely assignable object.
Public fieldText
Text assigned to bar value.
Public fieldX
X value.
Public fieldY
Y value.
Public fieldZ
Z value.
Top
See Also