Interface ISupportCategorySeries
- Namespace
- SlapKit.Excel.Excel.Charts.SeriesFeatures
- Assembly
- SlapKit.Excel.dll
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.
public interface ISupportCategorySeries : ISeriesFeature
- Extension Methods
Properties
Categories
Gets series categories.
IXLChartMultiDimensionalData? Categories { get; }
Property Value
Values
Gets series values.
IXLChartOneDimensionalData Values { get; }