public interface IChartProvider extends Serializable
Modifier and Type | Method and Description |
---|---|
IChartAxis[] |
getAxes() |
IChartFill |
getBackgroundFill() |
int |
getBarGroupSpacing() |
int |
getBarWidth() |
IChartFill |
getChartFill() |
Color[] |
getColors() |
IChartData |
getData() |
IFillArea[] |
getFillAreas() |
IChartGrid |
getGrid() |
String[] |
getLegend() |
ILineStyle[] |
getLineStyles() |
String[] |
getPieLabels() |
IRangeMarker[] |
getRangeMarkers() |
IShapeMarker[] |
getShapeMarkers() |
Dimension |
getSize() |
String |
getTitle() |
ChartType |
getType() |
Dimension getSize()
IChartData getData()
ChartType getType()
int getBarWidth()
int getBarGroupSpacing()
String getTitle()
String[] getLegend()
Color[] getColors()
IChartFill getChartFill()
IChartFill getBackgroundFill()
String[] getPieLabels()
IChartAxis[] getAxes()
ILineStyle[] getLineStyles()
IChartGrid getGrid()
IShapeMarker[] getShapeMarkers()
IRangeMarker[] getRangeMarkers()
IFillArea[] getFillAreas()
Copyright © 2015. All rights reserved.