Class ValueShowcaseDouble
Value showcase (for two values) renderable
Inherited Members
Namespace: Terminaux.Writer.CyclicWriters.Graphical
Assembly: Terminaux.dll
Syntax
public class ValueShowcaseDouble : GraphicalCyclicWriter
Constructors
| Edit this page View SourceValueShowcaseDouble()
Makes a new instance of the value showcase (double value) renderer
Declaration
public ValueShowcaseDouble()
Properties
| Edit this page View SourceElements
Chart elements
Declaration
public (string, ChartElement element1, ChartElement element2)[] Elements { get; set; }
Property Value
| Type | Description |
|---|---|
| (string, ChartElement element1, ChartElement element2)[] |
Length
Calculated length of the showcase panel
Declaration
public int Length { get; }
Property Value
| Type | Description |
|---|---|
| int |
ShowSeparator
Shows the separator
Declaration
public bool ShowSeparator { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
UseColors
Whether to use colors or not
Declaration
public bool UseColors { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
| Edit this page View SourceRender()
Renders a showcase panel
Declaration
public override string Render()
Returns
| Type | Description |
|---|---|
| string | Rendered text that will be used by the renderer |