org.apache.poi.ss.usermodel.charts
Interface ChartLegend
- All Superinterfaces:
- ManuallyPositionable
- All Known Implementing Classes:
- XSSFChartLegend
@Beta
public interface ChartLegend
- extends ManuallyPositionable
High level representation of chart legend.
- Author:
- Roman Kashitsyn
getPosition
LegendPosition getPosition()
- Returns:
- legend position
setPosition
void setPosition(LegendPosition position)
- Parameters:
position
- new legend position
Copyright 2012 The Apache Software Foundation or
its licensors, as applicable.