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

VisualCanvasPlacement

Namespace ChartForgeX.Composition

Describes reusable anchor-based placement inside a canvas or another rectangular region.

Inheritance

  • Object
  • VisualCanvasPlacement

Usage

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

Accepted by parameters

Constructors

VisualCanvasPlacement(ChartForgeX.Composition.VisualCanvasAnchor arg1, System.Double arg2, System.Double arg3) #

Initializes an anchor placement.

Parameters

arg1 ChartForgeX.Composition.VisualCanvasAnchor required
arg2 System.Double required
arg3 System.Double required

Methods

At(ChartForgeX.Composition.VisualCanvasAnchor arg1, System.Double arg2, System.Double arg3) #

Creates an anchor placement.

Parameters

arg1 ChartForgeX.Composition.VisualCanvasAnchor required
arg2 System.Double required
arg3 System.Double required
Resolve 2 overloads
Resolve(System.Double arg1, System.Double arg2, System.Double arg3, System.Double arg4) #

Resolves this placement inside a zero-origin container.

Parameters

arg1 System.Double required
arg2 System.Double required
arg3 System.Double required
arg4 System.Double required
Resolve(ChartForgeX.Primitives.ChartRect arg1, System.Double arg2, System.Double arg3) #

Resolves this placement inside another rectangular region.

Parameters

arg1 ChartForgeX.Primitives.ChartRect required
arg2 System.Double required
arg3 System.Double required

Properties

Anchor #

Gets the anchor used as the placement reference.

OffsetX #

Gets the horizontal offset. For right anchors, positive values inset from the right edge.

OffsetY #

Gets the vertical offset. For bottom anchors, positive values inset from the bottom edge.