StepChart

Class

For examples and usage details, see the component documentation.

View StepChart Component
Namespace: RazorConsole.Components
Assembly: RazorConsole.Core

Definition

public class StepChart : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

1
NameTypeDescription
StepChart()Constructor

Properties

8
NameTypeDescription
Appearance
AxesColorColorColor of the axes lines and tick marks.
HeightInt32Height of the chart in terminal rows (excluding title and axes if shown).
LabelsColorColorColor of the numeric labels on X and Y axes.
TitleColorColorColor of the chart title text.
WidthInt32Width of the chart in terminal columns (excluding title and axes if shown).
Common
TitleStringOptional chart title displayed above the plot area.
Other
SeriesList<ChartSeries>Collection of data series to display on the chart.
ShowAxesBooleanDetermines whether coordinate axes and value labels are rendered.

Methods

1
NameTypeDescription
BuildRenderTree(RenderTreeBuilder)()Method