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

SegmentedMetricItem

Namespace ChartForgeX.VisualBlocks

One item in a segmented metric block.

Inheritance

  • Object
  • SegmentedMetricItem

Usage

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

Accepted by parameters

Constructors

SegmentedMetricItem(System.String arg1, System.Double arg2) #

Initializes a segmented metric item.

Parameters

arg1 System.String required
arg2 System.Double required

Methods

WithColor(System.Nullable{ChartForgeX.Primitives.ChartColor} arg1) #

Sets an explicit item color.

Parameters

arg1 System.Nullable{ChartForgeX.Primitives.ChartColor} required
WithDelta(System.String arg1) #

Sets optional delta text.

Parameters

arg1 System.String required
WithDisplayValue(System.Object arg1, System.String arg2) #

Sets optional display text used instead of a derived item value.

Parameters

arg1 System.Object required
arg2 System.String required
WithPattern(ChartForgeX.Core.ChartFillPattern arg1) #

Sets the optional fill pattern hint.

Parameters

arg1 ChartForgeX.Core.ChartFillPattern required
WithProgress(System.Double arg1, System.Int32 arg2) #

Sets the progress maximum and fixed segment count.

Parameters

arg1 System.Double required
arg2 System.Int32 required
WithStatus(ChartForgeX.VisualBlocks.VisualStatus arg1) #

Sets the semantic item status.

Parameters

arg1 ChartForgeX.VisualBlocks.VisualStatus required
WithSymbol(System.String arg1) #

Sets compact symbol text shown by visual treatments that use symbols.

Parameters

arg1 System.String required

Properties

Label #

Gets or sets the item label.

Value #

Gets or sets the numeric item value.

Maximum #

Gets or sets the maximum for progress-style items.

Segments #

Gets or sets the fixed segment count for progress-style items.

Color #

Gets or sets an optional item accent color.

Delta #

Gets or sets optional delta text.

Symbol #

Gets or sets compact symbol text shown in distribution rows.

DisplayValue #

Gets or sets optional display text used instead of a derived item value.

Status #

Gets or sets the semantic item status.

Pattern #

Gets or sets an optional fill pattern hint.