Actions
Feature #1154
closedWCartesianChart::setBarBasement
Start date:
02/04/2012
Due date:
% Done:
0%
Estimated time:
Description
This feature request is from
http://redmine.webtoolkit.eu/boards/1/topics/3589
WCartesianChart is missing method for defining bar basement position.
The argument can be from enum Wt::Chart::AxisValue as in WAxis::setLocation
Jan.
Files
Updated by Koen Deforche almost 13 years ago
- Status changed from New to InProgress
- Assignee set to Pieter Libin
- Target version set to 3.2.1
Hey,
Perhaps what we need to do is honor the FillRangeType for a bar series, which should have as default value 'ZeroValueFill' for a BarSeries, and 'NoFill' otherwise.
If then the value is MinimumValueFill, this would give the intended result.
Regards,
koen
Updated by Pieter Libin almost 13 years ago
Example to reproduce the isssue.
Updated by Pieter Libin almost 13 years ago
- Status changed from InProgress to Resolved
Actions