public class ChartOptions extends Options
| Modifier and Type | Field and Description |
|---|---|
Boolean |
alignTicks
When using multiple axis, the ticks of two or more opposite axes will automatically be
aligned by adding ticks to the axis or axes with the least ticks.
|
Object |
animation
Set the overall animation for all chart updating.
|
String |
backgroundColor
The background color or gradient for the outer chart area.
|
String |
borderColor
The color of the outer chart border.
|
Integer |
borderRadius
The corner radius of the outer chart border.
|
Integer |
borderWidth
The pixel width of the outer chart border.
|
String |
className
A CSS class name to apply to the charts container div, allowing unique CSS styling for each
chart.
|
Integer |
height
An explicit height for the chart.
|
Boolean |
ignoreHiddenSeries
If true, the axes will scale to the remaining visible series once one series is hidden.
|
Boolean |
inverted
Whether to invert the axes so that the x axis is vartical and y axis is horizontal.
|
Integer |
marginBottom
The margin between the bottom outer edge of the chart and the plot area.
|
Integer |
marginLeft
The margin between the left outer edge of the chart and the plot area.
|
Integer |
marginRight
The margin between the right outer edge of the chart and the plot area.
|
Integer |
marginTop
The margin between the top outer edge of the chart and the plot area.
|
ThreeDOptions |
options3d
Options to render charts in 3 dimensions.
|
String |
plotBackgroundColor
The background color or gradient for the plot area.
|
String |
plotBackgroundImage
The URL for an image to use as the plot background.
|
String |
plotBorderColor
The color of the inner chart or plot area border.
|
Integer |
plotBorderWidth
The pixel width of the plot area border.
|
Object |
plotShadow
Whether to apply a drop shadow to the plot area.
|
Boolean |
polar
When true, Cartesian charts like line, spline, area and column are transformed into the polar
coordinate system.
|
protected Boolean |
reflow
Whether to reflow the chart to fit the width of the container div on resizing the window.
|
protected String |
renderTo
Id of the parent element that will host the chart.
|
Object |
resetZoomButton
The button that appears after a selection zoom, allowing the user to reset zoom.
|
String |
selectionMarkerFill
The background color of the marker square when selecting (zooming in on) an area of the
chart.
|
Boolean |
shadow
Whether to apply a drop shadow to the outer chart area.
|
Boolean |
showAxes
Whether to show the axes initially.
|
Integer |
spacingBottom
The space between the bottom edge of the chart and the content (plot area, axis title and
labels, title, subtitle or legend in top position).
|
Integer |
spacingLeft
The space between the left edge of the chart and the content (plot area, axis title and
labels, title, subtitle or legend in top position).
|
Integer |
spacingRight
The space between the right edge of the chart and the content (plot area, axis title and
labels, title, subtitle or legend in top position).
|
Integer |
spacingTop
The space between the top edge of the chart and the content (plot area, axis title and
labels, title, subtitle or legend in top position).
|
StyleOptions |
style
Additional CSS styles to apply inline to the container div.
|
protected String |
type
The series type.
|
Integer |
width
An explicit width for the chart.
|
ZoomType |
zoomType
Decides in what dimensions the user can zoom by dragging the mouse.
|
| Constructor and Description |
|---|
ChartOptions() |
public Boolean alignTicks
public Object animation
public String backgroundColor
public String borderColor
public Integer borderRadius
public Integer borderWidth
public String className
public Integer height
public Boolean ignoreHiddenSeries
public Boolean inverted
public Integer marginBottom
public Integer marginLeft
public Integer marginRight
public Integer marginTop
public final ThreeDOptions options3d
public String plotBackgroundColor
public String plotBackgroundImage
public String plotBorderColor
public Integer plotBorderWidth
public Object plotShadow
ShadowOptionspublic Boolean polar
protected final Boolean reflow
protected String renderTo
public Object resetZoomButton
public String selectionMarkerFill
public Boolean shadow
ShadowOptionspublic Boolean showAxes
public Integer spacingBottom
public Integer spacingLeft
public Integer spacingRight
public Integer spacingTop
public final StyleOptions style
fontFamily: '"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif'
fontSize: '12px'
protected String type
public Integer width
public ZoomType zoomType
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.