Series Class

Series class

Encapsulates the object that represents a single data series in a chart.


type Series struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
IsFilteredIndicates whether the series is selected or filtered.True represents this series is filtered, and it will not be displayed on the chart.
SetIsFilteredIndicates whether the series is selected or filtered.True represents this series is filtered, and it will not be displayed on the chart.
GetLayoutPropertiesRepresents the properties of layout.
MoveMoves the series up or down.
GetPointsGets the collection of points in a series in a chart.
GetAreaRepresents the background area of Series object.
GetBorderRepresents border of Series object.
GetNameGets or sets the name of the data series.
SetNameGets or sets the name of the data series.
GetDisplayNameGets the series’s name that displays on the chart graph.
GetCountOfDataValuesGets the number of the data values.
IsVerticalValuesIndicates whether the data source is vertical.
GetValuesRepresents the Y values of this chart series.
SetValuesRepresents the Y values of this chart series.
GetValuesFormatCodeRepresents format code of Values’s NumberList.
SetValuesFormatCodeRepresents format code of Values’s NumberList.
GetXValuesFormatCodeRepresents format code of X Values’s NumberList.
SetXValuesFormatCodeRepresents format code of X Values’s NumberList.
GetXValuesRepresents the x values of the chart series.
SetXValuesRepresents the x values of the chart series.
GetBubbleSizesGets or sets the bubble sizes values of the chart series.
SetBubbleSizesGets or sets the bubble sizes values of the chart series.
GetTrendLinesReturns all the trendlines of this series.
GetSmoothRepresents 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.
SetSmoothRepresents 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.
GetShadowTrue if the series has a shadow.
SetShadowTrue if the series has a shadow.
GetHas3DEffectTrue if the series has a three-dimensional appearance.Applies only to bubble charts.
SetHas3DEffectTrue if the series has a three-dimensional appearance.Applies only to bubble charts.
GetBar3DShapeTypeGets or sets the 3D shape type used with the 3-D bar or column chart.
SetBar3DShapeTypeGets or sets the 3D shape type used with the 3-D bar or column chart.
GetDataLabelsRepresents the DataLabels object for the specified ASeries.
GetTypeGets or sets a data series’ type.
SetTypeGets or sets a data series’ type.
GetMarkerGets the marker.
GetPlotOnSecondAxisIndicates if this series is plotted on second value axis.
SetPlotOnSecondAxisIndicates if this series is plotted on second value axis.
GetXErrorBarRepresents X direction error bar of the series.
GetYErrorBarRepresents Y direction error bar of the series.
GetHasHiLoLinesTrue if the line chart has high-low lines.Applies only to line charts.
SetHasHiLoLinesTrue if the line chart has high-low lines.Applies only to line charts.
GetHiLoLinesReturns a HiLoLines object that represents the high-low lines for a series on a line chart.Applies only to line charts.
GetHasSeriesLinesTrue if a stacked column chart or bar chart has series lines orif 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.
SetHasSeriesLinesTrue if a stacked column chart or bar chart has series lines orif 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.
GetSeriesLinesReturns 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.
GetHasDropLinesTrue if the chart has drop lines.Applies only to line chart or area charts.
SetHasDropLinesTrue if the chart has drop lines.Applies only to line chart or area charts.
GetDropLinesReturns a object that represents the drop lines for a series on the line chart or area chart.Applies only to line chart or area charts.
GetHasUpDownBarsTrue if a line chart has up and down bars.Applies only to line charts.
SetHasUpDownBarsTrue if a line chart has up and down bars.Applies only to line charts.
GetUpBarsReturns an DropBars object that represents the up bars on a line chart.Applies only to line charts.
GetDownBarsReturns a object that represents the down bars on a line chart.Applies only to line charts.
IsColorVariedRepresents if the color of points is varied.The chart must contain only one series.
SetIsColorVariedRepresents if the color of points is varied.The chart must contain only one series.
GetGapWidthReturns 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.
SetGapWidthReturns 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.
GetFirstSliceAngleGets or 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.
SetFirstSliceAngleGets or 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.
GetOverlapSpecifies how bars and columns are positioned.Can be a value between – 100 and 100.Applies only to 2-D bar and 2-D column charts.
SetOverlapSpecifies how bars and columns are positioned.Can be a value between – 100 and 100.Applies only to 2-D bar and 2-D column charts.
GetSecondPlotSizeReturns 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.
SetSecondPlotSizeReturns 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.
GetSplitTypeReturns 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 ofpie chart.
SetSplitTypeReturns 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 ofpie chart.
GetSplitValueReturns or sets a value that shall be used to determine which data points are in the second pie or bar ona pie of pie or bar of pie chart.
SetSplitValueReturns or sets a value that shall be used to determine which data points are in the second pie or bar ona pie of pie or bar of pie chart.
IsAutoSplitIndicates whether the threshold value is automatic.
GetBubbleScaleGets or 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.
SetBubbleScaleGets or 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.
GetSizeRepresentsGets or sets what the bubble size represents on a bubble chart.
SetSizeRepresentsGets or sets what the bubble size represents on a bubble chart.
GetShowNegativeBubblesTrue if negative bubbles are shown for the chart group. Valid only for bubble charts.
SetShowNegativeBubblesTrue if negative bubbles are shown for the chart group. Valid only for bubble charts.
GetDoughnutHoleSizeReturns 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.
SetDoughnutHoleSizeReturns 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.
GetExplosionThe distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter.
SetExplosionThe distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter.
GetHasRadarAxisLabelsTrue if a radar chart has category axis labels. Applies only to radar charts.
SetHasRadarAxisLabelsTrue if a radar chart has category axis labels. Applies only to radar charts.
GetHasLeaderLinesTrue if the series has leader lines.
SetHasLeaderLinesTrue if the series has leader lines.
GetLeaderLinesRepresents leader lines on a chart. Leader lines connect data labels to data points.This object isn’t a collection; there’s no object that represents a single leader line.
GetLegendEntryGets the legend entry according to this series.
GetShapePropertiesGets the object that holds the visual shape properties of the Series.