Class LineChartProperties

    • Field Detail

      • DEFAULT_LINE_STROKE

        public static final java.awt.Stroke DEFAULT_LINE_STROKE
      • lineStrokes

        private java.awt.Stroke[] lineStrokes
      • shapes

        private java.awt.Shape[] shapes
    • Constructor Detail

      • LineChartProperties

        public LineChartProperties​(java.awt.Stroke[] lineStrokes,
                                   java.awt.Shape[] shapes)
        Constructor
        Parameters:
        lineStrokes -
        shapes - if any of the shapes are NULL, they will not be drawn. If the passed Array is NULL, no shpaes will be drawn. There are some Shapes defined in PointChartProperties Object.