|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.pageelements.charting.values.Stacked100PercentAreaValue com.cete.dynamicpdf.pageelements.charting.values.Indexed100PercentStackedAreaValue
public class Indexed100PercentStackedAreaValue
Represents a 100% stacked area value with indexed axis. View Example
Licensing:
This class is a DynamicPDF Generator Enterprise Edition
feature. One of the following licenses is required for non-evaluation usage:
Constructor Summary | |
---|---|
Indexed100PercentStackedAreaValue(float value,
int position)
Initializes a new instance of Indexed100PercentStackedAreaValue object. |
Method Summary | |
---|---|
int |
getPosition()
Gets the position of 100% stacked area value with indexed axis. |
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.values.Stacked100PercentAreaValue |
---|
getDataLabel, getValue, setDataLabel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Indexed100PercentStackedAreaValue(float value, int position)
Indexed100PercentStackedAreaValue
object.
value
- The Value of 100% stacked area value with indexed axis.position
- The position of the 100% stacked area value with indexed axis.Method Detail |
---|
public int getPosition()
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |