Documentation

UI::Plot::BeginPlot

Function

bool UI::Plot::BeginPlot(const string&in title_id, const vec2&in size = vec2 ( - 1 , 0 ), int flags = UI::Plot::PlotFlags::None)

Starts a 2D plotting context. If this function returns true, EndPlot() MUST be called!

string title_id

vec2 size

int flags

Returns bool