PlotBarStyle Enum
This page contains documentation for advanced Fuse features, so we have
taken the liberty to tick the "Show advanced things" checkbox above for
you in advance to be able to provide you with some additional information.
Location
- Namespace
- Fuse.Charting
- Package
- Fuse.Charting 2.9.1
Possible Values
- Baseline
-
Standard alignment of the Y-Axis to the baseline
- Range
-
Uses Y as current value and Z as the previous value to produce a ranged bar
- Full
-
Covers the complete area for this axis step, ignoring the actual Y value. This is useful if you wish to add a background to the item, or enabled interaction on the whole region.
Interface of PlotBarStyle
Baseline : PlotBarStyle uno
Standard alignment of the Y-Axis to the baseline
Full : PlotBarStyle uno
Covers the complete area for this axis step, ignoring the actual Y value. This is useful if you wish to add a background to the item, or enabled interaction on the whole region.
HasFlag(PlotBarStyle) : bool uno
PlotBarStyle - PlotBarStyle : PlotBarStyle uno
PlotBarStyle != PlotBarStyle : bool uno
PlotBarStyle & PlotBarStyle : PlotBarStyle uno
PlotBarStyle ^ PlotBarStyle : PlotBarStyle uno
PlotBarStyle == PlotBarStyle : bool uno
PlotBarStyle | PlotBarStyle : PlotBarStyle uno
Range : PlotBarStyle uno
Uses Y as current value and Z as the previous value to produce a ranged bar