Skip to content

Commit

Permalink
offer series style
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoe64 committed Aug 2, 2013
1 parent c54f605 commit 573b38a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/com/jjoe64/graphview/GraphViewSeries.java
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ public void appendData(GraphViewDataInterface value, boolean scrollToEnd, int ma
}
}

public GraphViewSeriesStyle getStyle() {
return style;
}

public void removeGraphView(GraphView graphView) {
graphViews.remove(graphView);
}
Expand Down

0 comments on commit 573b38a

Please sign in to comment.