|
wxAutoExcel 2.0.0
|
Represents Microsoft Excel Series object. More...
#include <wxAutoExcelSeries.h>
Public Member Functions | |
| void | ApplyDataLabels (XlDataLabelsType *type=NULL, wxXlTribool legendKey=wxDefaultXlTribool, wxXlTribool autoText=wxDefaultXlTribool, wxXlTribool hasLeaderLines=wxDefaultXlTribool, wxXlTribool showSeriesName=wxDefaultXlTribool, wxXlTribool showCategoryName=wxDefaultXlTribool, wxXlTribool showValue=wxDefaultXlTribool, wxXlTribool showPercentage=wxDefaultXlTribool, wxXlTribool showBubbleSize=wxDefaultXlTribool, const wxString &separator=wxEmptyString) |
| Applies data labels to a series. | |
| bool | ClearFormats () |
| Clears the formatting of the object. | |
| bool | Copy () |
| If the series has a picture fill, then this method copies the picture to the Clipboard. | |
| wxExcelDataLabels | DataLabels () |
| Returns an object that represents either a single data label (a DataLabel object) or a collection of all the data labels for the series (a DataLabels collection). | |
| bool | Delete () |
| Deletes the object. | |
| bool | ErrorBar (XlErrorBarDirection direction, XlErrorBarInclude include, XlErrorBarType type, double *amount=NULL, double *minusValues=NULL) |
| Applies error bars to the series. | |
| bool | Paste () |
| Pastes a picture from the Clipboard as the marker on the selected series. | |
| wxExcelPoints | Points () |
| Returns an object that represents a single point (a Point object) or a collection of all the points (a Points collection) in the series. | |
| bool | Select () |
| Selects the object. | |
| wxExcelTrendlines | Trendlines () |
| Returns an object that represents a single trendline (a Trendline object) or a collection of all the trendlines (a Trendlines collection) for the series. | |
| bool | GetApplyPictToEnd () |
| True if a picture is applied to the end of the point or all points in the series. | |
| void | SetApplyPictToEnd (bool applyPictToEnd) |
| True if a picture is applied to the end of the point or all points in the series. | |
| bool | GetApplyPictToFront () |
| True if a picture is applied to the front of the point or all points in the series. | |
| void | SetApplyPictToFront (bool applyPictToFront) |
| True if a picture is applied to the front of the point or all points in the series. | |
| bool | GetApplyPictToSides () |
| True if a picture is applied to the sides of the point or all points in the series. | |
| void | SetApplyPictToSides (bool applyPictToSides) |
| True if a picture is applied to the sides of the point or all points in the series. | |
| XlAxisGroup | GetAxisGroup () |
| Returns an XlAxisGroup value that represents the type of axis group. | |
| void | SetAxisGroup (XlAxisGroup group) |
| Sets an XlAxisGroup value that represents the type of axis group. | |
| XlBarShape | GetBarShape () |
| Returns the shape used with the 3-D bar or column chart. | |
| void | SetBarShape (XlBarShape barShape) |
| Sets the shape used with the 3-D bar or column chart. | |
| wxString | GetBubbleSizes () |
| Returns a string that refers to the worksheet cells containing the x-value, y-value and size data for the bubble chart. | |
| void | SetBubbleSizes (const wxString &bubbleSizes) |
| Sets a string that refers to the worksheet cells containing the x-value, y-value and size data for the bubble chart. | |
| XlChartType | GetChartType () |
| Returns the chart type. | |
| void | SetChartType (XlChartType chartType) |
| Sets the chart type. | |
| wxExcelErrorBars | GetErrorBars () |
| Returns an ErrorBars object that represents the error bars for the series. | |
| long | GetExplosion () |
| Returns the explosion value for a pie-chart or doughnut-chart slice. | |
| void | SetExplosion (long explosion) |
| Sets the explosion value for a pie-chart or doughnut-chart slice. | |
| wxExcelChartFormat | GetFormat () |
| Returns the ChartFormat object. | |
| wxString | GetFormula () |
| Returns a String value that represents the object's formula in A1-style notation and in the language of the macro. | |
| void | SetFormula (const wxString &formula) |
| Sets a String value that represents the object's formula in A1-style notation and in the language of the macro. | |
| wxString | GetFormulaLocal () |
| Returns the formula for the object, using A1-style references in the language of the user. | |
| void | SetFormulaLocal (const wxString &formulaLocal) |
| Sets the formula for the object, using A1-style references in the language of the user. | |
| wxString | GetFormulaR1C1 () |
| Returns the formula for the object, using R1C1-style notation in the language of the macro. | |
| void | SetFormulaR1C1 (const wxString &formulaR1C1) |
| Sets the formula for the object, using R1C1-style notation in the language of the macro. | |
| wxString | GetFormulaR1C1Local () |
| Returns the formula for the object, using R1C1-style notation in the language of the user. | |
| void | SetFormulaR1C1Local (const wxString &formulaR1C1Local) |
| Sets the formula for the object, using R1C1-style notation in the language of the user. | |
| XlGeoProjectionType | GetGeoProjectionType () |
| Specifies the geography projection type for the specified series within the chart group. | |
| void | SetGeoProjectionType (XlGeoProjectionType type) |
| Specifies the geography projection type for the specified series within the chart group. | |
| bool | GetHas3DEffect () |
| True if the series has a three-dimensional appearance. | |
| void | SetHas3DEffect (bool has3DEffect) |
| True if the series has a three-dimensional appearance. | |
| bool | GetHasDataLabels () |
| True if the series has data labels. | |
| void | SetHasDataLabels (bool hasDataLabels) |
| True if the series has data labels. | |
| bool | GetHasErrorBars () |
| True if the series has error bars. | |
| void | SetHasErrorBars (bool hasErrorBars) |
| True if the series has error bars. | |
| bool | GetHasLeaderLines () |
| True if the series has leader lines. | |
| void | SetHasLeaderLines (bool hasLeaderLines) |
| True if the series has leader lines. | |
| bool | GetInvertIfNegative () |
| True if Microsoft Excel inverts the pattern in the item when it corresponds to a negative number. | |
| void | SetInvertIfNegative (bool invertIfNegative) |
| True if Microsoft Excel inverts the pattern in the item when it corresponds to a negative number. | |
| bool | GetIsFiltered () |
| Whether to filter the series out from the chart. | |
| void | SetIsFiltered (bool isFiltered) |
| Whether to filter the series out from the chart. | |
| wxExcelLeaderLines | GetLeaderLines () |
| Returns a LeaderLines object that represents the leader lines for the series. | |
| wxColour | GetMarkerBackgroundColor () |
| Sets the marker background color as an RGB value or returns the corresponding color index value. | |
| void | SetMarkerBackgroundColor (const wxColour &markerBackgroundColor) |
| Sets the marker background color as an RGB value or returns the corresponding color index value. | |
| long | GetMarkerBackgroundColorIndex () |
| Returns the marker background color as an index into the current color palette, or as one of the following XlColorIndex constants: xlColorIndexAutomatic or xlColorIndexNone. | |
| void | SetMarkerBackgroundColorIndex (long markerBackgroundColorIndex) |
| Sets the marker background color as an index into the current color palette, or as one of the following XlColorIndex constants: xlColorIndexAutomatic or xlColorIndexNone. | |
| wxColour | GetMarkerForegroundColor () |
| Sets the marker background color as an RGB value or returns the corresponding color index value. | |
| void | SetMarkerForegroundColor (const wxColour &markerForegroundColor) |
| Sets the marker background color as an RGB value or returns the corresponding color index value. | |
| long | GetMarkerForegroundColorIndex () |
| Returns the marker foreground color as an index into the current color palette, or as one of the following XlColorIndex constants: xlColorIndexAutomatic or xlColorIndexNone. | |
| void | SetMarkerForegroundColorIndex (long markerForegroundColorIndex) |
| Sets the marker foreground color as an index into the current color palette, or as one of the following XlColorIndex constants: xlColorIndexAutomatic or xlColorIndexNone. | |
| long | GetMarkerSize () |
| Returns the data-marker size, in points. | |
| void | SetMarkerSize (long markerSize) |
| Sets the data-marker size, in points. | |
| XlMarkerStyle | GetMarkerStyle () |
| Returns the marker style for a point or series in a line chart, scatter chart, or radar chart. | |
| void | SetMarkerStyle (XlMarkerStyle markerStyle) |
| Sets the marker style for a point or series in a line chart, scatter chart, or radar chart. | |
| wxString | GetName () |
| Returns a String value representing the name of the object. | |
| void | SetName (const wxString &name) |
| Sets a String value representing the name of the object. | |
| XlParentDataLabelOptions | GetParentDataLabelOption () |
| Specifies the parent data label option (banner, overlapping, or none) for the specified series within the chart group. | |
| void | SetParentDataLabelOption (XlParentDataLabelOptions option) |
| Specifies the parent data label option (banner, overlapping, or none) for the specified series within the chart group. | |
| XlChartPictureType | GetPictureType () |
| Returns a XlChartPictureType value that represents the way pictures are displayed on a column or bar picture chart. | |
| void | SetPictureType (XlChartPictureType pictureType) |
| Sets a XlChartPictureType value that represents the way pictures are displayed on a column or bar picture chart. | |
| long | GetPictureUnit () |
| Returns the unit for each picture on the chart if the PictureType property is set to xlStackScale (if not, this property is ignored). | |
| void | SetPictureUnit (long pictureUnit) |
| Sets the unit for each picture on the chart if the PictureType property is set to xlStackScale (if not, this property is ignored). | |
| double | GetPictureUnit2 () |
| Returns the unit for each picture on the chart if the PictureType property is set to xlStackScale (if not, this property is ignored). | |
| void | SetPictureUnit2 (double pictureUnit2) |
| Sets the unit for each picture on the chart if the PictureType property is set to xlStackScale (if not, this property is ignored). | |
| long | GetPlotOrder () |
| Returns the plot order for the selected series within the chart group. | |
| void | SetPlotOrder (long plotOrder) |
| Sets the plot order for the selected series within the chart group. | |
| bool | GetQuartileCalculationInclusiveMedian () |
| True if the series uses an inclusive median quartile calculation method. | |
| void | SetQuartileCalculationInclusiveMedian (bool value) |
| True if the series uses an inclusive median quartile calculation method. | |
| XlRegionLabelOptions | GetRegionLabelOptions () |
| Specifies the region labelling behavior for the specified series within the chart group. | |
| void | SetRegionLabelOptions (XlRegionLabelOptions options) |
| Specifies the region labelling behavior for the specified series within the chart group. | |
| bool | GetShadow () |
| Returns a Boolean value that determines if the object has a shadow. | |
| void | SetShadow (bool shadow) |
| Sets a Boolean value that determines if the object has a shadow. | |
| bool | GetSmooth () |
| True if curve smoothing is turned on for the line chart or scatter chart. | |
| void | SetSmooth (bool smooth) |
| True if curve smoothing is turned on for the line chart or scatter chart. | |
| long | GetType () |
| Returns a Long value that represents the series type. | |
| void | SetType (long type) |
| Sets a Long value that represents the series type. | |
| bool | GetValues (wxExcelRange &rangeValues, wxVariant &variantValues) |
| After calling GetValues(), first check if the result is true. | |
| void | SetValues (wxExcelRange values) |
| Sets a Variant value that represents a collection of all the values in the series. | |
| bool | GetXValues (wxExcelRange &rangeValues, wxVariant &variantValues) |
| After calling GetXValues(), first check if the result is true. | |
| void | SetXValues (wxExcelRange values) |
| Sets an array of x values for a chart series. | |
| virtual wxString | GetAutoExcelObjectName_ () const |
| Returns "Series". | |
Public Member Functions inherited from wxAutoExcel::wxExcelObject | |
| bool | IsOk_ () const |
| Returns true if the object has a valid dispatch. | |
| wxString | GetAutomationObjectName_ (bool stripUnderscores=false) const |
| Returns object name as provided by IDispatch->GetTypeInfo()->GetDocumentation(MEMBERID_NIL, &name, NULL, NULL, NULL). | |
| wxSharedPtr< wxAutomationObject > | GetAutomationObject_ () |
| Returns the underlying wxAutomationObject. | |
| operator bool () const | |
| Returns true if the object has a valid dispatch and its last automation call (if any), i.e. | |
| WXLCID | GetAutomationLCID_ () const |
| Returns the locale identifier used in automation calls. | |
| bool | SetAutomationLCID_ (WXLCID lcid) |
| Sets the locale identifier to be used in automation calls. | |
| bool | GetPropertyAndMethodNames_ (wxArrayString &propertyNames, wxArrayString &methodNames, bool includeHidden=false) |
| Returns lists of property and method names the automation interface exposes. | |
| bool | GetUnimplementedObject_ (const wxString &name, wxAutomationObject &object) |
| Helper function for receiving an automation object not implemented in wxAutoExcel, see FAQ on how to use. | |
Additional Inherited Members | |
Public Types inherited from wxAutoExcel::wxExcelObject | |
| enum | ErrorFlags { Err_DoNothing = 0 , Err_LogOnInvalidDispatch = 1 , Err_AssertOnInvalidDispatch = 1 << 1 , Err_ThrowOnInvalidDispatch = 1 << 2 , Err_LogOnInvalidArgument = 1 << 3 , Err_AssertOnInvalidArgument = 1 << 4 , Err_ThrowOnInvalidArgument = 1 << 5 , Err_LogOnFailedInvoke = 1 << 6 , Err_AssertOnFailedInvoke = 1 << 7 , Err_ThrowOnFailedInvoke = 1 << 8 , Err_LogOnInvalidReturnType = 1 << 9 , Err_AssertOnInvalidReturnType = 1 << 10 , Err_ThrowOnInvalidReturnType = 1 << 11 , Err_LogOnOtherError = 1 << 12 , Err_AssertOnOtherError = 1 << 13 , Err_ThrowOnOtherError = 1 << 14 } |
| Flags affecting the behaviour of wxExcelObject and its descendants when an error occurs during accessing an Excel object property or calling its method. More... | |
Static Public Member Functions inherited from wxAutoExcel::wxExcelObject | |
| static unsigned | GetErrorMode_ () |
| Sets the error mode to the combination of wxExcelObject::ErrorFlags. | |
| static void | SetErrorMode_ (unsigned mode) |
| Sets the error mode as the combination of wxExcelObject::ErrorFlags. | |
| static bool | GetUnimplementedCollectionItem_ (wxAutomationObject &collection, const long index, wxAutomationObject &item, bool asProperty) |
| Helper function for obtaining an item from MS Excel collection not implemented in wxAutoExcel, see FAQ on how to use. | |
Represents Microsoft Excel Series object.
| void wxAutoExcel::wxExcelSeries::ApplyDataLabels | ( | XlDataLabelsType * | type = NULL, |
| wxXlTribool | legendKey = wxDefaultXlTribool, |
||
| wxXlTribool | autoText = wxDefaultXlTribool, |
||
| wxXlTribool | hasLeaderLines = wxDefaultXlTribool, |
||
| wxXlTribool | showSeriesName = wxDefaultXlTribool, |
||
| wxXlTribool | showCategoryName = wxDefaultXlTribool, |
||
| wxXlTribool | showValue = wxDefaultXlTribool, |
||
| wxXlTribool | showPercentage = wxDefaultXlTribool, |
||
| wxXlTribool | showBubbleSize = wxDefaultXlTribool, |
||
| const wxString & | separator = wxEmptyString |
||
| ) |
Applies data labels to a series.
| bool wxAutoExcel::wxExcelSeries::ClearFormats | ( | ) |
Clears the formatting of the object.
| bool wxAutoExcel::wxExcelSeries::Copy | ( | ) |
If the series has a picture fill, then this method copies the picture to the Clipboard.
| wxExcelDataLabels wxAutoExcel::wxExcelSeries::DataLabels | ( | ) |
Returns an object that represents either a single data label (a DataLabel object) or a collection of all the data labels for the series (a DataLabels collection).
| bool wxAutoExcel::wxExcelSeries::Delete | ( | ) |
Deletes the object.
| bool wxAutoExcel::wxExcelSeries::ErrorBar | ( | XlErrorBarDirection | direction, |
| XlErrorBarInclude | include, | ||
| XlErrorBarType | type, | ||
| double * | amount = NULL, |
||
| double * | minusValues = NULL |
||
| ) |
| bool wxAutoExcel::wxExcelSeries::Paste | ( | ) |
Pastes a picture from the Clipboard as the marker on the selected series.
| wxExcelPoints wxAutoExcel::wxExcelSeries::Points | ( | ) |
Returns an object that represents a single point (a Point object) or a collection of all the points (a Points collection) in the series.
Read-only
| bool wxAutoExcel::wxExcelSeries::Select | ( | ) |
Selects the object.
| wxExcelTrendlines wxAutoExcel::wxExcelSeries::Trendlines | ( | ) |
Returns an object that represents a single trendline (a Trendline object) or a collection of all the trendlines (a Trendlines collection) for the series.
| bool wxAutoExcel::wxExcelSeries::GetApplyPictToEnd | ( | ) |
True if a picture is applied to the end of the point or all points in the series.
| void wxAutoExcel::wxExcelSeries::SetApplyPictToEnd | ( | bool | applyPictToEnd | ) |
True if a picture is applied to the end of the point or all points in the series.
| bool wxAutoExcel::wxExcelSeries::GetApplyPictToFront | ( | ) |
True if a picture is applied to the front of the point or all points in the series.
| void wxAutoExcel::wxExcelSeries::SetApplyPictToFront | ( | bool | applyPictToFront | ) |
True if a picture is applied to the front of the point or all points in the series.
| bool wxAutoExcel::wxExcelSeries::GetApplyPictToSides | ( | ) |
True if a picture is applied to the sides of the point or all points in the series.
| void wxAutoExcel::wxExcelSeries::SetApplyPictToSides | ( | bool | applyPictToSides | ) |
True if a picture is applied to the sides of the point or all points in the series.
| XlAxisGroup wxAutoExcel::wxExcelSeries::GetAxisGroup | ( | ) |
Returns an XlAxisGroup value that represents the type of axis group.
| void wxAutoExcel::wxExcelSeries::SetAxisGroup | ( | XlAxisGroup | group | ) |
Sets an XlAxisGroup value that represents the type of axis group.
| XlBarShape wxAutoExcel::wxExcelSeries::GetBarShape | ( | ) |
Returns the shape used with the 3-D bar or column chart.
Read/write XlBarShape.
| void wxAutoExcel::wxExcelSeries::SetBarShape | ( | XlBarShape | barShape | ) |
Sets the shape used with the 3-D bar or column chart.
Read/write XlBarShape.
| wxString wxAutoExcel::wxExcelSeries::GetBubbleSizes | ( | ) |
Returns a string that refers to the worksheet cells containing the x-value, y-value and size data for the bubble chart.
When you return the cell reference, it will return a string describing the cells in A1-style notation. To set the size data for the bubble chart, you must use R1C1-style notation. Applies only to bubble charts. Read/write Variant.
| void wxAutoExcel::wxExcelSeries::SetBubbleSizes | ( | const wxString & | bubbleSizes | ) |
Sets a string that refers to the worksheet cells containing the x-value, y-value and size data for the bubble chart.
When you return the cell reference, it will return a string describing the cells in A1-style notation. To set the size data for the bubble chart, you must use R1C1-style notation. Applies only to bubble charts. Read/write Variant.
| XlChartType wxAutoExcel::wxExcelSeries::GetChartType | ( | ) |
| void wxAutoExcel::wxExcelSeries::SetChartType | ( | XlChartType | chartType | ) |
| wxExcelErrorBars wxAutoExcel::wxExcelSeries::GetErrorBars | ( | ) |
Returns an ErrorBars object that represents the error bars for the series.
| long wxAutoExcel::wxExcelSeries::GetExplosion | ( | ) |
Returns the explosion value for a pie-chart or doughnut-chart slice.
Returns 0 (zero) if there's no explosion (the tip of the slice is in the center of the pie).
| void wxAutoExcel::wxExcelSeries::SetExplosion | ( | long | explosion | ) |
Sets the explosion value for a pie-chart or doughnut-chart slice.
Returns 0 (zero) if there's no explosion (the tip of the slice is in the center of the pie).
| wxExcelChartFormat wxAutoExcel::wxExcelSeries::GetFormat | ( | ) |
| wxString wxAutoExcel::wxExcelSeries::GetFormula | ( | ) |
Returns a String value that represents the object's formula in A1-style notation and in the language of the macro.
| void wxAutoExcel::wxExcelSeries::SetFormula | ( | const wxString & | formula | ) |
Sets a String value that represents the object's formula in A1-style notation and in the language of the macro.
| wxString wxAutoExcel::wxExcelSeries::GetFormulaLocal | ( | ) |
Returns the formula for the object, using A1-style references in the language of the user.
| void wxAutoExcel::wxExcelSeries::SetFormulaLocal | ( | const wxString & | formulaLocal | ) |
Sets the formula for the object, using A1-style references in the language of the user.
| wxString wxAutoExcel::wxExcelSeries::GetFormulaR1C1 | ( | ) |
Returns the formula for the object, using R1C1-style notation in the language of the macro.
| void wxAutoExcel::wxExcelSeries::SetFormulaR1C1 | ( | const wxString & | formulaR1C1 | ) |
Sets the formula for the object, using R1C1-style notation in the language of the macro.
| wxString wxAutoExcel::wxExcelSeries::GetFormulaR1C1Local | ( | ) |
Returns the formula for the object, using R1C1-style notation in the language of the user.
| void wxAutoExcel::wxExcelSeries::SetFormulaR1C1Local | ( | const wxString & | formulaR1C1Local | ) |
Sets the formula for the object, using R1C1-style notation in the language of the user.
| XlGeoProjectionType wxAutoExcel::wxExcelSeries::GetGeoProjectionType | ( | ) |
Specifies the geography projection type for the specified series within the chart group.
| void wxAutoExcel::wxExcelSeries::SetGeoProjectionType | ( | XlGeoProjectionType | type | ) |
Specifies the geography projection type for the specified series within the chart group.
| bool wxAutoExcel::wxExcelSeries::GetHas3DEffect | ( | ) |
True if the series has a three-dimensional appearance.
| void wxAutoExcel::wxExcelSeries::SetHas3DEffect | ( | bool | has3DEffect | ) |
True if the series has a three-dimensional appearance.
| bool wxAutoExcel::wxExcelSeries::GetHasDataLabels | ( | ) |
True if the series has data labels.
| void wxAutoExcel::wxExcelSeries::SetHasDataLabels | ( | bool | hasDataLabels | ) |
True if the series has data labels.
| bool wxAutoExcel::wxExcelSeries::GetHasErrorBars | ( | ) |
True if the series has error bars.
This property isn’t available for 3-D charts.
| void wxAutoExcel::wxExcelSeries::SetHasErrorBars | ( | bool | hasErrorBars | ) |
True if the series has error bars.
This property isn’t available for 3-D charts.
| bool wxAutoExcel::wxExcelSeries::GetHasLeaderLines | ( | ) |
True if the series has leader lines.
| void wxAutoExcel::wxExcelSeries::SetHasLeaderLines | ( | bool | hasLeaderLines | ) |
True if the series has leader lines.
| bool wxAutoExcel::wxExcelSeries::GetInvertIfNegative | ( | ) |
True if Microsoft Excel inverts the pattern in the item when it corresponds to a negative number.
| void wxAutoExcel::wxExcelSeries::SetInvertIfNegative | ( | bool | invertIfNegative | ) |
True if Microsoft Excel inverts the pattern in the item when it corresponds to a negative number.
| bool wxAutoExcel::wxExcelSeries::GetIsFiltered | ( | ) |
Whether to filter the series out from the chart.
| void wxAutoExcel::wxExcelSeries::SetIsFiltered | ( | bool | isFiltered | ) |
Whether to filter the series out from the chart.
| wxExcelLeaderLines wxAutoExcel::wxExcelSeries::GetLeaderLines | ( | ) |
Returns a LeaderLines object that represents the leader lines for the series.
| wxColour wxAutoExcel::wxExcelSeries::GetMarkerBackgroundColor | ( | ) |
Sets the marker background color as an RGB value or returns the corresponding color index value.
Applies only to line, scatter, and radar charts.
| void wxAutoExcel::wxExcelSeries::SetMarkerBackgroundColor | ( | const wxColour & | markerBackgroundColor | ) |
Sets the marker background color as an RGB value or returns the corresponding color index value.
Applies only to line, scatter, and radar charts.
| long wxAutoExcel::wxExcelSeries::GetMarkerBackgroundColorIndex | ( | ) |
Returns the marker background color as an index into the current color palette, or as one of the following XlColorIndex constants: xlColorIndexAutomatic or xlColorIndexNone.
Applies only to line, scatter, and radar charts.
| void wxAutoExcel::wxExcelSeries::SetMarkerBackgroundColorIndex | ( | long | markerBackgroundColorIndex | ) |
Sets the marker background color as an index into the current color palette, or as one of the following XlColorIndex constants: xlColorIndexAutomatic or xlColorIndexNone.
Applies only to line, scatter, and radar charts.
| wxColour wxAutoExcel::wxExcelSeries::GetMarkerForegroundColor | ( | ) |
Sets the marker background color as an RGB value or returns the corresponding color index value.
Applies only to line, scatter, and radar charts.
| void wxAutoExcel::wxExcelSeries::SetMarkerForegroundColor | ( | const wxColour & | markerForegroundColor | ) |
Sets the marker background color as an RGB value or returns the corresponding color index value.
Applies only to line, scatter, and radar charts.
| long wxAutoExcel::wxExcelSeries::GetMarkerForegroundColorIndex | ( | ) |
Returns the marker foreground color as an index into the current color palette, or as one of the following XlColorIndex constants: xlColorIndexAutomatic or xlColorIndexNone.
Applies only to line, scatter, and radar charts.
| void wxAutoExcel::wxExcelSeries::SetMarkerForegroundColorIndex | ( | long | markerForegroundColorIndex | ) |
Sets the marker foreground color as an index into the current color palette, or as one of the following XlColorIndex constants: xlColorIndexAutomatic or xlColorIndexNone.
Applies only to line, scatter, and radar charts.
| long wxAutoExcel::wxExcelSeries::GetMarkerSize | ( | ) |
Returns the data-marker size, in points.
Can be a value from 2 through 72.
| void wxAutoExcel::wxExcelSeries::SetMarkerSize | ( | long | markerSize | ) |
Sets the data-marker size, in points.
Can be a value from 2 through 72.
| XlMarkerStyle wxAutoExcel::wxExcelSeries::GetMarkerStyle | ( | ) |
Returns the marker style for a point or series in a line chart, scatter chart, or radar chart.
Read/write XlMarkerStyle.
| void wxAutoExcel::wxExcelSeries::SetMarkerStyle | ( | XlMarkerStyle | markerStyle | ) |
Sets the marker style for a point or series in a line chart, scatter chart, or radar chart.
Read/write XlMarkerStyle.
| wxString wxAutoExcel::wxExcelSeries::GetName | ( | ) |
Returns a String value representing the name of the object.
| void wxAutoExcel::wxExcelSeries::SetName | ( | const wxString & | name | ) |
Sets a String value representing the name of the object.
| XlParentDataLabelOptions wxAutoExcel::wxExcelSeries::GetParentDataLabelOption | ( | ) |
Specifies the parent data label option (banner, overlapping, or none) for the specified series within the chart group.
Since Excel 2016.
| void wxAutoExcel::wxExcelSeries::SetParentDataLabelOption | ( | XlParentDataLabelOptions | option | ) |
Specifies the parent data label option (banner, overlapping, or none) for the specified series within the chart group.
Since Excel 2016.
| XlChartPictureType wxAutoExcel::wxExcelSeries::GetPictureType | ( | ) |
Returns a XlChartPictureType value that represents the way pictures are displayed on a column or bar picture chart.
| void wxAutoExcel::wxExcelSeries::SetPictureType | ( | XlChartPictureType | pictureType | ) |
Sets a XlChartPictureType value that represents the way pictures are displayed on a column or bar picture chart.
| long wxAutoExcel::wxExcelSeries::GetPictureUnit | ( | ) |
Returns the unit for each picture on the chart if the PictureType property is set to xlStackScale (if not, this property is ignored).
[MSDN documentation for Series.PictureUnit]().
| void wxAutoExcel::wxExcelSeries::SetPictureUnit | ( | long | pictureUnit | ) |
Sets the unit for each picture on the chart if the PictureType property is set to xlStackScale (if not, this property is ignored).
[MSDN documentation for Series.PictureUnit]().
| double wxAutoExcel::wxExcelSeries::GetPictureUnit2 | ( | ) |
Returns the unit for each picture on the chart if the PictureType property is set to xlStackScale (if not, this property is ignored).
Since Excel 2007.
| void wxAutoExcel::wxExcelSeries::SetPictureUnit2 | ( | double | pictureUnit2 | ) |
Sets the unit for each picture on the chart if the PictureType property is set to xlStackScale (if not, this property is ignored).
Since Excel 2007.
| long wxAutoExcel::wxExcelSeries::GetPlotOrder | ( | ) |
Returns the plot order for the selected series within the chart group.
| void wxAutoExcel::wxExcelSeries::SetPlotOrder | ( | long | plotOrder | ) |
Sets the plot order for the selected series within the chart group.
| bool wxAutoExcel::wxExcelSeries::GetQuartileCalculationInclusiveMedian | ( | ) |
True if the series uses an inclusive median quartile calculation method.
Since Excel 2016.
MSDN documentation for Series.QuartileCalculationInclusiveMedian.
| void wxAutoExcel::wxExcelSeries::SetQuartileCalculationInclusiveMedian | ( | bool | value | ) |
True if the series uses an inclusive median quartile calculation method.
Since Excel 2016.
MSDN documentation for Series.QuartileCalculationInclusiveMedian.
| XlRegionLabelOptions wxAutoExcel::wxExcelSeries::GetRegionLabelOptions | ( | ) |
Specifies the region labelling behavior for the specified series within the chart group.
| void wxAutoExcel::wxExcelSeries::SetRegionLabelOptions | ( | XlRegionLabelOptions | options | ) |
Specifies the region labelling behavior for the specified series within the chart group.
| bool wxAutoExcel::wxExcelSeries::GetShadow | ( | ) |
Returns a Boolean value that determines if the object has a shadow.
| void wxAutoExcel::wxExcelSeries::SetShadow | ( | bool | shadow | ) |
Sets a Boolean value that determines if the object has a shadow.
| bool wxAutoExcel::wxExcelSeries::GetSmooth | ( | ) |
True if curve smoothing is turned on for the line chart or scatter chart.
Applies only to line and scatter charts.
| void wxAutoExcel::wxExcelSeries::SetSmooth | ( | bool | smooth | ) |
True if curve smoothing is turned on for the line chart or scatter chart.
Applies only to line and scatter charts.
| long wxAutoExcel::wxExcelSeries::GetType | ( | ) |
Returns a Long value that represents the series type.
| void wxAutoExcel::wxExcelSeries::SetType | ( | long | type | ) |
Sets a Long value that represents the series type.
| bool wxAutoExcel::wxExcelSeries::GetValues | ( | wxExcelRange & | rangeValues, |
| wxVariant & | variantValues | ||
| ) |
After calling GetValues(), first check if the result is true.
If it is then if rangeValues.IsOk_() is true, the values are stored in that Range, else values were copied into variantValues.
| void wxAutoExcel::wxExcelSeries::SetValues | ( | wxExcelRange | values | ) |
Sets a Variant value that represents a collection of all the values in the series.
| bool wxAutoExcel::wxExcelSeries::GetXValues | ( | wxExcelRange & | rangeValues, |
| wxVariant & | variantValues | ||
| ) |
After calling GetXValues(), first check if the result is true.
If it is then if rangeValues.IsOk_() is true, the values are stored in that Range, else values were copied into variantValues.
| void wxAutoExcel::wxExcelSeries::SetXValues | ( | wxExcelRange | values | ) |
Sets an array of x values for a chart series.
The XValues property can be set to a range on a worksheet or to an array of values, but it cannot be a combination of both. Read/write Variant.
|
inlinevirtual |
Returns "Series".
Reimplemented from wxAutoExcel::wxExcelObject.