Uses of Class
org.aesh.charts.linechart.LineChart.Builder
Packages that use LineChart.Builder
-
Uses of LineChart.Builder in org.aesh.charts.linechart
Subclasses of LineChart.Builder in org.aesh.charts.linechartMethods in org.aesh.charts.linechart that return LineChart.BuilderModifier and TypeMethodDescriptionstatic LineChart.BuilderLineChart.builder()LineChart.Builder.height(int height) LineChart.Builder.showLegend(boolean show) LineChart.Builder.style(ChartStyle style) Set the chart title, rendered centered above the plot area.LineChart.Builder.viewportSize(int size) Set the number of data points visible at a time.LineChart.Builder.width(int width) LineChart.Builder.xMax(double max) Set only the X-axis maximum, auto-range the minimum.LineChart.Builder.xMin(double min) Set only the X-axis minimum, auto-range the maximum.LineChart.Builder.xRange(double min, double max) Set explicit X-axis bounds, overriding auto-range (#590).LineChart.Builder.xTickFormatter(Function<Double, String> formatter) Set a custom X-axis tick label formatter.LineChart.Builder.yMax(double max) Set only the Y-axis maximum, auto-range the minimum.LineChart.Builder.yMin(double min) Set only the Y-axis minimum, auto-range the maximum.LineChart.Builder.yRange(double min, double max) Set explicit Y-axis bounds, overriding auto-range (#590).LineChart.Builder.yTickFormatter(Function<Double, String> formatter) Set a custom Y-axis tick label formatter.Constructors in org.aesh.charts.linechart with parameters of type LineChart.Builder