Indexed100PercentStackedBarValueList.Add
Overloads
Add(Indexed100PercentStackedBarValue) | Adds an Indexed100PercentStackedBarValue object to the end of the Indexed100PercentStackedBarValueList object. |
Add(Single) | Adds a Stacked100PercentBarValue object to the end of the Indexed100PercentStackedBarValueList object. |
Add(Single, Int32) | Adds an Indexed100PercentStackedBarValue object to the end of the Indexed100PercentStackedBarValueList object. |
Add(Single[]) | Adds an array of the Stacked100PercentBarValue object to the end of the Indexed100PercentStackedBarValueList object. |
Add(Indexed100PercentStackedBarValue)
Adds an Indexed100PercentStackedBarValue object to the end of the Indexed100PercentStackedBarValueList object.
public void Add(Indexed100PercentStackedBarValue indexedStackedBarValue)
Sub Add(indexedStackedBarValue As Indexed100PercentStackedBarValue)
Parameters
- indexedStackedBarValue
- Indexed100PercentStackedBarValue
Indexed100PercentStackedBarValue to be added.
Licensing Info
This method 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.
Add(Single)
Adds a Stacked100PercentBarValue object to the end of the Indexed100PercentStackedBarValueList object.
public Stacked100PercentBarValue Add(float value1)
Function Add(value1 As Single) As Stacked100PercentBarValue
Parameters
- value1
- Single
Value of stacked 100Percent bar value.
Returns
Licensing Info
This method 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.
Add(Single, Int32)
Adds an Indexed100PercentStackedBarValue object to the end of the Indexed100PercentStackedBarValueList object.
public Indexed100PercentStackedBarValue Add(float value1, int position)
Function Add(value1 As Single, position As Integer) As Indexed100PercentStackedBarValue
Parameters
- value1
- Single
Value of the indexed 100Percent stacked bar value.
- position
- Int32
Position of the indexed 100Percent stacked bar value.
Returns
Licensing Info
This method 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.
Add(Single[])
Adds an array of the Stacked100PercentBarValue object to the end of the Indexed100PercentStackedBarValueList object.
public Stacked100PercentBarValue[] Add(Single[] value1)
Function Add(value1 As Single[]) As Stacked100PercentBarValue[]
Parameters
- value1
- Single[]
Values of the stacked 100Percent bar values.
Returns
Array of Stacked100PercentBarValue objects.
Licensing Info
This method 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.