Kaydet (Commit) 2713c4bf authored tarafından Rafael Dominguez's avatar Rafael Dominguez Kaydeden (comit) Markus Mohrhard

Determine ranges correctly for any type of chart errorbar object.

üst 1e27c773
......@@ -134,7 +134,10 @@ void RangeHighlighter::determineRanges()
fillRangesForDataPoint( xDataSeries, nIndex );
return;
}
else if( OBJECTTYPE_DATA_ERRORS == eObjectType )
else if( OBJECTTYPE_DATA_ERRORS == eObjectType ||
OBJECTTYPE_DATA_ERRORS_X == eObjectType ||
OBJECTTYPE_DATA_ERRORS_Y == eObjectType ||
OBJECTTYPE_DATA_ERRORS_Z == eObjectType )
{
// select error bar ranges, or data series, if the style is
// not set to FROM_DATA
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment