Class PlotGraph


  • public class PlotGraph
    extends java.lang.Object
    Since:
    MicroStrategy Web 7.5.0
    • Constructor Summary

      Constructors 
      Constructor Description
      PlotGraph​(MarkupOutput out, int xAxisPointCount, int xAxisPointWidth, int xAxisTickInterval, int yAxisPointCount, int yAxisPointWidth, int yAxisTickInterval)  
      PlotGraph​(MarkupOutput out, int xAxisPointCount, int xAxisPointWidth, int xAxisTickInterval, int xAxisLabelInterval, int yAxisPointCount, int yAxisPointWidth, int yAxisTickInterval, int yAxisLabelInterval)
      Deprecated. 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void render​(MarkupOutput out, int numCounters, int numValues, double[][] values)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlotGraph

        public PlotGraph​(MarkupOutput out,
                         int xAxisPointCount,
                         int xAxisPointWidth,
                         int xAxisTickInterval,
                         int yAxisPointCount,
                         int yAxisPointWidth,
                         int yAxisTickInterval)
        Since:
        MicroStrategy Web 8.0.0
      • PlotGraph

        public PlotGraph​(MarkupOutput out,
                         int xAxisPointCount,
                         int xAxisPointWidth,
                         int xAxisTickInterval,
                         int xAxisLabelInterval,
                         int yAxisPointCount,
                         int yAxisPointWidth,
                         int yAxisTickInterval,
                         int yAxisLabelInterval)
        Deprecated.
    • Method Detail

      • render

        public void render​(MarkupOutput out,
                           int numCounters,
                           int numValues,
                           double[][] values)