com.xj.anylogic.engine.analysis
Class Chart.Properties
java.lang.Object
com.xj.anylogic.engine.analysis.Chart.Properties
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- Chart
public static class Chart.Properties
- extends java.lang.Object
- implements java.io.Serializable
A data structure containing all specific chart properties
(does not include general shape properties like X, Y, width, height, etc.).
Is used to pass them to a newly created non-persistent chart.
Most of fields have default values, except for picWidth and picHeight.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
picOffsetX
public int picOffsetX
picOffsetY
public int picOffsetY
picWidth
public int picWidth
picHeight
public int picHeight
legendPos
public int legendPos
legendSize
public int legendSize
picBackgroundColor
public java.awt.Color picBackgroundColor
picBorderColor
public java.awt.Color picBorderColor
legendTextColor
public java.awt.Color legendTextColor
barDirection
public int barDirection
relativeBarWidth
public double relativeBarWidth
gridPositionX
public int gridPositionX
gridPositionY
public int gridPositionY
gridLineColor
public java.awt.Color gridLineColor
gridTextColor
public java.awt.Color gridTextColor
scaleTypeX
public int scaleTypeX
minimumX
public double minimumX
maximumX
public double maximumX
scaleTypeY
public int scaleTypeY
minimumY
public double minimumY
maximumY
public double maximumY
showPDF
public boolean showPDF
showCDF
public boolean showCDF
showMean
public boolean showMean
drawEnvelopes
public boolean drawEnvelopes
dateFormatPattern
public java.lang.String dateFormatPattern
Chart.Properties
public Chart.Properties()
Copyright © 1991-2008 XJ Technlogies. All Rights Reserved.