Inherits Object.
|
virtual void | Move (Aspose::Cells::Systems::Int32 count)=0 |
| Moves the series up or down. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Charts::IChartPointCollection > | GetIPoints ()=0 |
| Gets the collection of points in a series in a chart. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Drawing::IArea > | GetIArea ()=0 |
| Represents the background area of Series object. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Drawing::ILine > | GetBorderILine ()=0 |
| Represents border of Series object. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetName ()=0 |
| Gets the name of the data series. More...
|
|
virtual void | SetName (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Sets the name of the data series. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetDisplayName ()=0 |
| Gets the series's name that displays on the chart graph. More...
|
|
virtual Aspose::Cells::Systems::Int32 | GetCountOfDataValues ()=0 |
| Gets the number of the data values. More...
|
|
virtual bool | IsVerticalValues ()=0 |
| Indicates whether the data source is vertical. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetValues ()=0 |
| Represents the data of the chart series. More...
|
|
virtual void | SetValues (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Represents the data of the chart series. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetValuesFormatCode ()=0 |
| Represents format code of Values's NumberList. More...
|
|
virtual void | SetValuesFormatCode (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Represents format code of Values's NumberList. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetXValues ()=0 |
| Represents the x values of the chart series. More...
|
|
virtual void | SetXValues (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Represents the x values of the chart series. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetBubbleSizes ()=0 |
| Gets the bubble sizes values of the chart series. More...
|
|
virtual void | SetBubbleSizes (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Sets the bubble sizes values of the chart series. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Charts::ITrendlineCollection > | GetITrendLines ()=0 |
| Returns an object that represents a collection of all the trendlines for the series. More...
|
|
virtual bool | GetSmooth ()=0 |
| Represents curve smoothing. True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line and scatter connected by lines charts. More...
|
|
virtual void | SetSmooth (bool value)=0 |
| Represents curve smoothing. True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line and scatter connected by lines charts. More...
|
|
virtual bool | GetShadow ()=0 |
| True if the series has a shadow. More...
|
|
virtual void | SetShadow (bool value)=0 |
| True if the series has a shadow. More...
|
|
virtual bool | GetHas3DEffect ()=0 |
| True if the series has a three-dimensional appearance. Applies only to bubble charts. More...
|
|
virtual void | SetHas3DEffect (bool value)=0 |
| True if the series has a three-dimensional appearance. Applies only to bubble charts. More...
|
|
virtual Aspose::Cells::Charts::Bar3DShapeType | GetBar3DShapeType ()=0 |
| Gets the 3D shape type used with the 3-D bar or column chart. More...
|
|
virtual void | SetBar3DShapeType (Aspose::Cells::Charts::Bar3DShapeType value)=0 |
| Sets the 3D shape type used with the 3-D bar or column chart. More...
|
|
virtual Aspose::Cells::Charts::Bar3DShapeType | GetBarShape ()=0 |
| Gets the 3D shape type used with the 3-D bar or column chart. More...
|
|
virtual void | SetBarShape (Aspose::Cells::Charts::Bar3DShapeType value)=0 |
| Gets or sets the 3D shape type used with the 3-D bar or column chart. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Charts::IDataLabels > | GetIDataLabels ()=0 |
| Represents the DataLabels object for the specified ASeries. More...
|
|
virtual Aspose::Cells::Charts::ChartType | GetType ()=0 |
| Gets a data series' type. More...
|
|
virtual void | SetType (Aspose::Cells::Charts::ChartType value)=0 |
| Sets a data series' type. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Charts::IMarker > | GetIMarker ()=0 |
| Gets the marker More...
|
|
virtual bool | GetPlotOnSecondAxis ()=0 |
| Indicates if this series is plotted on second value axis. More...
|
|
virtual void | SetPlotOnSecondAxis (bool value)=0 |
| Indicates if this series is plotted on second value axis. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Charts::IErrorBar > | GetXIErrorBar ()=0 |
| Represents X direction error bar of the series. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Charts::IErrorBar > | GetYIErrorBar ()=0 |
| Represents Y direction error bar of the series. More...
|
|
virtual bool | HasHiLoLines ()=0 |
| True if the line chart has high-low lines. Applies only to line charts. More...
|
|
virtual void | SetHasHiLoLines (bool value)=0 |
| True if the line chart has high-low lines. Applies only to line charts. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Drawing::ILine > | GetHiLoILines ()=0 |
| Returns a HiLoLines object that represents the high-low lines for a series on a line chart. Applies only to line charts. More...
|
|
virtual bool | HasSeriesLines ()=0 |
| True if a stacked column chart or bar chart has series lines or if a Pie of Pie chart or Bar of Pie chart has connector lines between the two sections. Applies only to stacked column charts, bar charts, Pie of Pie charts, or Bar of Pie charts. More...
|
|
virtual void | SetHasSeriesLines (bool value)=0 |
| True if a stacked column chart or bar chart has series lines or if a Pie of Pie chart or Bar of Pie chart has connector lines between the two sections. Applies only to stacked column charts, bar charts, Pie of Pie charts, or Bar of Pie charts. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Drawing::ILine > | GetSeriesILines ()=0 |
| Returns a SeriesLines object that represents the series lines for a stacked bar chart or a stacked column chart. Applies only to stacked bar and stacked column charts. More...
|
|
virtual bool | HasDropLines ()=0 |
| True if the chart has drop lines. Applies only to line chart or area charts. More...
|
|
virtual void | SetHasDropLines (bool value)=0 |
| True if the chart has drop lines. Applies only to line chart or area charts. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Drawing::ILine > | GetDropILines ()=0 |
| Returns a Line object that represents the drop lines for a series on the line chart or area chart. Applies only to line chart or area charts. More...
|
|
virtual bool | HasUpDownBars ()=0 |
| True if a line chart has up and down bars. Applies only to line charts. More...
|
|
virtual void | SetHasUpDownBars (bool value)=0 |
| True if a line chart has up and down bars. Applies only to line charts. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Charts::IDropBars > | GetIUpBars ()=0 |
| Returns an DropBars object that represents the up bars on a line chart. Applies only to line charts. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Charts::IDropBars > | GetIDownBars ()=0 |
| Returns a DropBars object that represents the down bars on a line chart. Applies only to line charts. More...
|
|
virtual bool | IsColorVaried ()=0 |
| Represents if the color of points is varied. The chart must contain only one series. More...
|
|
virtual void | SetColorVaried (bool value)=0 |
| Represents if the color of points is varied. The chart must contain only one series. More...
|
|
virtual Aspose::Cells::Systems::Int16 | GetGapWidth ()=0 |
| Returns or sets the space between bar or column clusters, as a percentage of the bar or column width. The value of this property must be between 0 and 500. More...
|
|
virtual void | SetGapWidth (Aspose::Cells::Systems::Int16 value)=0 |
| Returns or sets the space between bar or column clusters, as a percentage of the bar or column width. The value of this property must be between 0 and 500. More...
|
|
virtual Aspose::Cells::Systems::Int16 | GetFirstSliceAngle ()=0 |
| Gets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360. More...
|
|
virtual void | SetFirstSliceAngle (Aspose::Cells::Systems::Int16 value)=0 |
| Sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360. More...
|
|
virtual Aspose::Cells::Systems::Int16 | GetOverlap ()=0 |
| Specifies how bars and columns are positioned. Can be a value between C 100 and 100. Applies only to 2-D bar and 2-D column charts. More...
|
|
virtual void | SetOverlap (Aspose::Cells::Systems::Int16 value)=0 |
| Specifies how bars and columns are positioned. Can be a value between C 100 and 100. Applies only to 2-D bar and 2-D column charts. More...
|
|
virtual Aspose::Cells::Systems::Int16 | GetSecondPlotSize ()=0 |
| Returns or sets the size of the secondary section of either a pie of pie chart or a bar of pie chart, as a percentage of the size of the primary pie. Can be a value from 5 to 200. More...
|
|
virtual void | SetSecondPlotSize (Aspose::Cells::Systems::Int16 value)=0 |
| Returns or sets the size of the secondary section of either a pie of pie chart or a bar of pie chart, as a percentage of the size of the primary pie. Can be a value from 5 to 200. More...
|
|
virtual Aspose::Cells::Charts::ChartSplitType | GetSplitType ()=0 |
| Returns or sets a value that how to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart. More...
|
|
virtual void | SetSplitType (Aspose::Cells::Charts::ChartSplitType value)=0 |
| Returns or sets a value that how to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart. More...
|
|
virtual Aspose::Cells::Systems::Double | GetSplitValue ()=0 |
| Returns or sets a value that shall be used to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart. More...
|
|
virtual void | SetSplitValue (Aspose::Cells::Systems::Double value)=0 |
| Returns or sets a value that shall be used to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart. More...
|
|
virtual bool | IsAutoSplit ()=0 |
| Indicates whether the threshold value is automatic. More...
|
|
virtual Aspose::Cells::Systems::Int32 | GetBubbleScale ()=0 |
| Gets the scale factor for bubbles in the specified chart group. It can be an integer value from 0 (zero) to 300, corresponding to a percentage of the default size. Applies only to bubble charts. More...
|
|
virtual void | SetBubbleScale (Aspose::Cells::Systems::Int32 value)=0 |
| Sets the scale factor for bubbles in the specified chart group. It can be an integer value from 0 (zero) to 300, corresponding to a percentage of the default size. Applies only to bubble charts. More...
|
|
virtual Aspose::Cells::Charts::BubbleSizeRepresents | GetSizeRepresents ()=0 |
| Gets what the bubble size represents on a bubble chart. More...
|
|
virtual void | SetSizeRepresents (Aspose::Cells::Charts::BubbleSizeRepresents value)=0 |
| Sets what the bubble size represents on a bubble chart. More...
|
|
virtual bool | GetShowNegativeBubbles ()=0 |
| True if negative bubbles are shown for the chart group. Valid only for bubble charts. More...
|
|
virtual void | SetShowNegativeBubbles (bool value)=0 |
| True if negative bubbles are shown for the chart group. Valid only for bubble charts. More...
|
|
virtual Aspose::Cells::Systems::Int32 | GetDoughnutHoleSize ()=0 |
| Returns or sets the size of the hole in a doughnut chart group. The hole size is expressed as a percentage of the chart size, between 10 and 90 percent. More...
|
|
virtual void | SetDoughnutHoleSize (Aspose::Cells::Systems::Int32 value)=0 |
| Returns or sets the size of the hole in a doughnut chart group. The hole size is expressed as a percentage of the chart size, between 10 and 90 percent. More...
|
|
virtual Aspose::Cells::Systems::Int32 | GetExplosion ()=0 |
| The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter. More...
|
|
virtual void | SetExplosion (Aspose::Cells::Systems::Int32 value)=0 |
| The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter. More...
|
|
virtual bool | HasRadarAxisLabels ()=0 |
| True if a radar chart has category axis labels. Applies only to radar charts. More...
|
|
virtual void | SetHasRadarAxisLabels (bool value)=0 |
| True if a radar chart has category axis labels. Applies only to radar charts. More...
|
|
virtual bool | HasLeaderLines ()=0 |
| True if the series has leader lines. More...
|
|
virtual void | SetHasLeaderLines (bool value)=0 |
| True if the series has leader lines. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Drawing::ILine > | GetLeaderILines ()=0 |
| Represents leader lines on a chart. Leader lines connect data labels to data points. This object isnt a collection; there is no object that represents a single leader line. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Charts::ILegendEntry > | GetILegendEntry ()=0 |
| Gets the legend entry according to this series. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Drawing::IShapePropertyCollection > | GetIShapeProperties ()=0 |
| Gets the - See also
- ShapePropertyCollection
object that holds the visual shape properties of the Series. More...
|
|