FarPoint.Web.Spread.Chart Namespace
In This Topic
Provides the base classes, interfaces, and enumerations for the Chart component.
Classes
Interfaces
| Interface | Description |
| IIndicator | Represents a chart indicator which is displayed when a chart is activated. |
| ISegmentData | Represents segment data which is used as a chart's data source. |
| 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
| Enumeration | Description |
| DataOrientation | Indicates whether the SeriesDataField property returns data vertically or horizontally. |
| EmptyValueStyle | Specifies how to show empty worksheet cells in a data series in the chart. |
| IndicatorChangeType | Represents which is the behavior and which part of the indicator has changed. |
| SegmentDataType | Represents the data type of a segment. |
See Also