BarSeriesValue3D Class |
Namespace: Arction.WinForms.Charting
The BarSeriesValue3D type exposes the following members.
| Name | Description | |
|---|---|---|
| BarSeriesValue3D |
Constructor.
| |
| BarSeriesValue3D(Double, Double, Double, String) |
Constructor.
| |
| BarSeriesValue3D(Double, Double, Double, String, Object) |
Constructor
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Convert class description to string.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| Tag |
Tag. Freely assignable object.
| |
| Text |
Text assigned to bar value.
| |
| X |
X value.
| |
| Y |
Y value.
| |
| Z |
Z value.
|