Work on scatterdataset copy
This commit is contained in:
parent
735a9b9c98
commit
f75ea845e0
1 changed files with 4 additions and 1 deletions
|
@ -53,13 +53,16 @@ public class ScatterDataSet extends LineScatterCandleRadarDataSet<Entry> impleme
|
|||
}
|
||||
|
||||
ScatterDataSet copied = new ScatterDataSet(yVals, getLabel());
|
||||
copied.mDrawValues = mDrawValues;
|
||||
copied.mValueColors = mValueColors;
|
||||
copied.mColors = mColors;
|
||||
copied.mShapeSize = mShapeSize;
|
||||
copied.mScatterShape = mScatterShape;
|
||||
copied.mScatterShapeHoleRadius = mScatterShapeHoleRadius;
|
||||
copied.mScatterShapeHoleColor = mScatterShapeHoleColor;
|
||||
//copied.mCustomScatterPath = mCustomScatterPath;
|
||||
copied.mHighlightLineWidth = mHighlightLineWidth;
|
||||
copied.mHighLightColor = mHighLightColor;
|
||||
copied.mHighlightDashPathEffect = mHighlightDashPathEffect;
|
||||
|
||||
return copied;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue