Spread for ASP.NET 8.0 Product Documentation
FarPoint.Web.Spread.Chart Namespace
Inheritance Hierarchy
Provides the base classes, interfaces, and enumerations for the Chart component.
Classes
 ClassDescription
ClassArraySegmentData Represents a segment which contains an array of double value.
ClassCellRangeSegmentData Represents a segment which gets data from a cell range in SheetView.
ClassChartDataSetting Represents the data settings for SpreadChart.
ClassDataFieldChangedEventArgs Represents event data for DataFieldChangedEventHandler events.
ClassIndicatorChangedEventArgs Represents event data for the IndicatorChanged event.
ClassSegmentDataChangedEventArgs Represents event data for ISegmentData.DataChanged event.
ClassSeriesDataField Represents the series data source using a formula.
ClassSeriesDataFieldCollection Represents a set of SeriesDataField objects.
ClassSheetCellRange Represents a cell range in a specified SheetView.
ClassSheetCellRangeCollection Represents a strongly typed list of SheetCellRange that can be accessed by index. Provides methods to search, sort, and manipulate lists.
ClassSpreadChart Represents a chart instance in Spread.
ClassSpreadChartCollection Represents a collection of chart objects.
ClassSpreadChartCollectionEditor Provides a user interface that can edit SpreadChartCollection at design time.
ClassStringSegmentData Represents a segment which contains only one string.
Interfaces
 InterfaceDescription
InterfaceIIndicator Represents a chart indicator which is displayed when a chart is activated.
InterfaceISegmentData Represents segment data which is used as a chart's data source.
InterfaceISupportChartDataSetting Represents a class which supports the chart data setting concept.
InterfaceISupportDynamicDataSegment 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
 DelegateDescription
DelegateDataFieldChangedEventHandler Handles the DataFieldChanged event.
DelegateIndicatorChangedEventHandler Represents the event handler for the IndicatorChanged event.
DelegateSegmentDataChangedEventHandler Represents an event handler for ISegmentData.DataChanged event.
Enumerations
 EnumerationDescription
EnumerationDataOrientation Indicates whether the SeriesDataField property returns data vertically or horizontally.
EnumerationEmptyValueStyle Specifies how to show empty worksheet cells in a data series in the chart.
EnumerationIndicatorChangeType Represents which is the behavior and which part of the indicator has changed.
EnumerationSegmentDataType Represents the data type of a segment.
See Also

Reference

FarPoint.Web.Spread Assembly

 

 


Copyright © GrapeCity, inc. All rights reserved.