---
title: "C++ içinde ChartSeries ile çalışmak"
---

Aspose.Words, kullanıcıların ChartSeriesCollection ile birkaç şekilde çalışmasına izin verir.

## ChartSeriesCollection Grafikle Çalışma

[ChartSeries](https://reference.aspose.com/words/cpp/aspose.words.drawing.charts/chartseries/) koleksiyonuna bakalım. Tüm grafik serilerine [ChartSeriesCollection](https://reference.aspose.com/words/cpp/aspose.words.drawing.charts/chartseriescollection/) aracılığıyla erişilebilir:

{{< gist "aspose-words-gists" "d55d8631947d283b1f0da99afa06c492" "cpp-Programming-Documents-Charts-CreateColumnChart-ChartSeriesCollection.cpp" >}}

## Tek ChartSeries Sınıfı ile çalışmak

İşte belirli bir seri ile nasıl çalışılacağı:

{{< gist "aspose-words-gists" "d55d8631947d283b1f0da99afa06c492" "cpp-Programming-Documents-Charts-WorkWithSingleChartSeries-WorkWithSingleChartSeries.cpp" >}}

Lütfen aşağıdaki sonuca bakın:

![work-with-chartseries-aspose-words-cpp-1](working-with-chartseries-1.png)

Tüm tek [ChartSeries](https://reference.aspose.com/words/cpp/aspose.words.drawing.charts/chartseries/) varsayılan [ChartDataPoint](https://reference.aspose.com/words/cpp/aspose.words.drawing.charts/chartseries/get_datapoints/) seçeneklerine sahiptir, lütfen bunları değiştirmek için aşağıdaki kodu kullanmayı deneyin:

{{< gist "aspose-words-gists" "d55d8631947d283b1f0da99afa06c492" "cpp-Programming-Documents-Charts-WorkWithSingleChartSeries-ChartDataPoint.cpp" >}}

![work-with-chartseries-aspose-words-cpp-2](working-with-chartseries-2.png)

## Bir `ChartSeries` 'dan Tek ChartDataPoint ile Nasıl Çalışılır

[ChartDataPoint](https://reference.aspose.com/words/cpp/aspose.words.drawing.charts/chartdatapoint/) kullanarak grafik serisinin tek bir veri noktasının biçimlendirmesini özelleştirebilirsiniz:

{{< gist "aspose-words-gists" "d55d8631947d283b1f0da99afa06c492" "cpp-Programming-Documents-Charts-WorkWithSingleChartDataPoint-WorkWithSingleChartDataPoint.cpp" >}}

Lütfen aşağıdaki sonuca bakın:

![work-with-chartseries-aspose-words-cpp-3](working-with-chartseries-3.png)
