Struct imgui::PlotLines [] [src]

#[must_use]
pub struct PlotLines<'p> {
    // some fields omitted
}

Methods

impl<'p> PlotLines<'p>
[src]

fn new(label: ImStr<'p>, values: &'p [f32]) -> Self

fn values_offset(self, values_offset: usize) -> Self

fn overlay_text(self, overlay_text: ImStr<'p>) -> Self

fn scale_min(self, scale_min: f32) -> Self

fn scale_max(self, scale_max: f32) -> Self

fn graph_size(self, graph_size: ImVec2) -> Self

fn build(self)