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

VisualGridItem

Namespace ChartForgeX.VisualBlocks

Describes one visual grid panel.

Inheritance

  • Object
  • VisualGridItem

Methods

FromBlock 2 overloads
FromBlock(ChartForgeX.VisualBlocks.IVisualBlock arg1, System.Int32 arg2, System.Int32 arg3) #

Creates a visual block grid item.

Parameters

arg1 ChartForgeX.VisualBlocks.IVisualBlock required
arg2 System.Int32 required
arg3 System.Int32 required
FromBlock(System.String arg1, ChartForgeX.VisualBlocks.IVisualBlock arg2, System.Int32 arg3, System.Int32 arg4) #

Creates a visual block grid item with a stable motion target id.

Parameters

arg1 System.String required
arg2 ChartForgeX.VisualBlocks.IVisualBlock required
arg3 System.Int32 required
arg4 System.Int32 required
FromChart 2 overloads
FromChart(ChartForgeX.Core.Chart arg1, System.Int32 arg2, System.Int32 arg3) #

Creates a chart grid item.

Parameters

arg1 ChartForgeX.Core.Chart required
arg2 System.Int32 required
arg3 System.Int32 required
FromChart(System.String arg1, ChartForgeX.Core.Chart arg2, System.Int32 arg3, System.Int32 arg4) #

Creates a chart grid item with a stable motion target id.

Parameters

arg1 System.String required
arg2 ChartForgeX.Core.Chart required
arg3 System.Int32 required
arg4 System.Int32 required

Properties

MotionTargetId #

Gets the optional stable id used to target this panel from a visual motion timeline.

Chart #

Gets the chart when this item hosts a chart.

Block #

Gets the visual block when this item hosts a block.

ColumnSpan #

Gets the column span.

RowSpan #

Gets the row span.