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

VisualCanvasAnchor

Namespace ChartForgeX.Composition

Defines the reference point used when placing visual canvas layers.

Inheritance

  • Object
  • VisualCanvasAnchor

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Fields

TopLeft #

Place from the top-left edge.

TopCenter #

Place from the top-center edge.

TopRight #

Place from the top-right edge.

MiddleLeft #

Place from the middle-left edge.

Center #

Place from the center of the container.

MiddleRight #

Place from the middle-right edge.

BottomLeft #

Place from the bottom-left edge.

BottomCenter #

Place from the bottom-center edge.

BottomRight #

Place from the bottom-right edge.