Aspose::Words::Drawing::Charts::ChartSeries::Add method

ChartSeries::Add(const System::SharedPtr<Aspose::Words::Drawing::Charts::ChartXValue>&) method

Adds the specified X value to the chart series. If the series supports Y values and bubble sizes, they will be empty for the X value.

void Aspose::Words::Drawing::Charts::ChartSeries::Add(const System::SharedPtr<Aspose::Words::Drawing::Charts::ChartXValue> &xValue)

See Also

ChartSeries::Add(const System::SharedPtr<Aspose::Words::Drawing::Charts::ChartXValue>&, const System::SharedPtr<Aspose::Words::Drawing::Charts::ChartYValue>&) method

Adds the specified X and Y values to the chart series.

void Aspose::Words::Drawing::Charts::ChartSeries::Add(const System::SharedPtr<Aspose::Words::Drawing::Charts::ChartXValue> &xValue, const System::SharedPtr<Aspose::Words::Drawing::Charts::ChartYValue> &yValue)

See Also

ChartSeries::Add(const System::SharedPtr<Aspose::Words::Drawing::Charts::ChartXValue>&, const System::SharedPtr<Aspose::Words::Drawing::Charts::ChartYValue>&, double) method

Adds the specified X value, Y value and bubble size to the chart series.

void Aspose::Words::Drawing::Charts::ChartSeries::Add(const System::SharedPtr<Aspose::Words::Drawing::Charts::ChartXValue> &xValue, const System::SharedPtr<Aspose::Words::Drawing::Charts::ChartYValue> &yValue, double bubbleSize)

See Also