Project

ChartForgeX

Render deterministic charts, dashboards, topology, hierarchy, and report visuals directly from .NET.

Stars 45
Forks 2
NuGet downloads 48,107
Release ChartForgeX-v1.7.0
Language: HTML Updated: 2026-09-02

API Reference

Class

ChartSeriesKind

Namespace ChartForgeX.Core

Defines the visual style used to render a chart series.

Inheritance

  • Object
  • ChartSeriesKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Fields

Line #

Renders connected line segments.

StepLine #

Renders horizontal-then-vertical step line segments.

Area #

Renders a filled area under connected line segments.

StepArea #

Renders a filled area under horizontal-then-vertical step segments.

Scatter #

Renders independent point markers.

Bubble #

Renders x/y points with marker area scaled by a third value.

ErrorBar #

Renders point estimates with lower and upper uncertainty bounds.

Candlestick #

Renders open, high, low, and close values.

RangeBand #

Renders a filled band between lower and upper values across x positions.

RangeArea #

Renders a filled interval area with emphasized upper and lower bounds.

Bar #

Renders vertical bars.

Lollipop #

Renders vertical stems with circular value markers.

Dumbbell #

Renders paired values connected by a line and endpoint markers.

RangeBar #

Renders vertical interval bars from start to end values.

BoxPlot #

Renders statistical box and whisker summaries.

HorizontalBar #

Renders horizontal bars.

Heatmap #

Renders a matrix of colored value cells.

HexbinHeatmap #

Renders a matrix of colored hexagonal value cells.

CalendarHeatmap #

Renders date-indexed values as a contribution-style calendar grid.

DottedMap #

Renders longitude/latitude points over a dotted world map.

TileMap #

Renders regions from a reusable tile-map definition as a cartogram.

RegionMap #

Renders regions from a reusable map definition as a geographic choropleth map.

Gauge #

Renders a single-value radial gauge.

Circle #

Renders a single-value circular progress chart.

RadialBar #

Renders one or more circular progress rings.

LayeredRadial #

Renders one or more independently styled radial arc layers.

Bullet #

Renders compact value, target, and qualitative range bars.

Waterfall #

Renders cumulative positive and negative change bars.

Radar #

Renders values on a radial category axis.

Funnel #

Renders descending stage values as centered funnel segments.

Timeline #

Renders horizontal date or numeric ranges.

Gantt #

Renders project tasks, progress, dependencies, and milestones on a schedule axis.

Sankey #

Renders weighted flows between named nodes.

Tree #

Renders hierarchical parent-child relationships.

Sunburst #

Renders hierarchical parent-child relationships as radial partition rings.

Pie #

Renders a proportional pie chart.

Donut #

Renders a proportional donut chart.

StackedArea #

Renders filled area series stacked on top of earlier stacked area series.

Slope #

Renders a two-point comparison line between start and end values.

Treemap #

Renders proportional flat rectangles for part-to-whole comparison.

Pictorial #

Renders values with repeated pictorial symbols.

ProgressBar #

Renders labeled horizontal progress or slider-style bars.

WordCloud #

Renders weighted terms as a deterministic word cloud.

Ohlc #

Renders open, high, low, and close values as stems with open and close ticks.

PolarArea #

Renders equal-angle radial segments with radius scaled by value.

TrendLine #

Renders a computed least-squares trend line.

Polar #

Renders ordered angle/radius points on a polar coordinate plane.