MeshLib
 
Loading...
Searching...
No Matches
ImGui::HistogramGridLine Struct Reference

helper structure for PlotCustomHistogram describing background grid line and label More...

#include <ImGuiHelpers.h>

Public Attributes

float value {}
 value on the corresponding axis where the line and label are located
 
std::string label
 label text
 
std::string tooltip
 label tooltip
 

Detailed Description

helper structure for PlotCustomHistogram describing background grid line and label

Member Data Documentation

◆ label

std::string ImGui::HistogramGridLine::label

label text

◆ tooltip

std::string ImGui::HistogramGridLine::tooltip

label tooltip

◆ value

float ImGui::HistogramGridLine::value {}

value on the corresponding axis where the line and label are located


The documentation for this struct was generated from the following file: