ImPlotTick

Type Alias ImPlotTick 

Source
pub type ImPlotTick = ImPlotTick_c;

Aliased Type§

#[repr(C)]
pub struct ImPlotTick { pub PlotPos: f64, pub PixelPos: f32, pub LabelSize: ImVec2_c, pub TextOffset: i32, pub Major: bool, pub ShowLabel: bool, pub Level: i32, pub Idx: i32, }

Fields§

§PlotPos: f64§PixelPos: f32§LabelSize: ImVec2_c§TextOffset: i32§Major: bool§ShowLabel: bool§Level: i32§Idx: i32