Uses of Class
pivot.charts.ChartView.Category

Packages that use ChartView.Category
pivot.charts Contains a collection of components for use in charting applications. 
 

Uses of ChartView.Category in pivot.charts
 

Methods in pivot.charts that return ChartView.Category
 ChartView.Category ChartView.CategorySequence.get(int index)
           
 ChartView.Category ChartView.CategorySequence.update(int index, ChartView.Category category)
           
 

Methods in pivot.charts that return types with arguments of type ChartView.Category
 Sequence<ChartView.Category> ChartView.CategorySequence.remove(int index, int count)
           
 

Methods in pivot.charts with parameters of type ChartView.Category
 int ChartView.CategorySequence.add(ChartView.Category category)
           
 int ChartView.CategorySequence.indexOf(ChartView.Category category)
           
 void ChartView.CategorySequence.insert(ChartView.Category category, int index)
           
 int ChartView.CategorySequence.remove(ChartView.Category category)
           
 ChartView.Category ChartView.CategorySequence.update(int index, ChartView.Category category)
           
 

Method parameters in pivot.charts with type arguments of type ChartView.Category
 void ChartViewCategoryListener.categoriesRemoved(ChartView chartView, int index, Sequence<ChartView.Category> categories)
          Fired when a category is removed from a chart view.