Table of Contents

Interface ISupportPointSeries

Namespace
SlapKit.Excel.Excel.Charts.SeriesFeatures
Assembly
SlapKit.Excel.dll

Represents support for series with X and Y values. It's suitable for plots where both dimensions hold numerical data.

public interface ISupportPointSeries : ISeriesFeature
Extension Methods

Properties

XValues

Gets the X values.

IXLChartMultiDimensionalData XValues { get; }

Property Value

IXLChartMultiDimensionalData

YValues

Gets the Y values.

IXLChartOneDimensionalData YValues { get; }

Property Value

IXLChartOneDimensionalData