FarPoint.Win.Spread.Chart Namespace
In This Topic
Provides the base classes for the chart.
Classes
Interfaces
| Interface | Description |
 | ISegmentData |
Represents segment data which is used as a chart's data source.
|
 | ISegmentData2 | An enhancement of the ISegmentData interface that represents segment data which is used as a chart's data source. |
 | ISegmentDataFormatSupport |
Interface for SegmentData that support formatter information.
|
 | ISegmentMatrixData |
Represent the cellrange data of values
|
 | ISupportChartDataSetting |
Represents a class which supports the chart data setting concept.
|
 | ISupportDynamicDataSegment |
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.
|
Delegates
Enumerations
See Also