API Reference
Class
ChartSeriesKindCapabilities
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
- 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.