IndexedStackedAreaValueList.Add
Overloads
Add(IndexedStackedAreaValue) | Adds an IndexedStackedAreaValue object to the IndexedStackedAreaValueList object. |
Add(Single) | Adds a StackedAreaValue object to the IndexedStackedAreaValueList object. |
Add(Single, Int32) | Adds an IndexedStackedAreaValue object to the IndexedStackedAreaValueList object. |
Add(Single[]) | Adds an AreaValue object to the IndexedStackedAreaValueList object. |
Add(IndexedStackedAreaValue)
Adds an IndexedStackedAreaValue object to the IndexedStackedAreaValueList object.
public void Add(IndexedStackedAreaValue areaValue)
Sub Add(areaValue As IndexedStackedAreaValue)
Parameters
- areaValue
- IndexedStackedAreaValue
indexed stacked area 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 StackedAreaValue object to the IndexedStackedAreaValueList object.
public StackedAreaValue Add(float value1)
Function Add(value1 As Single) As StackedAreaValue
Parameters
- value1
- Single
Value of the stacked area value.
Returns
A StackedAreaValue object.
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 IndexedStackedAreaValue object to the IndexedStackedAreaValueList object.
public StackedAreaValue Add(float value1, int position)
Function Add(value1 As Single, position As Integer) As StackedAreaValue
Parameters
- value1
- Single
Value of the indexed stacked area value.
- position
- Int32
Position of the indexed stacked area value.
Returns
A StackedAreaValue object.
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 AreaValue object to the IndexedStackedAreaValueList object.
public StackedAreaValue[] Add(Single[] value1)
Function Add(value1 As Single[]) As StackedAreaValue[]
Parameters
- value1
- Single[]
Array of values of the stacked area values.
Returns
A StackedAreaValue 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.