|
double | Position [get, set] |
|
double | Value [get, set] |
|
double | ValueBase [get, set] |
|
double | Size = 0.8 [get, set] |
|
double | Error = 0 [get, set] |
| Size of the error bar extending from Value
|
|
double | ErrorSize = 0.2 [get, set] |
| Width of the error bar whiskers in axis units (same units as Position)
|
|
bool | IsVisible = true [get, set] |
|
FillStyle | FillStyle = new() { Color = Colors.Gray, IsVisible = true } [get, set] |
|
Color | FillHatchColor [get, set] |
|
IHatch? | FillHatch [get, set] |
|
Color | FillColor [get, set] |
|
LineStyle | LineStyle = new() { Color = Colors.Black, Width = 1, IsVisible = true } [get, set] |
|
float | LineWidth [get, set] |
|
LinePattern | LinePattern [get, set] |
|
Color | LineColor [get, set] |
|
Color | BorderColor [get, set] |
|
float | BorderLineWidth = 1 [get, set] |
|
float | ErrorLineWidth = 0 [get, set] |
|
bool | ErrorPositive = true [get, set] |
|
bool | ErrorNegative = true [get, set] |
|
string | Label = string.Empty [get, set] |
|
bool | CenterLabel = false [get, set] |
|
float | LabelOffset = 5 [get, set] |
|
Orientation | Orientation = Orientation.Vertical [get, set] |
|
CoordinateRect | Rect [get] |
|
IEnumerable< CoordinateLine > | ErrorLines [get] |
|
AxisLimits | AxisLimits [get] |
|
Represents a single bar in a bar chart.