org.apache.poi.ss.usermodel.charts
Interface ChartLegend

All Known Implementing Classes:
XSSFChartLegend

public interface ChartLegend

High level representation of chart legend.

Author:
Roman Kashitsyn

Method Summary
 LegendPosition getPosition()
           
 void setPosition(LegendPosition position)
           
 

Method Detail

getPosition

LegendPosition getPosition()
Returns:
legend position

setPosition

void setPosition(LegendPosition position)
Parameters:
position - new legend position


Copyright 2011 The Apache Software Foundation or its licensors, as applicable.