Property | Type | Description | |
---|---|---|---|
AllowTogglingLegend | bool | ||
DefaultLineColor | Color | ||
DrawCounts | bool | ||
DrawIcons | bool | ||
DrawInfoInBar | bool | ||
DrawInlineLegend | bool | ||
DrawMaxMarkers | bool | ||
DrawOptions | bool | ||
DrawTargetLine | bool | ||
MaxPerChapter | bool | ||
Suffix | string | ||
periodShown | Period | ||
periods | Period[] |
Method | Description | |
---|---|---|
CeilToPrecision ( float x, int precision = 1 ) : int |
Round up to given precision
|
|
DrawDetailedLegend ( |
||
DrawPlot ( |
||
ExposeData ( ) : void | ||
FormatCount ( float x, int unit = 1000, string suffixes = null ) : string | ||
History ( ) : System | ||
History ( ThingCount thingCounts, Color colors = null ) : System | ||
History ( string labels, Color colors = null ) : System | ||
Interval ( Period period ) : int | ||
Update ( ) : void | ||
UpdateMax ( ) : void | ||
UpdateThingCountAndMax ( int counts, int maxes ) : void | ||
UpdateThingCounts ( ) : void |
public CeilToPrecision ( float x, int precision = 1 ) : int | ||
x | float | input |
precision | int | number of digits to preserve past the magnitude, should be equal to or greater than zero. |
return | int |
public DrawDetailedLegend ( |
||
canvas | ||
scrollPos | Vector2 | |
max | int | |
positiveOnly | bool | |
negativeOnly | bool | |
return | void |
public DrawPlot ( |
||
rect | ||
target | int | |
label | string | |
positiveOnly | bool | |
negativeOnly | bool | |
return | void |
public FormatCount ( float x, int unit = 1000, string suffixes = null ) : string | ||
x | float | |
unit | int | |
suffixes | string | |
return | string |
public History ( ThingCount thingCounts, Color colors = null ) : System | ||
thingCounts | ThingCount | |
colors | Color | |
return | System |
public History ( string labels, Color colors = null ) : System | ||
labels | string | |
colors | Color | |
return | System |
public static Interval ( Period period ) : int | ||
period | Period | |
return | int |
public UpdateThingCountAndMax ( int counts, int maxes ) : void | ||
counts | int | |
maxes | int | |
return | void |