JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart
Class JCAreaChartFormat

java.lang.Object
  |
  +--com.klg.jclass.chart.JCAreaChartFormat
All Implemented Interfaces:
JCChartTypeFormat, Serializable

public class JCAreaChartFormat
extends Object
implements JCChartTypeFormat, Serializable

An object that manages chart properties specific to area charts.

See Also:
Serialized Form

Field Summary
protected  boolean is100Percent
           
protected  com.klg.jclass.chart.Changeable parent
           
 
Constructor Summary
JCAreaChartFormat()
           
JCAreaChartFormat(com.klg.jclass.chart.Changeable p)
           
 
Method Summary
 boolean is100Percent()
          Gets the value of the 100Percent property.
 void set100Percent(boolean b)
          Sets the value of the 100Percent property.
 void setParent(com.klg.jclass.chart.ChartDataView cdv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

is100Percent

protected boolean is100Percent

parent

protected com.klg.jclass.chart.Changeable parent
Constructor Detail

JCAreaChartFormat

public JCAreaChartFormat()

JCAreaChartFormat

public JCAreaChartFormat(com.klg.jclass.chart.Changeable p)
Method Detail

setParent

public void setParent(com.klg.jclass.chart.ChartDataView cdv)
Specified by:
setParent in interface JCChartTypeFormat

is100Percent

public boolean is100Percent()
Gets the value of the 100Percent property. A true value indicates that the stacking area chart is charted against an axis representing values from 0 to 100 percent.

Returns:
boolean indicating whether the y axis will range from 0 to 100.

set100Percent

public void set100Percent(boolean b)
Sets the value of the 100Percent property. A true value indicates that the stacking area chart is charted against an axis representing values from 0 to 100 percent.

Parameters:
b - boolean indicating whether the y axis will range from 0 to 100.

Copyright © 2004 Quest Software Inc..
All rights reserved.