[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Chart.SeriesDataField

SeriesDataField Class

Represents the series data source using a formula.

Inheritance
SeriesDataField
Namespace: FarPoint.Win.Spread.Chart
Assembly: FarPoint.Win.Spread.dll
Syntax
[TypeConverter(typeof(_ahl))]
public class SeriesDataField : IDisposable, IXmlSerializable, IBindingList, IList, ICollection, IEnumerable, IMatrixData, IChartSupportDataSourceFormater, IChartSupportDataSource, IMultiLevelData, ICloneable
<TypeConverter(GetType(_ahl))>
Public Class SeriesDataField
    Implements IDisposable, IXmlSerializable, IBindingList, IList, ICollection, IEnumerable, IMatrixData, IChartSupportDataSourceFormater, IChartSupportDataSource, IMultiLevelData, ICloneable
Remarks

SeriesDataField is not a complete data source for the series. If a series needs more than one value (like HighLowBar series), it needs more than one SeriesDataField as a data source. Each SeriesDataField is bound as a data source of the corresponding value.

Constructors

Properties

Name Description
Count

Gets the count.

DataOrientation

Gets a value that indicates whether the SeriesDataField returns data vertically or horizontally.

DataSetting

Gets or sets the data setting.

DataType

Gets the type of the data.

FieldName

Indicates what the series is bound to.

Formula

Gets or sets the formula.

ReferenceError

Gets or sets a value indicating whether this SeriesDataField represents an invalid formula.

Vertical

Gets whether the list's data orientation is vertical

Methods

Name Description
Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Dispose(bool)

Releases unmanaged and - optionally - managed resources.

GenerateSegmentDataList(SeriesDataField)

Generates the segment data list.

GenerateSegmentMatrix()

Generates the segment data matrix.

GetFormatter(int)
GetValue(int)

Gets the value.

OnDataChanged(DataFieldChangedEventArgs)

Fires the DataChanged event.

SetValue(int, object)

Sets the value.

Events

Name Description
DataChanged

Occurs when data changed.