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

DateStripBlock

Namespace ChartForgeX.VisualBlocks

A compact horizontal date or period selector strip for dashboards and report snapshots.

Inheritance

  • Object
  • DateStripBlock

Methods

AddItem(System.String arg1, System.String arg2, System.Boolean arg3, System.Nullable{ChartForgeX.Primitives.ChartColor} arg4) #

Adds a date item.

Parameters

arg1 System.String required
arg2 System.String required
arg3 System.Boolean required
arg4 System.Nullable{ChartForgeX.Primitives.ChartColor} required
Create() #

Creates a new date strip block.

WithHeader(System.String arg1) #

Sets the header text rendered above the strip.

Parameters

arg1 System.String required
WithNavigation(System.Boolean arg1) #

Sets whether previous and next controls are rendered.

Parameters

arg1 System.Boolean required
WithNavigationSymbols(System.String arg1, System.String arg2) #

Sets previous and next control symbols.

Parameters

arg1 System.String required
arg2 System.String required

Properties

Items #

Gets date strip items.

Header #

Gets or sets the header text rendered above the strip.

ShowNavigation #

Gets or sets whether previous and next controls are rendered.

PreviousSymbol #

Gets or sets the previous control symbol.

NextSymbol #

Gets or sets the next control symbol.