[]
Represents the series data source using a formula.
[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
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.
Name | Description |
---|---|
SeriesDataField(FpSpread, string, string) | Initializes a new instance of the SeriesDataField class. |
SeriesDataField(FpSpread, string, string, SegmentDataType) | Initializes a new instance of the SeriesDataField class. |
SeriesDataField(FpSpread, string, string, SegmentDataType, ChartDataSetting) | Initializes a new instance of the SeriesDataField class. |
SeriesDataField(FpSpread, string, string, SegmentDataType, ChartDataSetting, DataOrientation) | Initializes a new instance of the SeriesDataField class. |
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 |
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. |
Name | Description |
---|---|
DataChanged | Occurs when data changed. |