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

VisualCanvasImageLayer

Namespace ChartForgeX.Composition

Image layer for host-provided bitmap or SVG-compatible image references.

Inheritance

  • Object
  • VisualCanvasImageLayer

Constructors

VisualCanvasImageLayer(System.Double x, System.Double y, System.Double width, System.Double height) #

Initializes an image layer.

Parameters

x System.Double required
The image X coordinate.
y System.Double required
The image Y coordinate.
width System.Double required
The rendered image width.
height System.Double required
The rendered image height.

Properties

Href #

Gets or sets the SVG image href.

Rgba #

Gets or sets optional source RGBA pixels for PNG output.

SourceWidth #

Gets or sets the source bitmap width for PNG output.

SourceHeight #

Gets or sets the source bitmap height for PNG output.

Fit #

Gets or sets how the source image is placed inside the destination rectangle.

Opacity #

Gets or sets image opacity from zero to one.