Oracle Data-aware Controls Reference

Uses of Interface
oracle.dacf.control.tdg.chart.ChartLabelDataSource

Packages that use ChartLabelDataSource
oracle.dacf.control.tdg.chart   
 

Uses of ChartLabelDataSource in oracle.dacf.control.tdg.chart
 

Methods in oracle.dacf.control.tdg.chart that return ChartLabelDataSource
abstract  ChartLabelDataSource ChartDataSource.getRowLabelDataSource()
           
abstract  ChartLabelDataSource ChartDataSource.getColumnLabelDataSource()
           
 ChartLabelDataSource LabelAwareChartDataSource.getRowLabelDataSource()
           
 ChartLabelDataSource LabelAwareChartDataSource.getColumnLabelDataSource()
           
 

Methods in oracle.dacf.control.tdg.chart with parameters of type ChartLabelDataSource
abstract  void ChartDataSource.setRowLabelDataSource(ChartLabelDataSource labelSource)
           
abstract  void ChartDataSource.setColumnLabelDataSource(ChartLabelDataSource labelSource)
           
 void LabelAwareChartDataSource.setRowLabelDataSource(ChartLabelDataSource labelSource)
           
 void LabelAwareChartDataSource.setColumnLabelDataSource(ChartLabelDataSource labelSource)
           
 


Oracle Data-aware Controls Reference