BarColumnPercentageDataLabel Constructors
Overloads
BarColumnPercentageDataLabel(Boolean) | Initializes a new instance of the BarColumnPercentageDataLabel class. |
BarColumnPercentageDataLabel(Boolean, Boolean) | Initializes a new instance of the BarColumnPercentageDataLabel class. |
BarColumnPercentageDataLabel(Boolean, Boolean, Boolean) | Initializes a new instance of the BarColumnPercentageDataLabel class. |
BarColumnPercentageDataLabel(Boolean, Boolean, Boolean, Boolean) | Initializes a new instance of the BarColumnPercentageDataLabel class. |
BarColumnPercentageDataLabel(Font, Single, Color, Boolean) | Initializes a new instance of the BarColumnPercentageDataLabel class. |
BarColumnPercentageDataLabel(Boolean)
Initializes a new instance of the BarColumnPercentageDataLabel class.
public BarColumnPercentageDataLabel(bool showValue)
Public Sub New (showValue As Boolean)
Parameters
- showValue
- Boolean
Visible status of the series 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.
BarColumnPercentageDataLabel(Boolean, Boolean)
Initializes a new instance of the BarColumnPercentageDataLabel class.
public BarColumnPercentageDataLabel(bool showValue, bool showSeries)
Public Sub New (showValue As Boolean, showSeries As Boolean)
Parameters
- showValue
- Boolean
Visible status of the series value.
- showSeries
- Boolean
Visible status of the series 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.
BarColumnPercentageDataLabel(Boolean, Boolean, Boolean)
Initializes a new instance of the BarColumnPercentageDataLabel class.
public BarColumnPercentageDataLabel(bool showValue, bool showPosition, bool showSeries)
Public Sub New (showValue As Boolean, showPosition As Boolean, showSeries As Boolean)
Parameters
- showValue
- Boolean
Visible status of the series value.
- showPosition
- Boolean
Visible status for the position of the series value.
- showSeries
- Boolean
Visible status of the series 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.
BarColumnPercentageDataLabel(Boolean, Boolean, Boolean, Boolean)
Initializes a new instance of the BarColumnPercentageDataLabel class.
public BarColumnPercentageDataLabel(bool showValue, bool showPercentage, bool showPosition, bool showSeries)
Public Sub New (showValue As Boolean, showPercentage As Boolean, showPosition As Boolean, showSeries As Boolean)
Parameters
- showValue
- Boolean
Visible status of the series value.
- showPercentage
- Boolean
Visible status of the series value in percentage.
- showPosition
- Boolean
Visible status for the position of the series value.
- showSeries
- Boolean
Visible status of the series 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.
BarColumnPercentageDataLabel(Font, Single, Color, Boolean)
Initializes a new instance of the BarColumnPercentageDataLabel class.
public BarColumnPercentageDataLabel(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 percentage data label.
- showValue
- Boolean
Visible status of the series 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.