ChartSplitType
Inheritance: java.lang.Object
public final class ChartSplitType
Represents the way the two sections of either a pie of pie chart or a bar of pie chart are split.
Fields
Field | Description |
---|---|
AUTO | Represents the data points shall be split using the default mechanism for this chart type. |
CUSTOM | Represents the data points shall be split between the pie and the second chart according to the Custom Split values. |
PERCENT_VALUE | Represents the data points shall be split between the pie and the second chart by putting the points with percentage less than Split Position percent in the second chart. |
POSITION | Represents the data points shall be split between the pie and the second chart by putting the last Split Position of the data points in the second chart |
VALUE | Represents the data points shall be split between the pie and the second chart by putting the data points with value less than Split Position in the second chart. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
AUTO
public static final int AUTO
Represents the data points shall be split using the default mechanism for this chart type.
Remarks
NOTE: This member is now obsolete. Instead, please use Series.IsAutoSplit property. This property will be removed 12 months later since September 2023. Aspose apologizes for any inconvenience you may have experienced.
CUSTOM
public static final int CUSTOM
Represents the data points shall be split between the pie and the second chart according to the Custom Split values.
PERCENT_VALUE
public static final int PERCENT_VALUE
Represents the data points shall be split between the pie and the second chart by putting the points with percentage less than Split Position percent in the second chart.
POSITION
public static final int POSITION
Represents the data points shall be split between the pie and the second chart by putting the last Split Position of the data points in the second chart
VALUE
public static final int VALUE
Represents the data points shall be split between the pie and the second chart by putting the data points with value less than Split Position in the second chart.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |