IndexedStackedBarValue Constructor

Initializes a new instance of the IndexedStackedBarValue class.

public IndexedStackedBarValue(float value1, int position)
Public Sub New (value1 As Single, position As Integer)

Parameters

value1
Single

The float indicating value of indexed stacked bar value.

position
Int32

The integer indicating position of the indexed stacked bar value.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

IndexedStackedBarValue
ceTe.DynamicPDF.PageElements.Charting.Values

In this topic