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

VisualCanvasFeatureStripLayer

Namespace ChartForgeX.Composition

Feature-strip layer.

Inheritance

  • Object
  • VisualCanvasFeatureStripLayer

Constructors

VisualCanvasFeatureStripLayer(System.Double x, System.Double y, System.Double width, System.Double height, System.Collections.Generic.IEnumerable{ChartForgeX.Composition.VisualCanvasFeatureItem} items) #

Initializes a feature strip layer.

Parameters

x System.Double required
The strip X coordinate.
y System.Double required
The strip Y coordinate.
width System.Double required
The strip width.
height System.Double required
The strip height.
items System.Collections.Generic.IEnumerable{ChartForgeX.Composition.VisualCanvasFeatureItem} required
The strip items.

Properties

Items #

Gets the feature strip items.

Accent #

Gets or sets the feature strip accent color.