Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace
Inheritance Hierarchy
In This Topic
    FarPoint.Web.Spread.Chart Namespace
    In This Topic
    Provides the base classes, interfaces, and enumerations for the Chart component.
    Classes
     ClassDescription
    ClassRepresents a segment which contains an array of double value.
    ClassRepresents a segment which gets data from a cell range in SheetView.
    ClassRepresents the data settings for SpreadChart.
    ClassRepresents event data for DataFieldChangedEventHandler events.
    ClassRepresents event data for the IndicatorChanged event.
    ClassRepresents event data for ISegmentData.DataChanged event.
    ClassRepresents the series data source using a formula.
    ClassRepresents a set of SeriesDataField objects.
    ClassRepresents a cell range in a specified SheetView.
    ClassRepresents a strongly typed list of SheetCellRange that can be accessed by index. Provides methods to search, sort, and manipulate lists.
    ClassRepresents a chart instance in Spread.
    ClassRepresents a collection of chart objects.
    ClassProvides a user interface that can edit SpreadChartCollection at design time.
    ClassRepresents a segment which contains only one string.
    Interfaces
     InterfaceDescription
    InterfaceRepresents a chart indicator which is displayed when a chart is activated.
    InterfaceRepresents segment data which is used as a chart's data source.
    InterfaceRepresent the cellrange data of values
    InterfaceRepresents a class which supports the chart data setting concept.
    InterfaceSupports 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
     DelegateDescription
    DelegateHandles the DataFieldChanged event.
    DelegateRepresents the event handler for the IndicatorChanged event.
    DelegateRepresents an event handler for ISegmentData.DataChanged event.
    Enumerations
     EnumerationDescription
    EnumerationIndicates whether the SeriesDataField property returns data vertically or horizontally.
    EnumerationSpecifies how to show empty worksheet cells in a data series in the chart.
    EnumerationRepresents which is the behavior and which part of the indicator has changed.
    EnumerationRepresents the data type of a segment.
    See Also