Class StickChartColor
Stick chart writer with color support
Inheritance
object
StickChartColor
Namespace: Terminaux.Writer.FancyWriters
Assembly: Terminaux.dll
Syntax
[Obsolete("This is considered a legacy method of writing this fancy text and will be removed in a future version of Terminaux. Please use its cyclic writer equivalent.")]
public static class StickChartColor
Methods
| Edit this page View SourceRenderStickChart(ChartElement[], int, int, bool)
Renders the stick chart
Declaration
public static string RenderStickChart(ChartElement[] elements, int InteriorWidth, int InteriorHeight, bool showcase = false)
Parameters
Type | Name | Description |
---|---|---|
ChartElement[] | elements | Elements to render |
int | InteriorWidth | The width of the interior window |
int | InteriorHeight | The height of the interior window |
bool | showcase | Show the element list |
Returns
Type | Description |
---|---|
string | The rendered stick chart |
WriteStickChart(ChartElement[], int, int, bool)
Writes the stick chart
Declaration
public static void WriteStickChart(ChartElement[] elements, int InteriorWidth, int InteriorHeight, bool showcase = false)
Parameters
Type | Name | Description |
---|---|---|
ChartElement[] | elements | Elements to render |
int | InteriorWidth | The width of the interior window |
int | InteriorHeight | The height of the interior window |
bool | showcase | Show the element list |