289 #include <kFireSync/Data/kPlot.x.h>
kStatus kPlot_SetWorld(kPlot plot, k32f x, k32f y, k32f width, k32f height)
Defines the world coordinate system for the plot.
kStatus kPlot_SetYTitle(kPlot plot, const kChar *title)
Sets label for the y-axis.
k32f kPlot_Z(kPlot plot)
Returns the world coordinates for the plot.
kSize kPlot_Count(kPlot plot)
Returns the total count of items in the plot.
kObject kPlot_DataAt(kPlot plot, kSize index)
Returns plot item data at the specified index.
const kChar * kPlot_NameAt(kPlot plot, kSize index)
Returns plot item name at the specified index.
kStatus kPlot_SetWorld3d(kPlot plot, k32f x, k32f y, k32f z, k32f width, k32f height, k32f depth)
Defines the world coordinate system for the plot in 3D.
Color as an integer with 8-bit alpha, red, green, and blue components.
const kChar * kPlot_ZTitle(kPlot plot)
Returns the z-axis label.
kStatus kPlot_SetProfilerTitle(kPlot plot, const kChar *title)
Sets title for the profiler.
kStatus kPlot_SetZTitle(kPlot plot, const kChar *title)
Sets label for the z-axis.
Declares the kGraphic class.
k32f kPlot_X(kPlot plot)
Returns the world coordinates for the plot.
kStatus kPlot_SetTitle(kPlot plot, const kChar *title)
Sets titles for the main heading.
Represents a multi-layer collection of images and/or vector graphics.
k32f kPlot_Height(kPlot plot)
Returns the world coordinates for the plot.
const kChar * kPlot_ProfilerTitle(kPlot plot)
Returns the profiler title.
kStatus kPlot_Add(kPlot plot, const kChar *label, const kObject *item)
Adds a new item to the plot.
kStatus kPlot_SetXTitle(kPlot plot, const kChar *title)
Sets label for the x-axis.
k32f kPlot_Y(kPlot plot)
Returns the world coordinates for the plot.
const kChar * kPlot_YTitle(kPlot plot)
Returns the y-axis label.
k32f kPlot_Width(kPlot plot)
Returns the world coordinates for the plot.
kStatus kPlot_SetTitles(kPlot plot, const kChar *title, const kChar *xTitle, const kChar *yTitle)
Sets titles for the main heading, x-axis, and y-axis.
const kChar * kPlot_XTitle(kPlot plot)
Returns the x-axis label.
const kChar * kPlot_Title(kPlot plot)
Returns the main heading.
k32f kPlot_Depth(kPlot plot)
Returns the world coordinates for the plot.
kColor kPlot_BackColor(kPlot plot)
Returns the background color for the plot.
kStatus kPlot_SetBackColor(kPlot plot, kColor color)
Sets the background color for the plot.
kStatus kPlot_Construct(kPlot *plot, kObject allocator)
Constructs a plot.