ScalarDataLabel Constructors
Overloads
ScalarDataLabel(Boolean) | Initializes a new instance of the ScalarDataLabel class. |
ScalarDataLabel(Boolean, Boolean) | Initializes a new instance of the ScalarDataLabel class. |
ScalarDataLabel(Boolean, Boolean, Boolean) | Initializes a new instance of the ScalarDataLabel class. |
ScalarDataLabel(Font, Single, Color, Boolean) | Initializes a new instance of the ScalarDataLabel class. |
ScalarDataLabel(Boolean)
Initializes a new instance of the ScalarDataLabel class.
public ScalarDataLabel(bool showValue)
Public Sub New (showValue As Boolean)
Parameters
- showValue
- Boolean
Visible status of the pie series element value.
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.
ScalarDataLabel(Boolean, Boolean)
Initializes a new instance of the ScalarDataLabel class.
public ScalarDataLabel(bool showValue, bool showElement)
Public Sub New (showValue As Boolean, showElement As Boolean)
Parameters
- showValue
- Boolean
Visible status of the pie series element value.
- showElement
- Boolean
Visible status of the pie series element name.
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.
ScalarDataLabel(Boolean, Boolean, Boolean)
Initializes a new instance of the ScalarDataLabel class.
public ScalarDataLabel(bool showValue, bool showPercentage, bool showElement)
Public Sub New (showValue As Boolean, showPercentage As Boolean, showElement As Boolean)
Parameters
- showValue
- Boolean
Visible status of the pie series element value.
- showPercentage
- Boolean
Visible status of the pie series element value in percentage.
- showElement
- Boolean
Visible status of the pie series element name.
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.
ScalarDataLabel(Font, Single, Color, Boolean)
Initializes a new instance of the ScalarDataLabel class.
public ScalarDataLabel(Font font, float fontSize, Color color, bool showValue)
Public Sub New (font As Font, fontSize As Single, color As Color, showValue As Boolean)
Parameters
- fontSize
- Single
Size of the scalar data label.
- showValue
- Boolean
Visible status of the pie series element value.
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.