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

ChartPadding

Namespace ChartForgeX.Primitives

Defines the spacing between the chart edge and plot area.

Inheritance

  • Object
  • ChartPadding

Constructors

ChartPadding(System.Double left, System.Double top, System.Double right, System.Double bottom) #

Initializes a new instance of the ChartPadding struct.

Parameters

left System.Double required
The left padding in pixels.
top System.Double required
The top padding in pixels.
right System.Double required
The right padding in pixels.
bottom System.Double required
The bottom padding in pixels.

Methods

All(System.Double value) #

Creates padding with the same value on every side.

Parameters

value System.Double required
The padding in pixels.

Returns

A padding value with equal sides.

Fields

Left #

Gets the left padding in pixels.

Top #

Gets the top padding in pixels.

Right #

Gets the right padding in pixels.

Bottom #

Gets the bottom padding in pixels.