Project

ChartForgeX

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

Stars 46
Forks 2
NuGet downloads 62,324
Release ChartForgeX-v1.8.1
Language: HTML Updated: 2026-09-22

API Reference

Class

ChartGridPanelSpan

Namespace ChartForgeX.Core

Describes how many grid tracks a chart panel should occupy in a chart grid.

Inheritance

  • Object
  • ChartGridPanelSpan

Constructors

ChartGridPanelSpan(System.Int32 columnSpan, System.Int32 rowSpan) #

Initializes a new panel span.

Parameters

columnSpan System.Int32 required
The number of grid columns occupied by the panel.
rowSpan System.Int32 required
The number of grid rows occupied by the panel.

Properties

ColumnSpan #

Gets the number of grid columns occupied by the panel.

RowSpan #

Gets the number of grid rows occupied by the panel.