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

ChartSeriesKindCapabilities

Namespace ChartForgeX.Core

Exposes reusable classification rules for chart series kinds to hosts and adapters.

Inheritance

  • Object
  • ChartSeriesKindCapabilities

Methods

IsExclusive(ChartForgeX.Core.ChartSeriesKind kind) #

Determines whether a series kind owns the chart surface and cannot be combined with cartesian annotations or unrelated series.

Parameters

kind ChartForgeX.Core.ChartSeriesKind required
The series kind to classify.

Returns

true when the kind uses an exclusive rendering surface; otherwise false.

Exceptions

  • ArgumentOutOfRangeException – Thrown when kind is not a defined series kind.