[]
Supports receiving different types of data from one segment. In FpChart model, series' data must be double, category's data must be string. So, some special segments (such as CellRangeSegmentData) must be able to provide different data based on the specified data type.
public interface ISupportDynamicDataSegment : ISegmentData
Public Interface ISupportDynamicDataSegment
Inherits ISegmentData
Name | Description |
---|---|
DataType | Gets or sets the type of the data. |