API Reference
Class
OdsChartSeries
Cell references for one embedded ODS chart series.
Inheritance
- Object
- OdsChartSeries
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property OdsChart.Series
Accepted by parameters
- Method OdsSheet.AddChart
Constructors
public OdsChartSeries(String valuesAddress, String labelAddress = null) #Creates a chart series from an ODF cell range and optional one-cell label address.
Parameters
- valuesAddress System.String
- labelAddress System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object