IndexedColumnSeries Constructors
Overloads
IndexedColumnSeries(String)
Initializes a new instance of the IndexedColumnSeries class.
public IndexedColumnSeries(string name)
Parameters
- name
- String
Name of the indexed column series.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
IndexedColumnSeries(String, Color)
Initializes a new instance of the IndexedColumnSeries class.
public IndexedColumnSeries(string name, Color color)
Parameters
- name
- String
Name of the indexed column series.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
IndexedColumnSeries(String, IndexedXAxis)
Initializes a new instance of the IndexedColumnSeries class.
public IndexedColumnSeries(string name, IndexedXAxis indexedXAxis)
Parameters
- name
- String
Name of the indexed column series.
- indexedXAxis
- IndexedXAxis
IndexedXAxis of the indexed column series.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
IndexedColumnSeries(String, IndexedXAxis, NumericYAxis)
Initializes a new instance of the IndexedColumnSeries class.
public IndexedColumnSeries(string name, IndexedXAxis indexedXAxis, NumericYAxis numericYAxis)
Parameters
- name
- String
Name of the indexed column series.
- indexedXAxis
- IndexedXAxis
IndexedXAxis of the indexed column series.
- numericYAxis
- NumericYAxis
NumericYAxis of the indexed column series.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
IndexedColumnSeries(String, IndexedXAxis, NumericYAxis, Color)
Initializes a new instance of the IndexedColumnSeries class.
public IndexedColumnSeries(string name, IndexedXAxis indexedXAxis, NumericYAxis numericYAxis, Color color)
Parameters
- name
- String
Name of the indexed column series.
- indexedXAxis
- IndexedXAxis
IndexedXAxis of the indexed column series.
- numericYAxis
- NumericYAxis
NumericYAxis of the indexed column series.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
IndexedColumnSeries(String, IndexedXAxis, NumericYAxis, Color, Legend)
Initializes a new instance of the IndexedColumnSeries class.
public IndexedColumnSeries(string name, IndexedXAxis indexedXAxis, NumericYAxis numericYAxis, Color color, Legend legend)
Parameters
- name
- String
Name of the indexed column series.
- indexedXAxis
- IndexedXAxis
IndexedXAxis of the indexed column series.
- numericYAxis
- NumericYAxis
NumericYAxis of the indexed column series.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
IndexedColumnSeries(String, IndexedXAxis, NumericYAxis, Color, Single)
Initializes a new instance of the IndexedColumnSeries class.
public IndexedColumnSeries(string name, IndexedXAxis indexedXAxis, NumericYAxis numericYAxis, Color color, float borderWidth)
Parameters
- name
- String
Name of the indexed column series.
- indexedXAxis
- IndexedXAxis
IndexedXAxis of the indexed column series.
- numericYAxis
- NumericYAxis
NumericYAxis of the indexed column series.
- borderWidth
- Single
Border width of the indexed column series.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
IndexedColumnSeries(String, IndexedXAxis, NumericYAxis, Color, Single, Color)
Initializes a new instance of the IndexedColumnSeries class.
public IndexedColumnSeries(string name, IndexedXAxis indexedXAxis, NumericYAxis numericYAxis, Color color, float borderWidth, Color borderColor)
Parameters
- name
- String
Name of the indexed column series.
- indexedXAxis
- IndexedXAxis
IndexedXAxis of the indexed column series.
- numericYAxis
- NumericYAxis
NumericYAxis of the indexed column series.
- borderWidth
- Single
Border width of the indexed column series.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
IndexedColumnSeries(String, IndexedXAxis, NumericYAxis, Color, Single, Color, Legend)
Initializes a new instance of the IndexedColumnSeries class.
public IndexedColumnSeries(string name, IndexedXAxis indexedXAxis, NumericYAxis numericYAxis, Color color, float borderWidth, Color borderColor, Legend legend)
Parameters
- name
- String
Name of the indexed column series.
- indexedXAxis
- IndexedXAxis
IndexedXAxis of the indexed column series.
- numericYAxis
- NumericYAxis
NumericYAxis of the indexed column series.
- borderWidth
- Single
Border width of the indexed column series.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
IndexedColumnSeries(String, IndexedXAxis, NumericYAxis, Single, Color)
Initializes a new instance of the IndexedColumnSeries class.
public IndexedColumnSeries(string name, IndexedXAxis indexedXAxis, NumericYAxis numericYAxis, float borderWidth, Color borderColor)
Parameters
- name
- String
Name of the indexed column series.
- indexedXAxis
- IndexedXAxis
IndexedXAxis of the indexed column series.
- numericYAxis
- NumericYAxis
NumericYAxis of the indexed column series.
- borderWidth
- Single
Border width of the indexed column series.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
IndexedColumnSeries(String, NumericYAxis)
Initializes a new instance of the IndexedColumnSeries class.
public IndexedColumnSeries(string name, NumericYAxis numericYAxis)
Parameters
- name
- String
Name of the indexed column series.
- numericYAxis
- NumericYAxis
NumericYAxis of the indexed column series.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
See Also
IndexedColumnSeriesceTe.DynamicPDF.PageElements.Charting.Series