BarColumnValuePositionDataLabel Constructors
Overloads
BarColumnValuePositionDataLabel(Boolean) | Initializes a new instance of the BarColumnValuePositionDataLabel class. |
BarColumnValuePositionDataLabel(Boolean, Boolean) | Initializes a new instance of the BarColumnValuePositionDataLabel class. |
BarColumnValuePositionDataLabel(Boolean, Boolean, Boolean) | Initializes a new instance of the BarColumnValuePositionDataLabel class. |
BarColumnValuePositionDataLabel(Font, Single, Color, Boolean) | Initializes a new instance of the BarColumnValuePositionDataLabel class. |
BarColumnValuePositionDataLabel(Boolean)
Initializes a new instance of the BarColumnValuePositionDataLabel class.
public BarColumnValuePositionDataLabel(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.
BarColumnValuePositionDataLabel(Boolean, Boolean)
Initializes a new instance of the BarColumnValuePositionDataLabel class.
public BarColumnValuePositionDataLabel(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.
BarColumnValuePositionDataLabel(Boolean, Boolean, Boolean)
Initializes a new instance of the BarColumnValuePositionDataLabel class.
public BarColumnValuePositionDataLabel(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.
BarColumnValuePositionDataLabel(Font, Single, Color, Boolean)
Initializes a new instance of the BarColumnValuePositionDataLabel class.
public BarColumnValuePositionDataLabel(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 value position 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.