public class RangeSeriesBaseRoundLayoutContext extends Object
Modifier and Type | Field and Description |
---|---|
RadRect |
plotArea |
AxisPlotDirection |
plotDirection |
double |
plotLine |
double |
plotOrigin |
Constructor and Description |
---|
RangeSeriesBaseRoundLayoutContext(RangeSeriesBaseModel series)
Creates a new instance of the
RangeSeriesBaseRoundLayoutContext class. |
Modifier and Type | Method and Description |
---|---|
void |
snapPointToGridLine(RangeDataPoint point)
Snaps the given
RangeDataPoint to the grid line. |
public double plotLine
public double plotOrigin
public AxisPlotDirection plotDirection
public RadRect plotArea
public RangeSeriesBaseRoundLayoutContext(RangeSeriesBaseModel series)
RangeSeriesBaseRoundLayoutContext
class.series
- The series to initialize the context with.public void snapPointToGridLine(RangeDataPoint point)
RangeDataPoint
to the grid line.point
- The point to snap.