Struct flot::Axis [] [src]

pub struct Axis<'a> { /* fields omitted */ }

represents an axis

Methods

impl<'a> Axis<'a>
[src]

[src]

[src]

conversion function to apply to axis values. Either a Javascript expression in v or the full function.

[src]

[src]

append a string to the default label

[src]

prepend a string to the default label

[src]

force minimum value on axis

[src]

force maximum value on axis

[src]

set the position of an axis

[src]

indicates that this axis uses time values. These must be specified in milliseconds

[src]

explicitly provide tick values.

[src]

explicitly provide tick values and labels.