java.lang.Object
com.aspose.words.ChartYValue
public class ChartYValue
- extends java.lang.Object
Represents an Y value for a chart series.
This class contains a number of static methods for creating an Y value of a particular type. The
ValueType property allows you to determine the type of an existing Y value.
All non-null Y values of a chart series must be of the same ChartYValueType type.
|
Property Getters/Setters Detail |
getDateTimeValue | |
public java.util.Date getDateTimeValue()
|
-
Gets the stored datetime value.
getDoubleValue | |
public double getDoubleValue()
|
-
Gets the stored numeric value.
getTimeValue | |
public long getTimeValue()
|
-
Gets the stored time value.
getValueType | |
public int getValueType()
|
-
Gets the type of the Y value stored in the object.
The value of the property is ChartYValueType integer constant.
equals | |
public boolean equals(java.lang.Object obj) |
-
Gets a flag indicating whether the specified object is equal to the current Y value object.
fromDateTime | |
public static ChartYValue fromDateTime(java.util.Date value) |
-
Creates a ChartYValue instance of the ChartYValueType.DATE_TIME type.
fromDouble | |
public static ChartYValue fromDouble(double value) |
-
Creates a ChartYValue instance of the ChartYValueType.DOUBLE type.
fromTimeSpan | |
public static ChartYValue fromTimeSpan(long value) |
-
Creates a ChartYValue instance of the ChartYValueType.TIME type.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.