Indexed100PercentStackedLineValueList.Add
Overloads
Add(Indexed100PercentStackedLineValue) | Adds an Indexed100PercentStackedLineValue object to the Indexed100PercentStackedLineValueList object. |
Add(Single) | Adds a Stacked100PercentLineValue object to the Indexed100PercentStackedLineValueList object. |
Add(Single, Int32) | Adds an Indexed100PercentStackedLineValue object to the Indexed100PercentStackedLineValueList object. |
Add(Single[]) | Adds a Stacked100PercentLineValue object to the Indexed100PercentStackedLineValueList object. |
Add(Indexed100PercentStackedLineValue)
Adds an Indexed100PercentStackedLineValue object to the Indexed100PercentStackedLineValueList object.
public void Add(Indexed100PercentStackedLineValue lineValue)
Parameters
- lineValue
- Indexed100PercentStackedLineValue
Value of the indexed 100Percent Stacked line value.
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 Stacked100PercentLineValue object to the Indexed100PercentStackedLineValueList object.
public Stacked100PercentLineValue Add(float value1)
Parameters
- value1
- Single
Value of the indexed 100Percent stacked line 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 Indexed100PercentStackedLineValue object to the Indexed100PercentStackedLineValueList object.
public Indexed100PercentStackedLineValue Add(float value1, int position)
Parameters
- value1
- Single
Value of the indexed 100Percent stacked line value.
- position
- Int32
Position of the indexed 100Percent stacked line 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 a Stacked100PercentLineValue object to the Indexed100PercentStackedLineValueList object.
public Stacked100PercentLineValue[] Add(Single[] value1)
Parameters
- value1
- Single[]
values of the indexed 100Percent stacked line values.
Returns
A Stacked100PercentLineValue object array.
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.
See Also
Indexed100PercentStackedLineValueListceTe.DynamicPDF.PageElements.Charting.Values