StepChart
ClassFor examples and usage details, see the component documentation.
View StepChart ComponentNamespace:
RazorConsole.ComponentsAssembly:
RazorConsole.CoreDefinition
public class StepChart : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderConstructors
1| Name | Type | Description |
|---|---|---|
StepChart() | Constructor | — |
Properties
8| Name | Type | Description |
|---|---|---|
Appearance | ||
AxesColor | Color | Color of the axes lines and tick marks. |
Height | Int32 | Height of the chart in terminal rows (excluding title and axes if shown). |
LabelsColor | Color | Color of the numeric labels on X and Y axes. |
TitleColor | Color | Color of the chart title text. |
Width | Int32 | Width of the chart in terminal columns (excluding title and axes if shown). |
Common | ||
Title | String | Optional chart title displayed above the plot area. |
Other | ||
Series | List<ChartSeries> | Collection of data series to display on the chart. |
ShowAxes | Boolean | Determines whether coordinate axes and value labels are rendered. |
Methods
1| Name | Type | Description |
|---|---|---|
BuildRenderTree(RenderTreeBuilder)() | Method | — |