IChartSeries

IChartSeries class

Represents a chart series.

class IChartSeries : public Aspose::Slides::Charts::IChartComponent

Methods

MethodDescription
virtual bool Equals(ptr)Compares objects using C# Object.Equals semantics.
static std::enable_if<IsSmartPtr<T1>::value&&IsSmartPtr<T2>::value, bool>::type Equals(T1 const&, T2 const&)Compares reference type objects in C# style.
static std::enable_if<!IsSmartPtr<T1>::value&&!IsSmartPtr<T2>::value, bool>::type Equals(T1 const&, T2 const&)Compares value type objects in C# style.
static bool Equals(float const&, float const&)Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN.
static bool Equals(double const&, double const&)Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN.
virtual bool FastCast(const Details::FastRttiBase&, void **) constFor internal purposes only.
virtual ChartShapeType get_Bar3DShape()Specifies the shape of a series of a 3-D bar chart. Changing of value of this property can cause to automatically changing Type of series. Read ChartShapeType.
virtual BubbleSizeRepresentationType get_BubbleSizeRepresentation()Specifies how the bubble size values are represented on the bubble chart. This is the property not only of this series but of all series of parent series group - this is projection of appropriate group property. And so this property is read-only. Use ParentSeriesGroup property for access to parent series group. Use get_ParentSeriesGroup()->get(set)_BubbleSizeRepresentation() read/write property for change value.
virtual int32_t get_BubbleSizeScale()Specifies the scale factor for the bubble chart (can be between 0 and 300 percents of the default size). This is the property not only of this series but of all series of parent series group - this is projection of appropriate group property. And so this property is read-only. Use ParentSeriesGroup property for access to parent series group. Use get_ParentSeriesGroup()->get(set)_BubbleSizeScale() read/write property for change value.
virtual System::SharedPtr<IChart> get_Chart()Returns the chart. Read-only IChart.
virtual System::SharedPtr<IChartDataPoint> get_DataPoint(int32_t)Returns data point of this series at the specified index.
virtual int32_t get_DataPoint(System::SharedPtr<IChartDataPoint>)
virtual System::SharedPtr<IChartDataPointCollection> get_DataPoints()Returns collection of data points of this series. Read-only IChartDataPointCollection.
virtual uint8_t get_DoughnutHoleSize()Specifies the size of the hole in a doughnut chart (can be between 10 and 90 percents of the size of the plot area.). This is the property not only of this series but of all series of parent series group - this is projection of appropriate group property. And so this property is read-only. Use ParentSeriesGroup property for access to parent series group. Use get_ParentSeriesGroup()->get(set)_DoughnutHoleSize() read/write property for change value. Read-only uint8_t.
virtual System::SharedPtr<IErrorBarsFormat> get_ErrorBarsXFormat()Represents ErrorBars of series with derection X.
virtual System::SharedPtr<IErrorBarsFormat> get_ErrorBarsYFormat()Represents ErrorBars of series with derection Y.
virtual int32_t get_Explosion()The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter. Read int32_t.
virtual uint16_t get_FirstSliceAngle()Specifies the angle of the first pie or doughnut chart slice, in degrees (clockwise from up, from 0 to 360 degrees). This is the property not only of this series but of all series of parent series group - this is projection of appropriate group property. And so this property is read-only. Use ParentSeriesGroup property for access to parent series group. Use get_ParentSeriesGroup()->get(set)_FirstSliceAngle() read/write property for change value. Read-only uint16_t.
virtual System::SharedPtr<IFormat> get_Format()Returns the format of a series. Read-only IFormat.
virtual int32_t get_GapDepth()Returns the distance, as a percentage of the marker width, between the data series in a 3D chart. This is the property not only of this series but of all series of parent series group - this is projection of appropriate group property. And so this property is read-only. Use ParentSeriesGroup property for access to parent series group. Use get_ParentSeriesGroup()->get(set)_GapDepth() read/write property for change value. Read-only int32_t.
virtual int32_t get_GapWidth()Specifies the space between bar or column clusters, as a percentage of the bar or column width. This is the property not only of this series but of all series of parent series group - this is projection of appropriate group property. And so this property is read-only. Use ParentSeriesGroup property for access to parent series group. Use get_ParentSeriesGroup()->get(set)_GapWidth() read/write property for change value. Read-only int32_t.
virtual bool get_HasSeriesLines()Determines whether there are series lines for this series and kindred series. This is the property not only of this series but of all series of parent series group - this is projection of appropriate group property. And so this property is read-only. Use ParentSeriesGroup property for access to parent series group. Use get_ParentSeriesGroup()->get(set)_HasSeriesLines() read/write property for change value. Use ParentSeriesGroup.SeriesLinesFormat property for format series lines. Read-only bool.
virtual bool get_HasUpDownBars()Determines whether Line- or Stock-chart has a up/down bars. This is the property not only of this series but of all series of parent series group - this is projection of appropriate group property. And so this property is read-only. Use ParentSeriesGroup property for access to parent series group. Use get_ParentSeriesGroup()->get_UpDownBars()->get(set)_HasUpDownBars() read/write property for change value. Use get_ParentSeriesGroup()->get_UpDownBars() property for format up/down bars. Read-only bool.
virtual System::SharedPtr<IColorFormat> get_InvertedSolidFillColor()Specifies invert solid color for series. To apply color setting set series format FillType to FillType::Solid. Read IColorFormat.
virtual bool get_InvertIfNegative()Specifies the bar, column or bubble series shall invert its colors if the value is negative. Read bool.
virtual bool get_IsColorVaried()Specifies that each data marker in the series has a different color. This is the property not only of this series but of all series of parent series group - this is projection of appropriate group property. And so this property is read-only. Use ParentSeriesGroup property for access to parent series group. Use get_ParentSeriesGroup()->get(set)_IsColorVaried() read/write property for change value. Read-only bool.
virtual System::SharedPtr<IDataLabel> get_Label(int32_t)Returns data label for the data point of this series at the specified index.
virtual System::SharedPtr<IDataLabelCollection> get_Labels()Returns the Labels of a series. Read-only IDataLabelCollection.
virtual System::SharedPtr<IMarker> get_Marker()Return series marker. Read-only IMarker.
virtual System::SharedPtr<IStringChartValue> get_Name()Return series name. Read-only IStringChartValue.
virtual System::String get_NumberFormatOfBubbleSizes()Returns the number format for series bubble sizes. Read System::String.
virtual System::String get_NumberFormatOfValues()Returns the number format for series values. Read System::String.
virtual System::String get_NumberFormatOfXValues()Returns the number format for series x values. Read System::String.
virtual System::String get_NumberFormatOfYValues()Returns the number format for series y values. Read System::String.
virtual int32_t get_Order()Returns the order of a series. Read int32_t.
virtual int8_t get_Overlap()Specifies how much bars and columns shall overlap on 2-D charts (from -100 to 100). This is the property not only of this series but of all series of parent series group - this is projection of appropriate group property. And so this property is read-only. Use ParentSeriesGroup property for access to parent series group. Use get_ParentSeriesGroup()->get(set)_Overlap() read/write property for change value. Read-only int8_t.
virtual ParentLabelLayoutType get_ParentLabelLayout()Represents layout of parent category labels. Applies only to Treemap charts.
virtual System::SharedPtr<IChartSeries> get_ParentSeries(int32_t)Returns chart series in the parent series group at the specified index.
virtual System::SharedPtr<IChartSeriesGroup> get_ParentSeriesGroup()Returns parent series group. Read-only IChartSeriesGroup.
virtual PieSplitType get_PieSplitBy()Specifies how to determine which data points are in the second pie or bar on a pie-of-pie or bar-of-pie chart. This is the property not only of this series but of all series of parent series group - this is projection of appropriate group property. And so this property is read-only. Use ParentSeriesGroup property for access to parent series group. Use get_ParentSeriesGroup()->get(set)_PieSplitBy() read/write property for change value. Read-only PieSplitType.
virtual System::SharedPtr<IChartDataPoint> get_PieSplitCustomPoint(int32_t)The custom split information for a pie-of-pie or bar-of-pie chart with a custom split. Returns data point that shall be drawn in the second pie or bar in a pie-of-pie or bar-of-pie chart at the specified index.
virtual System::SharedPtr<IPieSplitCustomPointCollection> get_PieSplitCustomPoints()The custom split information for a pie-of-pie or bar-of-pie chart with a custom split. Contains data points that shall be drawn in the second pie or bar in a pie-of-pie or bar-of-pie chart. This is the property not only of this series but of all series of parent series group - this is projection of appropriate group property Read-only IPieSplitCustomPointCollection.
virtual double get_PieSplitPosition()Specifies 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. Is used together with PieSplitBy property. This is the property not only of this series but of all series of parent series group - this is projection of appropriate group property. And so this property is read-only. Use ParentSeriesGroup property for access to parent series group. Use get_ParentSeriesGroup()->get(set)_PieSplitPosition() read/write property for change value. Read-only double.
virtual bool get_PlotOnSecondAxis()Indicates if this series is plotted on second value axis. Read bool.
virtual System::SharedPtr<IPresentation> get_Presentation()Returns the presentation. Read-only IPresentation.
virtual QuartileMethodType get_QuartileMethod()Represents quartile method. Applies only to BoxAndWhisker charts.
virtual System::SharedPtr<ILegendEntryProperties> get_RelatedLegendEntry()Represents legend entry related with this series Read-only ILegendEntryProperties.
virtual uint16_t get_SecondPieSize()Specifies the size of the second pie or bar of a pie-of-pie chart or a bar-of-pie chart, as a percentage of the size of the first pie (can be between 5 and 200 percents). This is the property not only of this series but of all series of parent series group - this is projection of appropriate group property. And so this property is read-only. Use ParentSeriesGroup property for access to parent series group. Use get_ParentSeriesGroup()->get(set)_SecondPieSize() read/write property for change value. Read-only uint16_t.
virtual bool get_ShowConnectorLines()Represents connector lines. Applies only to Waterfall charts.
virtual bool get_ShowInnerPoints()Represents inner points. True if inner points are shown on the BoxAndWhisker chart. Applies only to BoxAndWhisker charts. Read bool.
virtual bool get_ShowMeanLine()Represents mean markers. True if mean line are shown on the BoxAndWhisker chart. Applies only to BoxAndWhisker charts. Read bool.
virtual bool get_ShowMeanMarkers()Represents mean markers. True if mean markers are shown on the BoxAndWhisker chart. Applies only to BoxAndWhisker charts. Read bool.
virtual bool get_ShowOutlierPoints()Represents outlier points. True if outlier points are shown on the BoxAndWhisker chart. Applies only to BoxAndWhisker charts. Read bool.
virtual System::SharedPtr<IBaseSlide> get_Slide()Returns the base slide. Read-only IBaseSlide.
virtual bool get_Smooth()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. Read bool.
virtual System::SharedPtr<ITrendline> get_TrendLine(int32_t)Returns trend line at the specified index.
virtual System::SharedPtr<ITrendlineCollection> get_TrendLines()Collection of series trend lines Read-only ITrendlineCollection.
virtual ChartType get_Type()Returns a type of this series. Read ChartType.
virtual System::Drawing::Color GetAutomaticSeriesColor()Returns an automatic color of series based on series index and chart style. This color is used by default if FillType equals NotDefined.
Detail::SmartPtrCounter * GetCounter()Gets reference counter data structure associated with the object.
virtual int32_t GetHashCode() constAnalog of C# Object.GetHashCode() method. Enables hashing of custom objects.
virtual const TypeInfo& GetType() constGets actual type of object. Analog of C# System.Object.GetType() call.
virtual bool Is(const TypeInfo&) constCheck if object represents an instance of type described by targetType. Analog of C# ‘is’ operator.
void Lock()Implements C# lock() statement locking. Call directly or use LockContext sentry object.
virtual ptr MemberwiseClone() constAnalog of C# Object.MemberwiseClone() method. Enables cloning custom types.
Object()Creates object. Initializes all internal data structures.
Object(Object const&)Copy constructor. Doesn’t copy anything, really, just initializes new object and enables copy constructing subclasses.
Object& operator=(Object const&)Assignment operator. Doesn’t copy anything, really, just initializes new object and enables copy constructing subclasses.
static bool ReferenceEquals(ptr const&, ptr const&)Compares objects by reference.
static std::enable_if<!IsSmartPtr<T>::value, bool>::type ReferenceEquals(T const&, T const&)Compares objects by reference.
static std::enable_if<!IsSmartPtr<T>::value, bool>::type ReferenceEquals(T const&, std::nullptr_t)Reference-compares value type object with nullptr.
bool ReferenceEquals(String const&, std::nullptr_t)Specialization of Object::ReferenceEquals for case of string and nullptr.
bool ReferenceEquals(String const&, String const&)Specialization of Object::ReferenceEquals for case of strings.
int RemovedSharedRefs(int)Decreases shared reference count by specified value.
virtual void set_Bar3DShape(ChartShapeType)Specifies the shape of a series of a 3-D bar chart. Changing of value of this property can cause to automatically changing Type of series. Write ChartShapeType.
virtual void set_Explosion(int32_t)The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter. Write int32_t.
virtual void set_InvertIfNegative(bool)Specifies the bar, column or bubble series shall invert its colors if the value is negative. Write bool.
virtual void set_NumberFormatOfBubbleSizes(System::String)Sets the number format for series bubble sizes. Write System::String.
virtual void set_NumberFormatOfValues(System::String)Sets the number format for series values. Write System::String.
virtual void set_NumberFormatOfXValues(System::String)Sets the number format for series x values. Write System::String.
virtual void set_NumberFormatOfYValues(System::String)Sets the number format for series y values. Write System::String.
virtual void set_Order(int32_t)Returns the order of a series. Write int32_t.
virtual void set_ParentLabelLayout(ParentLabelLayoutType)Represents layout of parent category labels. Applies only to Treemap charts.
virtual void set_PlotOnSecondAxis(bool)Indicates if this series is plotted on second value axis. Write bool.
virtual void set_QuartileMethod(QuartileMethodType)Represents quartile method. Applies only to BoxAndWhisker charts.
virtual void set_ShowConnectorLines(bool)Represents connector lines. Applies only to Waterfall charts.
virtual void set_ShowInnerPoints(bool)Represents inner points. True if inner points are shown on the BoxAndWhisker chart. Applies only to BoxAndWhisker charts. Write bool.
virtual void set_ShowMeanLine(bool)Represents mean markers. True if mean line are shown on the BoxAndWhisker chart. Applies only to BoxAndWhisker charts. Write bool.
virtual void set_ShowMeanMarkers(bool)Represents mean markers. True if mean markers are shown on the BoxAndWhisker chart. Applies only to BoxAndWhisker charts. Write bool.
virtual void set_ShowOutlierPoints(bool)Represents outlier points. True if outlier points are shown on the BoxAndWhisker chart. Applies only to BoxAndWhisker charts. Write bool.
virtual void set_Smooth(bool)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. Write bool.
virtual void set_Type(ChartType)Returns a type of this series. Write ChartType.
virtual void SetTemplateWeakPtr(uint32_t)Set n’th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode.
int SharedCount() constGets current value of shared reference counter.
Object * SharedRefAdded()Increments shared reference count. Shouldn’t be called directly; instead, use smart pointers or ThisProtector.
int SharedRefRemovedSafe()Decrements and returns shared reference count. Shouldn’t be called directly; instead, use smart pointers or ThisProtector.
virtual String ToString() constAnalog of C# Object.ToString() method. Enables converting custom objects to string.
static const TypeInfo& Type()Implements C# typeof(System.Object) construct.
void Unlock()Implements C# lock() statement unlocking. Call directly or use LockContext sentry object.
Detail::SmartPtrCounter * WeakRefAdded()Increments weak reference count. Shouldn’t be called directly; instead, use smart pointers or ThisProtector.
void WeakRefRemoved()Decrements weak reference count. Shouldn’t be called directly; instead, use smart pointers or ThisProtector.
virtual ~Object()Destroys object. Frees all internal data structures.

See Also