PieSeries Constructors
Overloads
PieSeries() | Initializes a new instance of the PieSeries class. |
PieSeries(Legend) | Initializes a new instance of the PieSeries class. |
PieSeries(SeriesLabel) | Initializes a new instance of the PieSeries class. |
PieSeries(SeriesLabel, Single, Color, Legend) | Initializes a new instance of the PieSeries class. |
PieSeries(Single, Color) | Initializes a new instance of the PieSeries class. |
PieSeries(Single, Color, Legend) | Initializes a new instance of the PieSeries class. |
PieSeries()
Initializes a new instance of the PieSeries class.
public PieSeries()
Public Sub New ()
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.
PieSeries(Legend)
Initializes a new instance of the PieSeries class.
public PieSeries(Legend legend)
Public Sub New (legend As Legend)
Parameters
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.
PieSeries(SeriesLabel)
Initializes a new instance of the PieSeries class.
public PieSeries(SeriesLabel seriesLabel)
Public Sub New (seriesLabel As SeriesLabel)
Parameters
- seriesLabel
- SeriesLabel
SeriesLabel of the pie 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.
PieSeries(SeriesLabel, Single, Color, Legend)
Initializes a new instance of the PieSeries class.
public PieSeries(SeriesLabel seriesLabel, float borderWidth, Color borderColor, Legend legend)
Public Sub New (seriesLabel As SeriesLabel, borderWidth As Single, borderColor As Color, legend As Legend)
Parameters
- seriesLabel
- SeriesLabel
SeriesLabel of the pie series.
- borderWidth
- Single
Border width of the pie 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.
PieSeries(Single, Color)
Initializes a new instance of the PieSeries class.
public PieSeries(float borderWidth, Color borderColor)
Public Sub New (borderWidth As Single, borderColor As Color)
Parameters
- borderWidth
- Single
Border width of the pie 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.
PieSeries(Single, Color, Legend)
Initializes a new instance of the PieSeries class.
public PieSeries(float borderWidth, Color borderColor, Legend legend)
Public Sub New (borderWidth As Single, borderColor As Color, legend As Legend)
Parameters
- borderWidth
- Single
Border width of the pie 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.