Skip to content

Commit 573b38a

Browse files
committed
offer series style
1 parent c54f605 commit 573b38a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/com/jjoe64/graphview/GraphViewSeries.java

+4
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ public void appendData(GraphViewDataInterface value, boolean scrollToEnd, int ma
131131
}
132132
}
133133

134+
public GraphViewSeriesStyle getStyle() {
135+
return style;
136+
}
137+
134138
public void removeGraphView(GraphView graphView) {
135139
graphViews.remove(graphView);
136140
}

0 commit comments

Comments
 (0)