com.aspose.words
Class ChartLegend

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

public class ChartLegend 
extends java.lang.Object

Represents chart legend properties.

Constructor Summary
ChartLegend()
          
 
Property Getters/Setters Summary
booleangetOverlay()
voidsetOverlay(boolean value)
           Determines whether other chart elements shall be allowed to overlap legend. Default value is false.
intgetPosition()
voidsetPosition(int value)
           Specifies the position of the legend on a chart. Default value is LegendPosition.RIGHT. The value of the property is LegendPosition integer constant.
 

Constructor Detail

ChartLegend

public ChartLegend()

Property Getters/Setters Detail

getOverlay/setOverlay

public boolean getOverlay() / public void setOverlay(boolean value)
Determines whether other chart elements shall be allowed to overlap legend. Default value is false.

getPosition/setPosition

public int getPosition() / public void setPosition(int value)
Specifies the position of the legend on a chart. Default value is LegendPosition.RIGHT. The value of the property is LegendPosition 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.