Uses of Interface
com.stimulsoft.report.chart.interfaces.legend.IStiLegend

Packages that use IStiLegend
com.stimulsoft.report.chart   
com.stimulsoft.report.chart.core.legend   
com.stimulsoft.report.chart.geoms.legend   
com.stimulsoft.report.chart.interfaces   
com.stimulsoft.report.chart.view.legend   
 

Uses of IStiLegend in com.stimulsoft.report.chart
 

Methods in com.stimulsoft.report.chart that return IStiLegend
 IStiLegend StiChart.getLegend()
          Gets or sets legend settings.
 

Methods in com.stimulsoft.report.chart with parameters of type IStiLegend
 void StiChart.setLegend(IStiLegend value)
           
 

Uses of IStiLegend in com.stimulsoft.report.chart.core.legend
 

Methods in com.stimulsoft.report.chart.core.legend that return IStiLegend
 IStiLegend StiLegendCoreXF.getLegend()
           
 

Methods in com.stimulsoft.report.chart.core.legend with parameters of type IStiLegend
 void StiLegendCoreXF.setLegend(IStiLegend value)
           
 

Constructors in com.stimulsoft.report.chart.core.legend with parameters of type IStiLegend
StiLegendCoreXF(IStiLegend legend)
           
 

Uses of IStiLegend in com.stimulsoft.report.chart.geoms.legend
 

Methods in com.stimulsoft.report.chart.geoms.legend that return IStiLegend
 IStiLegend StiLegendTitleGeom.getLegend()
           
 IStiLegend StiLegendItemGeom.getLegend()
           
 IStiLegend StiLegendGeom.getLegend()
           
 

Constructors in com.stimulsoft.report.chart.geoms.legend with parameters of type IStiLegend
StiLegendGeom(IStiLegend legend, StiRectangle clientRectangle, java.util.ArrayList seriesItems)
           
StiLegendItemGeom(IStiLegend legend, StiLegendItemCoreXF item, StiRectangle clientRectangle, int colorIndex, int legendItemsCount, int legendItemIndex)
           
StiLegendTitleGeom(IStiLegend legend, StiRectangle clientRectangle)
           
 

Uses of IStiLegend in com.stimulsoft.report.chart.interfaces
 

Methods in com.stimulsoft.report.chart.interfaces that return IStiLegend
 IStiLegend IStiChart.getLegend()
           
 

Methods in com.stimulsoft.report.chart.interfaces with parameters of type IStiLegend
 void IStiChart.setLegend(IStiLegend value)
           
 

Uses of IStiLegend in com.stimulsoft.report.chart.view.legend
 

Classes in com.stimulsoft.report.chart.view.legend that implement IStiLegend
 class StiLegend