| BarChart(Presentable p,
boolean ispublic,
double x,
double y,
double width,
double height,
Color fillColor,
Color lineColor,
double picOffsetX,
double picOffsetY,
double picWidth,
double picHeight,
Color picBackgoundColor,
Color picBorderColor,
Color legendTextColor,
double legendSize,
Chart.Direction legendPos,
Chart.Direction barDirection,
Chart.ScaleType scaleType,
double minimum,
double maximum,
double relativeBarWidth,
Chart.GridPosition gridPosition,
Color gridLineColor,
Color gridTextColor,
List<DataItem> dataItems,
List<String> titles,
List<Color> colors) |
Creates a persistent BarChart.
|
| Chart2D(Presentable p,
boolean ispublic,
double x,
double y,
double width,
double height,
Color fillColor,
Color lineColor,
double picOffsetX,
double picOffsetY,
double picWidth,
double picHeight,
Color picBackgoundColor,
Color picBorderColor,
Color legendTextColor,
double legendSize,
Chart.Direction legendPos,
Chart.ScaleType scaleTypeY,
double minimumY,
double maximumY,
Chart.GridPosition gridPositionX,
Chart.GridPosition gridPositionY,
Color gridLineColor,
Color gridTextColor,
List<DataSet> dataSets,
List<String> titles) |
Creates a persistent Chart2D.
|
| Chart2DPlot(Presentable p,
boolean ispublic,
double x,
double y,
double width,
double height,
Color fillColor,
Color lineColor,
double picOffsetX,
double picOffsetY,
double picWidth,
double picHeight,
Color picBackgoundColor,
Color picBorderColor,
Color legendTextColor,
double legendSize,
Chart.Direction legendPos,
Chart.ScaleType scaleTypeY,
double minimumY,
double maximumY,
Chart.GridPosition gridPositionX,
Chart.GridPosition gridPositionY,
Color gridLineColor,
Color gridTextColor,
List<DataSet> dataSets,
List<String> titles,
List<Chart2DPlot.Appearance> appearances) |
Creates a persistent Chart2DPlot.
|
| Histogram(Presentable p,
boolean ispublic,
double x,
double y,
double width,
double height,
Color fillColor,
Color lineColor,
double picOffsetX,
double picOffsetY,
double picWidth,
double picHeight,
Color picBackgoundColor,
Color picBorderColor,
Color legendTextColor,
double legendSize,
Chart.Direction legendPos,
Chart.GridPosition gridPositionX,
Chart.GridPosition gridPositionY,
Color gridLineColor,
Color gridTextColor,
boolean showPDF,
boolean showCDF,
boolean showMean,
double relativeBarWidth,
List<HistogramData> data,
List<String> titles,
List<Histogram.Appearance> appearances) |
Creates a persistent Histogram.
|
| Histogram(Presentable p,
boolean ispublic,
int x,
int y,
int width,
int height,
Color fillColor,
Color lineColor,
int picOffsetX,
int picOffsetY,
int picWidth,
int picHeight,
Color picBackgoundColor,
Color picBorderColor,
Color legendTextColor,
int legendSize,
Chart.Direction legendPos,
Chart.GridPosition gridPositionX,
Chart.GridPosition gridPositionY,
Color gridLineColor,
Color gridTextColor,
boolean showPDF,
boolean showCDF,
boolean showMean,
double relativeBarWidth,
List<HistogramData> data,
List<String> titles,
List<Histogram.Appearance> appearances) |
Deprecated.
|
| Histogram2D(Presentable p,
boolean ispublic,
double x,
double y,
double width,
double height,
Color fillColor,
Color lineColor,
double picOffsetX,
double picOffsetY,
double picWidth,
double picHeight,
Color picBackgoundColor,
Color picBorderColor,
Color legendTextColor,
double legendSize,
Chart.Direction legendPos,
Chart.GridPosition gridPositionX,
Chart.GridPosition gridPositionY,
Color gridLineColor,
Color gridTextColor,
boolean drawEnvelopes,
List<Histogram2DData> data,
List<String> titles,
List<Histogram2D.Appearance> appearances) |
Creates a persistent Histogram2D.
|
| Plot(Presentable p,
boolean ispublic,
double x,
double y,
double width,
double height,
Color fillColor,
Color lineColor,
double picOffsetX,
double picOffsetY,
double picWidth,
double picHeight,
Color picBackgoundColor,
Color picBorderColor,
Color legendTextColor,
double legendSize,
Chart.Direction legendPos,
Chart.ScaleType scaleTypeX,
double minimumX,
double maximumX,
Chart.ScaleType scaleTypeY,
double minimumY,
double maximumY,
Chart.GridPosition gridPositionX,
Chart.GridPosition gridPositionY,
Color gridLineColor,
Color gridTextColor,
List<DataSet> dataSets,
List<String> titles,
List<Chart2DPlot.Appearance> appearances) |
Creates a persistent Plot.
|
| StackChart(Presentable p,
boolean ispublic,
double x,
double y,
double width,
double height,
Color fillColor,
Color lineColor,
double picOffsetX,
double picOffsetY,
double picWidth,
double picHeight,
Color picBackgoundColor,
Color picBorderColor,
Color legendTextColor,
double legendSize,
Chart.Direction legendPos,
Chart.Direction barDirection,
Chart.ScaleType scaleType,
double maximum,
double relativeBarWidth,
Chart.GridPosition gridPosition,
Color gridLineColor,
Color gridTextColor,
List<DataItem> dataItems,
List<String> titles,
List<Color> colors) |
Creates a persistent StackChart If the collection of DataItem objects and a
collection of their colors are null, new empty collections are created.
|
| TimeColorChart(Presentable p,
boolean ispublic,
double x,
double y,
double width,
double height,
Color fillColor,
Color lineColor,
double picOffsetX,
double picOffsetY,
double picWidth,
double picHeight,
Color picBackgoundColor,
Color picBorderColor,
Color legendTextColor,
double legendSize,
Chart.Direction legendPos,
double timeWindow,
Chart.TimeWindowMovementType timeWindowMovementType,
String dateFormatPattern,
double relativeBarWidth,
Chart.GridPosition gridPositionT,
Color gridLineColor,
Color gridTextColor,
List<DataSet> dataSets,
List<String> titles,
Color defaultValueColor,
ColorMapping[] colorMappings) |
Creates a persistent TimeColorChart.
|
| TimePlot(Presentable p,
boolean ispublic,
double x,
double y,
double width,
double height,
Color fillColor,
Color lineColor,
double picOffsetX,
double picOffsetY,
double picWidth,
double picHeight,
Color picBackgoundColor,
Color picBorderColor,
Color legendTextColor,
double legendSize,
Chart.Direction legendPos,
double timeWindow,
Chart.TimeWindowMovementType timeWindowMovementType,
String dateFormatPattern,
Chart.ScaleType scaleTypeY,
double minimumY,
double maximumY,
Chart.GridPosition gridPositionT,
Chart.GridPosition gridPositionY,
Color gridLineColor,
Color gridTextColor,
List<DataSet> dataSets,
List<String> titles,
List<Chart2DPlot.Appearance> appearances) |
Creates a persistent TimePlot.
|
| TimePlot(Presentable p,
boolean ispublic,
double x,
double y,
double width,
double height,
Color fillColor,
Color lineColor,
double picOffsetX,
double picOffsetY,
double picWidth,
double picHeight,
Color picBackgoundColor,
Color picBorderColor,
Color legendTextColor,
double legendSize,
Chart.Direction legendPos,
double timeWindow,
String dateFormatPattern,
Chart.ScaleType scaleTypeY,
double minimumY,
double maximumY,
Chart.GridPosition gridPositionT,
Chart.GridPosition gridPositionY,
Color gridLineColor,
Color gridTextColor,
List<DataSet> dataSets,
List<String> titles,
List<Chart2DPlot.Appearance> appearances) |
Creates a persistent TimePlot.
|
| TimeStackChart(Presentable p,
boolean ispublic,
double x,
double y,
double width,
double height,
Color fillColor,
Color lineColor,
double picOffsetX,
double picOffsetY,
double picWidth,
double picHeight,
Color picBackgoundColor,
Color picBorderColor,
Color legendTextColor,
double legendSize,
Chart.Direction legendPos,
double timeWindow,
Chart.TimeWindowMovementType timeWindowMovementType,
String dateFormatPattern,
Chart.ScaleType scaleTypeY,
double maximumY,
Chart.GridPosition gridPositionT,
Chart.GridPosition gridPositionY,
Color gridLineColor,
Color gridTextColor,
List<DataSet> dataSets,
List<String> titles,
List<Color> colors) |
Creates a persistent TimeStackChart.
|
| TimeStackChart(Presentable p,
boolean ispublic,
double x,
double y,
double width,
double height,
Color fillColor,
Color lineColor,
double picOffsetX,
double picOffsetY,
double picWidth,
double picHeight,
Color picBackgoundColor,
Color picBorderColor,
Color legendTextColor,
double legendSize,
Chart.Direction legendPos,
double timeWindow,
String dateFormatPattern,
Chart.ScaleType scaleTypeY,
double maximumY,
Chart.GridPosition gridPositionT,
Chart.GridPosition gridPositionY,
Color gridLineColor,
Color gridTextColor,
List<DataSet> dataSets,
List<String> titles,
List<Color> colors) |
Creates a persistent TimeStackChart.
|
| TimeStackChart(Presentable p,
boolean ispublic,
int x,
int y,
int width,
int height,
Color fillColor,
Color lineColor,
int picOffsetX,
int picOffsetY,
int picWidth,
int picHeight,
Color picBackgoundColor,
Color picBorderColor,
Color legendTextColor,
int legendSize,
Chart.Direction legendPos,
double timeWindow,
String dateFormatPattern,
Chart.ScaleType scaleTypeY,
double maximumY,
Chart.GridPosition gridPositionT,
Chart.GridPosition gridPositionY,
Color gridLineColor,
Color gridTextColor,
List<DataSet> dataSets,
List<String> titles,
List<Color> colors) |
Deprecated.
|