Aspose::Cells::Charts::Chart::SetChartDataRange method
Contents
[
Hide
]Chart::SetChartDataRange(const U16String&, bool) method
Specifies data range for a chart.
void Aspose::Cells::Charts::Chart::SetChartDataRange(const U16String &area, bool isVertical)
Parameter | Type | Description |
---|---|---|
area | const U16String& | Specifies values from which to plot the data series |
isVertical | bool | Specifies whether to plot the series from a range of cell values by row or by column. |
See Also
- Class Vector
- Class U16String
- Class Chart
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++
Chart::SetChartDataRange(const char16_t*, bool) method
Specifies data range for a chart.
void Aspose::Cells::Charts::Chart::SetChartDataRange(const char16_t *area, bool isVertical)
Parameter | Type | Description |
---|---|---|
area | const char16_t* | Specifies values from which to plot the data series |
isVertical | bool | Specifies whether to plot the series from a range of cell values by row or by column. |
See Also
- Class Vector
- Class Chart
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++