Uses of Class
org.openfaces.component.chart.ChartLabelPosition

Packages that use ChartLabelPosition
org.openfaces.component.chart   
 

Uses of ChartLabelPosition in org.openfaces.component.chart
 

Methods in org.openfaces.component.chart that return ChartLabelPosition
 ChartLabelPosition GridChartView.getDefaultLabelsPosition()
           
 ChartLabelPosition GridChartView.getDefaultLabelsPosition()
           
 ChartLabelPosition GridChartView.getNegativeLabelsPosition()
           
 ChartLabelPosition GridChartView.getNegativeLabelsPosition()
           
 ChartLabelPosition GridChartView.getPositiveLabelsPosition()
           
 ChartLabelPosition GridChartView.getPositiveLabelsPosition()
           
static ChartLabelPosition ChartLabelPosition.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ChartLabelPosition ChartLabelPosition.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ChartLabelPosition[] ChartLabelPosition.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
static ChartLabelPosition[] ChartLabelPosition.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.openfaces.component.chart with parameters of type ChartLabelPosition
 void GridChartView.setDefaultLabelsPosition(ChartLabelPosition defaultLabelsPosition)
           
 void GridChartView.setDefaultLabelsPosition(ChartLabelPosition defaultLabelsPosition)
           
 void GridChartView.setNegativeLabelsPosition(ChartLabelPosition negativeLabelsPosition)
           
 void GridChartView.setNegativeLabelsPosition(ChartLabelPosition negativeLabelsPosition)
           
 void GridChartView.setPositiveLabelsPosition(ChartLabelPosition positiveLabelsPosition)
           
 void GridChartView.setPositiveLabelsPosition(ChartLabelPosition positiveLabelsPosition)
           
 



Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.