Type Definition charts::point::PolyPoints

source · []
pub type PolyPoints<X, Y> = Vec<Point<X, Y>>;
Expand description

A list of points.

Trait Implementations

Yields the actual points.

Processes the ranges for both axis.

Turns point-value ranges into coordinate ranges.

Processes a x-axis point value to yield a x-axis coordinate.

Processes a y-axis point value to yield a y-axis coordinate.

X-axis label formatter.

Y-axis label formatter.

Renders some points on a graph.

Normal display mode rendering.

Stacked area rendering.

Percent stacked area rendering.

Stacked area rendering.

Processes a range over optional bounds to yield a range proper.

Turns a range over point values into a range over coordinates.

Processes a point value to yield a coordinate value.

Formatter for the axis labels.

Processes a range over optional bounds to yield a range proper.

Turns a range over point values into a range over coordinates.

Processes a point value to yield a coordinate value.

Formatter for the axis labels.

Processes a range over optional bounds to yield a range proper.

Turns a range over point values into a range over coordinates.

Processes a point value to yield a coordinate value.

Formatter for the axis labels.

Processes a range over optional bounds to yield a range proper.

Turns a range over point values into a range over coordinates.

Processes a point value to yield a coordinate value.

Formatter for the axis labels.

Computes ranges from itself, given which filters are active.