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

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.