Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ISeries Interface
Properties Methods

In This Topic
    ISeries Interface Members
    In This Topic

    The following tables list the members exposed by ISeries.

    Public Properties
     NameDescription
     PropertyGets or sets the group for the specified series.  
     PropertyGets or sets the shape used with the 3D bar or column chart.  
     PropertyGets an IBoxWhiskerOptions object that represents the properties of a box and whisker chart.  
     PropertyGets or sets a System.Double array that refers to the worksheet cells containing the size data for the bubble chart.  
     PropertyGets or sets the range, which contains the source data for bubble sizes, using A1-notation formula.  
     PropertyGets or sets the range, which contains the source data for bubble sizes, using R1C1-notation formula.  
     PropertyGets the chart type.  
     PropertyGets an object that represents either a single data label (a IDataLabel object) or a collection of all the data labels for the series (a IDataLabels collection).  
     PropertyGets or sets a string value that represents the data labels range's formula in A1-style notation.  
     PropertyGets or sets a string value that represents the data labels range's formula in R1C1-style notation.  
     PropertyGets or sets a value indicating whether the series has a three-dimensional appearance.  
     PropertyGets an IErrorBars object that represents the error bars for the series.  
     PropertyGets or sets the explosion value for a pie-chart or doughnut-chart slice.  
     PropertyGets the IChartFormat object.  
     PropertyGets or sets a string value that represents the object's formula in A1-style notation  
     PropertyGets or sets a string value that represents the object's formula in R1C1-style notation  
     PropertyGets or sets the fill color for negative data points in a series.  
     PropertySets the fill color for negative data points in a series.  
     PropertyGets or sets a value indicating whether inverts the pattern in the item when it corresponds to a negative number.  
     PropertyGets an ILeaderLines object that represents the leader lines for the series.  
     PropertyGets or set the marker background color as an RGB value or returns the corresponding color index value.  
     PropertySets the marker background color as an index into the current color palette, or as one of the following constants: GrapeCity.Spreadsheet.Color.ColorIndexAutomatic or GrapeCity.Spreadsheet.Color.ColorIndexNone.  
     PropertyGets or set the marker foreground color as an RGB value or returns the corresponding color index value.  
     PropertySets the marker foreground color as an index into the current color palette, or as one of the following constants: GrapeCity.Spreadsheet.Color.ColorIndexAutomatic or GrapeCity.Spreadsheet.Color.ColorIndexNone.  
     PropertyGets or sets the data-marker size, in points. Can be a value from 2 through 72.  
     PropertyGets or sets the marker style for a point or series in a line chart, scatter chart, or radar chart.  
     PropertyGets or sets a string value representing the name of the object.  
     PropertyGets or sets the range, which contains the source data for name, using A1-notation formula.  
     PropertyGets or sets the range, which contains the source data for name, using R1C1-notation formula.  
     PropertyGets or sets the plot order for the selected series within the chart group.  
     PropertyGets an object that represents a single point (an IPoint object) or a collection of all the points (an IPoints collection) in the series.  
     PropertyGets or sets a value indicating whether connector lines are shown in waterfall charts.  
     PropertyGets or sets a value indicating whether the series has data labels.  
     PropertyGets or sets a value indicating whether the series has error bars.  
     PropertyGets or sets a value indicating whether the series has leader lines.  
     PropertyGets or sets a value indicating whether curve smoothing is turned on for the line chart or scatter chart.  
     PropertyGets an object that represents a single trendline or a collection of all the trendlines for the series.  
     PropertyGets or sets a System.Double array that represents a collection of all the values in the series.  
     PropertyGets or sets the range, which contains the source data for values, using A1-notation formula.  
     PropertyGets or sets the range, which contains the source data for values, using R1C1-notation formula.  
     PropertyGets a boolean value that determines whether the series is visible.  
     PropertyGets or sets an array of x values for a chart series.  
     PropertyGets or sets the range, which contains the source data for x values, using A1-notation formula.  
     PropertyGets or sets the range, which contains the source data for x values, using R1C1-notation formula.  
    Top
    Public Methods
     NameDescription
     MethodApplies data labels to a series.  
     MethodClears the formatting of the object.  
     MethodDeletes the object.  
     MethodApplies error bars to the series.  
    Top
    See Also