com.linksoft.chart
Class GaugeDataSerie

java.lang.Object
  extended bycom.linksoft.chart.DataSerie
      extended bycom.linksoft.chart.PieDataSerie
          extended bycom.linksoft.chart.GaugeDataSerie

public class GaugeDataSerie
extends PieDataSerie

Copyright (c) 2002-2005 LinkSoft Systems, Inc. All Rights Reserved


Field Summary
 int needleLength
           
 LineStyle needleStyle
           
 
Fields inherited from class com.linksoft.chart.PieDataSerie
drawPercentages, textDistanceToCenter, valueColor, valueFont
 
Fields inherited from class com.linksoft.chart.DataSerie
dataLabels, hotAreas, htmlLinks, labelTemplate, name, nullValue, secondaryXAxis, secondaryYAxis, secondYAxis, tips, valueFormat
 
Constructor Summary
GaugeDataSerie(double[] y, FillStyle[] s)
           
 
Methods inherited from class com.linksoft.chart.PieDataSerie
addPieData, addPieData
 
Methods inherited from class com.linksoft.chart.DataSerie
addData, doubleToString, getElementX, getElementY, getSize, replaceXValueAt, replaceXYValueAt, replaceYValueAt, setDatax
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

needleStyle

public LineStyle needleStyle

needleLength

public int needleLength
Constructor Detail

GaugeDataSerie

public GaugeDataSerie(double[] y,
                      FillStyle[] s)