summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2003-12-17added method createErrorBar_YIngrid Halama1-2/+7
2003-12-17return NAN if wrong indexIngrid Halama1-3/+4
2003-12-17added method getAxisTypeIngrid Halama2-4/+33
2003-12-16set default attributes for regression lines/mean value lineBjörn Milcke1-14/+60
2003-12-16helper for filtering invalid tuples in the sequence for regression calculationBjörn Milcke1-0/+158
2003-12-16handle NULLIngrid Halama1-1/+1
2003-12-16don't assert exception for area chartIngrid Halama1-1/+4
2003-12-16handle NULLIngrid Halama1-2/+4
2003-12-16changed commentIngrid Halama1-2/+2
2003-12-16correct handling of invalid regression curve points + more points per curveIngrid Halama1-6/+18
2003-12-15integrated Regression LinesIngrid Halama1-10/+4
2003-12-15renamed OBJECTTYPE_DATA_FUNCTION -> OBJECTTYPE_DATA_CURVEIngrid Halama2-7/+7
2003-12-15don't do scaling for NAN or INFIngrid Halama1-6/+26
2003-12-15moved Clipping from charttypes to mainIngrid Halama4-6/+291
2003-12-15moved method getTransformedClip(Double)Rect from AreaChart AreaPositionHelperIngrid Halama2-4/+49
2003-12-15added RegressionCurves; moved method getTransformedClip(Double)Rect to Plotti...Ingrid Halama1-84/+4
2003-12-15moved member m_bCategoryXAxis and MinimumAndMaximumSupplier method specializa...Ingrid Halama1-6/+0
2003-12-15for RegressionLine integration added methods createRegressionCurvesShapes; + ...Ingrid Halama1-9/+97
2003-12-15for RegressionLine integration added methods createRegressionCurvesShapes; an...Ingrid Halama1-3/+10
2003-12-15for RegressionLine integration added methods getDataCurveCID, setCategoryXAxi...Ingrid Halama2-58/+50
2003-12-15error-indicator is both per default now. Handle error plus/minus as ambiguou...Björn Milcke2-9/+8
2003-12-15no border per defaultBjörn Milcke1-2/+15
2003-12-15support scatter chart without linesBjörn Milcke3-20/+46
2003-12-15map LineStyles of ErrorBars to shapesBjörn Milcke1-2/+8
2003-12-15cleanupBjörn Milcke1-17/+10
2003-12-15error bar creation moved from PlotterBase to VSeriesPlotterBjörn Milcke4-275/+276
2003-12-15clipping of error barsBjörn Milcke3-32/+83
2003-12-15superfluous parameter in createErrorBar methodBjörn Milcke3-9/+6
2003-12-12use another group shape for error bars for slectionIngrid Halama1-1/+5
2003-12-12added method getErrorBarsCID and member m_xErrorBarsShapeIngrid Halama1-2/+9
2003-12-12added method getErrorBarsCIDIngrid Halama1-2/+4
2003-12-12added method getErrorBarsGroupShapeIngrid Halama2-2/+24
2003-12-12added ItemConverter for error barsIngrid Halama1-2/+6
2003-12-12title and legend shapes in front of diagramIngrid Halama1-4/+5
2003-12-12integrated axis titleIngrid Halama1-55/+189
2003-12-12removed unused variableIngrid Halama1-3/+2
2003-12-12do not add inner border spaceIngrid Halama1-8/+6
2003-12-12additional rotation parameterIngrid Halama2-8/+12
2003-12-12do logic scaling (e.g. logarithmic) after error-bar calculationBjörn Milcke3-8/+20
2003-12-12error bars implementedBjörn Milcke6-59/+291
2003-12-12warning removed (implicit double -> int)Björn Milcke1-4/+4
2003-12-12some statistics functionsBjörn Milcke2-0/+252
2003-12-12+getAll(X|Y)Björn Milcke2-4/+27
2003-12-11First test of error bar propertiesBjörn Milcke3-5/+174
2003-12-11unnecessary auto_ptr changed to stack-objectBjörn Milcke1-11/+9
2003-12-11interpret first data sequence as x-valuesBjörn Milcke1-3/+3
2003-12-11delete RelativePosition if default position is selected in dialogBjörn Milcke1-19/+26
2003-12-11ErrorBar struct->XPropertySetBjörn Milcke3-101/+168
2003-12-11property-set for error bar propertiesBjörn Milcke2-0/+436
2003-12-11PropertyHelper moved to toolsBjörn Milcke2-37/+37