Uses of Class
org.aesh.charts.common.HorizontalLine
Packages that use HorizontalLine
-
Uses of HorizontalLine in org.aesh.charts.common
Methods in org.aesh.charts.common that return HorizontalLineModifier and TypeMethodDescriptionstatic HorizontalLineHorizontalLine.at(double yValue) Create a horizontal line at the given Y value.HorizontalLine.dashed(boolean dashed) -
Uses of HorizontalLine in org.aesh.charts.linechart
Methods in org.aesh.charts.linechart with parameters of type HorizontalLineModifier and TypeMethodDescriptionLineChart.addHorizontalLine(HorizontalLine line) Add a horizontal reference line (threshold, baseline, target).