Spread ASP.NET 6.0 Product Documentation
FarPoint.Web.Spread.Chart Namespace
See Also  Inheritance Hierarchy Send Feedback
FarPoint.Web.Spread Assembly : FarPoint.Web.Spread.Chart Namespace

Glossary Item Box

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 Represent a segmetn which get 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 IndicatorChanged event.
ClassSegmentDataChangedEventArgs Represents event data for ISegmentData.DataChanged event.
ClassSeriesDataField Represents data source of Series using formula.
ClassSeriesDataFieldCollection Represents a set of SeriesDataField.
ClassSheetCellRange Represent 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 a segment data which is used as chart's data source.
InterfaceISupportChartDataSetting Represent a class which support Chart data setting concept.
InterfaceISupportDynamicDataSegment Support receiving differnt type of data from one segment. In FpChart model, series' data must be double, category's data must be string. So, some special segment (such as CellRangeSegmentData) must be able to provide different data base on specified data type.

Delegates

 DelegateDescription
DelegateDataFieldChangedEventHandler Handles the DataFieldChanged event.
DelegateIndicatorChangedEventHandler Represents event handler for IndicatorChanged event.
DelegateSegmentDataChangedEventHandler Represents event handler for ISegmentData.DataChanged event.

Enumerations

 EnumerationDescription
EnumerationDataOrientation Indicates that whether the SeriesDataField will return data vertically or horizontally.
EnumerationEmptyValueStyle Lets you specify how you want empty worksheet cells in a data series to be shown in the chart.
EnumerationIndicatorChangeType Represents which is the behavior and which part of indicator is changed.
EnumerationSegmentDataType Represents the data type of a segment.

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.