BarSeriesValue Structure |
Namespace: Arction.Wpf.Charting
The BarSeriesValue type exposes the following members.
| Name | Description | |
|---|---|---|
| BarSeriesValue(Double, Double, String) |
Constructor.
| |
| BarSeriesValue(Double, Double, String, Object) |
Constructor.
|
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Convert class description to string.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| Location |
Location on axis.
| |
| Tag |
Tag. Freely assignable object.
| |
| Text |
Text assigned to bar value.
| |
| Value |
Value.
|