Namespace SlapKit.Excel.Excel.Charts.SeriesFeatures
Interfaces
- ISupportCategorySeries
Represents support for series with Values and Categories. In these series, data is displayed using one value axis and one category axis. This arrangement is effective for segmenting and comparing data, where categories (like time periods or groups) are plotted against numerical values.
- ISupportPointSeries
Represents support for series with X and Y values. It's suitable for plots where both dimensions hold numerical data.