java.lang.Object
com.aspose.words.ChartXValue
public class ChartXValue
This class contains a number of static methods for creating an X value of a particular type. The
All non-null X values of a chart series must be of the same
| Property Getters/Setters Summary | ||
|---|---|---|
java.util.Date | getDateTimeValue() | |
| Gets the stored datetime value. | ||
double | getDoubleValue() | |
| Gets the stored numeric value. | ||
ChartMultilevelValue | getMultilevelValue() | |
| Gets the stored multilevel value. | ||
java.lang.String | getStringValue() | |
| Gets the stored string value. | ||
long | getTimeValue() | |
| Gets the stored time value. | ||
int | getValueType() | |
| Gets the type of the X value stored in the object. The value of the property is ChartXValueType integer constant. | ||
| Method Summary | ||
|---|---|---|
boolean | equals(java.lang.Object obj) | |
| Gets a flag indicating whether the specified object is equal to the current X value object. | ||
static ChartXValue | fromDateTime(java.util.Date value) | |
|
Creates a |
||
static ChartXValue | fromDouble(double value) | |
|
Creates a |
||
static ChartXValue | fromMultilevelValue(ChartMultilevelValue value) | |
|
Creates a |
||
static ChartXValue | fromString(java.lang.String value) | |
|
Creates a |
||
static ChartXValue | fromTimeSpan(long value) | |
|
Creates a |
||
| Property Getters/Setters Detail |
|---|
getDateTimeValue | |
public java.util.Date getDateTimeValue() | |
getDoubleValue | |
public double getDoubleValue() | |
getMultilevelValue | |
public ChartMultilevelValue getMultilevelValue() | |
getStringValue | |
public java.lang.String getStringValue() | |
getTimeValue | |
public long getTimeValue() | |
getValueType | |
public int getValueType() | |
| Method Detail |
|---|
equals | |
public boolean equals(java.lang.Object obj) | |
fromDateTime | |
public static ChartXValue fromDateTime(java.util.Date value) | |
fromDouble | |
public static ChartXValue fromDouble(double value) | |
fromMultilevelValue | |
public static ChartXValue fromMultilevelValue(ChartMultilevelValue value) | |
fromString | |
public static ChartXValue fromString(java.lang.String value) | |
fromTimeSpan | |
public static ChartXValue fromTimeSpan(long value) | |