public interface XyStyle
This is open source software released under the Apache 2.0 License
| Modifier and Type | Method and Description |
|---|---|
XyStyle |
withColor(Color color)
Sets the color for this series
|
XyStyle |
withDashes(boolean dashed)
Sets whether line based plots should use a dashed line
|
XyStyle |
withLineWidth(float width)
Sets the line width for the series for line based plots
|
XyStyle |
withPointShape(ChartShape shape)
Sets the point shape to use for this series
|
XyStyle |
withPointsVisible(boolean visible)
Sets whether points should be visible for this series
|
XyStyle withColor(Color color)
color - the color for seriesXyStyle withDashes(boolean dashed)
dashed - true if lines should be dashedXyStyle withLineWidth(float width)
width - the line wisthXyStyle withPointShape(ChartShape shape)
shape - the shape for seriesXyStyle withPointsVisible(boolean visible)
visible - true to make points visibleCopyright 2014-2017, Xavier Witdouck