ChartDataPoint

遗产: java.lang.Object

所有已实现的接口: com.aspose.words.IChartDataPoint, java.lang.Cloneable

public class ChartDataPoint implements IChartDataPoint, Cloneable

允许指定图表上单个数据点的格式。

要了解更多信息,请访问Working with Charts文档文章。

在一个系列中,ChartDataPoint对象是ChartDataPointCollection.这ChartDataPointCollection包含一个ChartDataPoint每个点的对象。

方法

方法描述
clearFormat()清除此数据点的格式。
equals(Object arg0)
getBubble3D()
getClass()
getExplosion()
getFormat()提供对此数据点的填充和线条格式的访问。
getIndex()此对象对其应用格式设置的数据点的索引。
getInvertIfNegative()
getMarker()
hashCode()
materializeSpPr()
notify()
notifyAll()
setBubble3D(boolean value)
setExplosion(int value)
setInvertIfNegative(boolean value)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

clearFormat()

public void clearFormat()

清除此数据点的格式。属性设置为父系列中定义的默认值。

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getBubble3D()

public boolean getBubble3D()

指定气泡图中的气泡是否应应用 3-D 效果。

退货: 布尔值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getExplosion()

public int getExplosion()

指定数据点应从饼图中心移动的量。可以是负数,负数意味着没有设置属性,不应该应用爆炸。仅适用于饼图。

退货: 整数

getFormat()

public ChartFormat getFormat()

提供对此数据点的填充和线条格式的访问。

退货: ChartFormat - 相应的ChartFormat价值。

getIndex()

public int getIndex()

此对象对其应用格式设置的数据点的索引。

退货: int - 相应的 int 值。

getInvertIfNegative()

public boolean getInvertIfNegative()

指定如果值为负,父元素是否应反转其颜色。

退货: 布尔值

getMarker()

public ChartMarker getMarker()

指定数据标记。标记在请求时自动创建。

退货: ChartMarker

hashCode()

public native int hashCode()

退货: 整数

materializeSpPr()

public void materializeSpPr()

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setBubble3D(boolean value)

public void setBubble3D(boolean value)

指定气泡图中的气泡是否应应用 3-D 效果。

参数:

范围类型描述
valueboolean

setExplosion(int value)

public void setExplosion(int value)

指定数据点应从饼图中心移动的量。可以是负数,负数意味着没有设置属性,不应该应用爆炸。仅适用于饼图。

参数:

范围类型描述
valueint

setInvertIfNegative(boolean value)

public void setInvertIfNegative(boolean value)

指定如果值为负,父元素是否应反转其颜色。

参数:

范围类型描述
valueboolean

toString()

public String toString()

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int