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

ChartDecimationResult

Namespace ChartForgeX.Core

Describes an explicit point-reduction result, including its source-index mapping.

Inheritance

  • Object
  • ChartDecimationResult

Properties

Points #

Gets the points retained for rendering.

SourceIndices #

Gets the zero-based source index represented by each retained point.

SourcePointCount #

Gets the number of points supplied before decimation.

Mode #

Gets the algorithm used to choose retained points.

WasDecimated #

Gets whether the result contains fewer points than its source.