API Reference
Class
ExcelChartSeriesRange
Describes chart series ranges for scatter/bubble charts.
Inheritance
- Object
- ExcelChartSeriesRange
Constructors
ExcelChartSeriesRange 2 overloads
public ExcelChartSeriesRange(String xRangeA1, String yRangeA1) #Creates a series range definition for scatter charts.
Parameters
- xRangeA1 System.String
- yRangeA1 System.String
public ExcelChartSeriesRange(String name, String xRangeA1, String yRangeA1, String bubbleSizeRangeA1 = null) #Creates a series range definition for scatter/bubble charts.
Parameters
- name System.String
- xRangeA1 System.String
- yRangeA1 System.String
- bubbleSizeRangeA1 System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; } #Gets the series display name.
public String XRangeA1 { get; } #Gets the X values range (A1 notation).
public String YRangeA1 { get; } #Gets the Y values range (A1 notation).
public String BubbleSizeRangeA1 { get; } #Gets the bubble size range (A1 notation), when applicable.