ISeriesColumn

StockSharp.Xaml.Charting.Model.DataSeries

Defines the interface to a series column in a IDataSeries derived type

Properties

Count
public int Count { get; }
value = iSeriesColumn.Count

Gets the count of values in this column

HasValues
public bool HasValues { get; }
value = iSeriesColumn.HasValues

Gets a value indicating whether this column has any values.