com.aspose.words
Class ChartMarker

java.lang.Object
    extended by com.aspose.words.ChartMarker
All Implemented Interfaces:
java.lang.Cloneable

public class ChartMarker 
extends java.lang.Object

Represents a chart data marker.

Constructor Summary
ChartMarker()
          
 
Property Getters/Setters Summary
intgetSize()
voidsetSize(int value)
           Gets or sets chart marker size. Default value is 7.
intgetSymbol()
voidsetSymbol(int value)
           Gets or sets chart marker symbol. The value of the property is MarkerSymbol integer constant.
 

Constructor Detail

ChartMarker

public ChartMarker()

Property Getters/Setters Detail

getSize/setSize

public int getSize() / public void setSize(int value)
Gets or sets chart marker size. Default value is 7.

getSymbol/setSymbol

public int getSymbol() / public void setSymbol(int value)
Gets or sets chart marker symbol. The value of the property is MarkerSymbol integer constant.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.