GraphConfig
interludesoftware.tick¶
Interlude.Tick¶
GraphConfig Struct¶
Visual configuration for LineGraph(string, string, List<float>, Vector2, Vector2, GraphConfig): title font and size, title / axis / line colours, and axis visibility. Use Default and override the fields you care about.
Fields¶
GraphConfig.AxisColor Field¶
Colour of the left and bottom axis lines.
Field Value¶
GraphConfig.Font Field¶
Font used for the title. Defaults to the bundled roboto_mono.
Field Value¶
GraphConfig.LineColor Field¶
Colour of the plotted data line.
Field Value¶
GraphConfig.ShowAxes Field¶
When false, the left and bottom axis lines are not drawn.
Field Value¶
GraphConfig.TitleColor Field¶
Title text colour.
Field Value¶
GraphConfig.TitleSize Field¶
Title font size in layout units.
Field Value¶
Properties¶
GraphConfig.Default Property¶
The defaults, matching the graph's historical look: roboto_mono title
at size 20, white title / axes / line, axes shown.