Serialized Form
-
Package org.wicketstuff.jqplot.lib
-
Class org.wicketstuff.jqplot.lib.ChartConfiguration
class ChartConfiguration extends Object implements Serializable- serialVersionUID:
- 7082325039222592701L
-
Serialized Fields
-
animate
Boolean animate
The animate. -
axes
Axes<T extends Serializable> axes
The axes. -
axesDefaults
Axis<T extends Serializable> axesDefaults
The axes defaults. -
canvasOverlay
CanvasOverlay canvasOverlay
The canvas overlay. -
captureRightClick
Boolean captureRightClick
The capture right click. -
cursor
Cursor cursor
The cursor. -
grid
Grid<T extends Serializable> grid
The grid. -
gridPadding
GridPadding gridPadding
The gridPadding attribute -
highlighter
Highlighter highlighter
The highlighter. -
legend
Legend legend
The legend. -
series
Collection<Serie> series
The series. -
seriesColors
Collection<String> seriesColors
The series colors. -
seriesDefaults
SeriesDefaults seriesDefaults
The series defaults. -
showMarker
Boolean showMarker
The show marker. -
stackSeries
Boolean stackSeries
The stack series. -
title
Title title
The title.
-
-
-
Package org.wicketstuff.jqplot.lib.axis
-
Class org.wicketstuff.jqplot.lib.axis.Axis
class Axis extends Object implements Serializable- serialVersionUID:
- -5426777530263336010L
-
Serialized Fields
-
autoScale
Boolean autoScale
The auto scale. -
label
String label
The label. -
labelRenderer
JqPlotResources labelRenderer
The label renderer. -
max
Serializable max
The max. -
min
Serializable min
The min. -
pad
Float pad
The pad. -
padMax
Float padMax
The pad max. -
padMin
Float padMin
The pad min. -
renderer
JqPlotResources renderer
The renderer. -
rendererOptions
RendererOptions rendererOptions
The renderer options. -
show
Boolean show
The show. -
tickInterval
Serializable tickInterval
The tick interval. -
tickOptions
TickOptions tickOptions
The tick options. -
tickRenderer
JqPlotResources tickRenderer
The tick renderer. -
ticks
String[] ticks
The ticks.
-
-
Class org.wicketstuff.jqplot.lib.axis.AxisNumber
- serialVersionUID:
- -1998708048511810440L
-
Class org.wicketstuff.jqplot.lib.axis.AxisString
- serialVersionUID:
- 114531921624782727L
-
Class org.wicketstuff.jqplot.lib.axis.X2Axis
- serialVersionUID:
- 2040916955165481553L
-
Class org.wicketstuff.jqplot.lib.axis.XAxis
- serialVersionUID:
- -6656658483757126503L
-
Class org.wicketstuff.jqplot.lib.axis.Y2Axis
- serialVersionUID:
- -8251587500625732531L
-
Class org.wicketstuff.jqplot.lib.axis.YAxis
- serialVersionUID:
- 1964421050362233742L
-
-
Package org.wicketstuff.jqplot.lib.chart
-
Class org.wicketstuff.jqplot.lib.chart.AbstractChart
class AbstractChart extends Object implements Serializable- serialVersionUID:
- -5744130130488157491L
-
Class org.wicketstuff.jqplot.lib.chart.AreaChart
class AreaChart extends AbstractChart<AreaFillData<T extends Number>,String> implements Serializable - serialVersionUID:
- 6050878600406620553L
-
Serialized Fields
-
chartConfig
ChartConfiguration<String> chartConfig
-
data
AreaFillData<T extends Number> data
The data.
-
-
Class org.wicketstuff.jqplot.lib.chart.BarChart
- serialVersionUID:
- 3650210485517566138L
-
Serialized Fields
-
barData
BarData<T extends Number> barData
-
chartConfig
ChartConfiguration<Long> chartConfig
-
-
Class org.wicketstuff.jqplot.lib.chart.BarSeriesChart
class BarSeriesChart extends AbstractChart<LineSeriesData<I extends Number,V extends Number>, String> implements Serializable - serialVersionUID:
- 3650210485517566138L
-
Serialized Fields
-
barData
LineSeriesData<I extends Number,
V extends Number> barData -
chartConfig
ChartConfiguration<String> chartConfig
-
-
Class org.wicketstuff.jqplot.lib.chart.BubbleChart
- serialVersionUID:
- -8122703368130701972L
-
Serialized Fields
-
bubbleData
BubbleData<BubbleItem> bubbleData
-
chartConfig
ChartConfiguration<String> chartConfig
-
-
Class org.wicketstuff.jqplot.lib.chart.LabeledLineChart
class LabeledLineChart extends AbstractChart<LabeledData<T extends Number>,String> implements Serializable - serialVersionUID:
- -6833884146696085085L
-
Serialized Fields
-
chartConfig
ChartConfiguration<String> chartConfig
-
labeledData
LabeledData<T extends Number> labeledData
-
-
Class org.wicketstuff.jqplot.lib.chart.LineChart
- serialVersionUID:
- -643105267124184518L
-
Serialized Fields
-
chartConfig
ChartConfiguration<String> chartConfig
-
linedData
LinedData<T extends Number> linedData
-
-
Class org.wicketstuff.jqplot.lib.chart.LineSeriesChart
class LineSeriesChart extends AbstractChart<LineSeriesData<I extends Number,V extends Number>, String> implements Serializable - serialVersionUID:
- -563079287340319412L
-
Serialized Fields
-
chartConfig
ChartConfiguration<String> chartConfig
-
data
LineSeriesData<I extends Number,
V extends Number> data
-
-
Class org.wicketstuff.jqplot.lib.chart.MeterGaugeChart
- serialVersionUID:
- -8122703368130701972L
-
Serialized Fields
-
chartConfig
ChartConfiguration<String> chartConfig
-
data
MeterData data
-
-
Class org.wicketstuff.jqplot.lib.chart.PieChart
- serialVersionUID:
- -9078771567964143651L
-
Serialized Fields
-
chartConfig
ChartConfiguration<String> chartConfig
-
data
PieData<T extends Number> data
-
-
Class org.wicketstuff.jqplot.lib.chart.PieDonutChart
class PieDonutChart extends AbstractChart<PieDonutData<T extends Number>,String> implements Serializable - serialVersionUID:
- -4671992800819368331L
-
Serialized Fields
-
chartConfig
ChartConfiguration<String> chartConfig
-
data
PieDonutData<T extends Number> data
-
-
-
Package org.wicketstuff.jqplot.lib.data
-
Class org.wicketstuff.jqplot.lib.data.AbstractCollectionData
class AbstractCollectionData extends Object implements Serializable- serialVersionUID:
- 7797681985474175237L
-
Class org.wicketstuff.jqplot.lib.data.AreaFillData
- serialVersionUID:
- -2456625545492808162L
-
Class org.wicketstuff.jqplot.lib.data.BarData
- serialVersionUID:
- -2087356275172825289L
-
Serialized Fields
-
data
Collection<Collection<T extends Number>> data
The data.
-
-
Class org.wicketstuff.jqplot.lib.data.BubbleData
- serialVersionUID:
- 5564319083971645500L
-
Serialized Fields
-
data
Collection<T extends BubbleItem> data
The data.
-
-
Class org.wicketstuff.jqplot.lib.data.LabeledData
class LabeledData extends AbstractCollectionData<LabeledItem<T extends Number>> implements Serializable- serialVersionUID:
- -1202233319043142424L
-
Serialized Fields
-
data
List<LabeledItem<T extends Number>> data
The data.
-
-
Class org.wicketstuff.jqplot.lib.data.LinedData
- serialVersionUID:
- -550315213084815871L
-
Class org.wicketstuff.jqplot.lib.data.LineSeriesData
class LineSeriesData extends AbstractCollectionData<Collection<LineSeriesItem<I extends Number,V extends Number>>> implements Serializable - serialVersionUID:
- -8490476851004459871L
-
Serialized Fields
-
data
List<Collection<LineSeriesItem<I extends Number,
V extends Number>>> data The data.
-
-
Class org.wicketstuff.jqplot.lib.data.MeterData
- serialVersionUID:
- -1543265764447003656L
-
Class org.wicketstuff.jqplot.lib.data.NumberData
class NumberData extends Object implements Serializable- serialVersionUID:
- 3043833458517563918L
-
Class org.wicketstuff.jqplot.lib.data.PieData
- serialVersionUID:
- 5789136755213249502L
-
Serialized Fields
-
data
Collection<LabeledItem<T extends Number>> data
The data.
-
-
Class org.wicketstuff.jqplot.lib.data.PieDonutData
class PieDonutData extends AbstractCollectionData<Collection<LabeledItem<T extends Number>>> implements Serializable- serialVersionUID:
- -7450037021913733446L
-
Serialized Fields
-
data
Collection<Collection<LabeledItem<T extends Number>>> data
The data.
-
-
-
Package org.wicketstuff.jqplot.lib.data.item
-
Class org.wicketstuff.jqplot.lib.data.item.BubbleItem
class BubbleItem extends Object implements Serializable- serialVersionUID:
- 8361687784430405282L
-
Class org.wicketstuff.jqplot.lib.data.item.LabeledItem
class LabeledItem extends Object implements Serializable- serialVersionUID:
- -3747989015336492114L
-
Class org.wicketstuff.jqplot.lib.data.item.LineSeriesItem
class LineSeriesItem extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
index
I extends Serializable index
The index. -
value
V extends Serializable value
The value.
-
-
-
Package org.wicketstuff.jqplot.lib.elements
-
Class org.wicketstuff.jqplot.lib.elements.Animation
class Animation extends Object implements Serializable- serialVersionUID:
- -4476584768663107303L
-
Serialized Fields
-
speed
Integer speed
-
-
Class org.wicketstuff.jqplot.lib.elements.Axes
class Axes extends Object implements Serializable- serialVersionUID:
- -1464182411022493685L
-
Serialized Fields
-
x2axis
X2Axis<T extends Serializable> x2axis
-
xaxis
XAxis<T extends Serializable> xaxis
-
y2axis
Y2Axis<T extends Serializable> y2axis
-
yaxis
YAxis<T extends Serializable> yaxis
-
-
Class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
class CanvasOverlay extends Object implements Serializable- serialVersionUID:
- 7228237274262615669L
-
Serialized Fields
-
color
String color
The color. -
fadeTooltip
Boolean fadeTooltip
The fadeTooltip. -
lineCap
String lineCap
The line cap. -
lineWidth
Integer lineWidth
The line width. -
name
String name
The name. -
objects
Collection<LineObject> objects
The objects -
shadow
Boolean shadow
The shadow. -
show
Boolean show
The show. -
showTooltip
Boolean showTooltip
The showTooltip. -
showTooltipPrecision
Float showTooltipPrecision
The showTooltipPrecision. -
tooltipFadeSpeed
String tooltipFadeSpeed
The tooltipFadeSpeed. -
tooltipFormatString
String tooltipFormatString
The tooltipFormatString. -
tooltipLocation
String tooltipLocation
The tooltipLocation. -
tooltipOffset
Integer tooltipOffset
The tooltipOffset. -
xOffset
String xOffset
The xOffset.
-
-
Class org.wicketstuff.jqplot.lib.elements.Cursor
class Cursor extends Object implements Serializable- serialVersionUID:
- -2573578555244857373L
-
Serialized Fields
-
clickReset
Boolean clickReset
The click reset. -
constrainOutsideZoom
Boolean constrainOutsideZoom
The constrain outside zoom. -
constrainZoomTo
String constrainZoomTo
'none', 'x' or 'y'. -
cursorLegendFormatString
String cursorLegendFormatString
The cursor legend format string. -
dblClickReset
Boolean dblClickReset
The dbl click reset. -
followMouse
Boolean followMouse
The follow mouse. -
intersectionThreshold
Integer intersectionThreshold
The intersection threshold. -
looseZoom
Boolean looseZoom
The loose zoom. -
show
Boolean show
The show. -
showCursorLegend
Boolean showCursorLegend
The show cursor legend. -
showHorizontalLine
Boolean showHorizontalLine
The show horizontal line. -
showTooltip
Boolean showTooltip
The show tooltip. -
showTooltipDataPosition
Boolean showTooltipDataPosition
The show tooltip data position. -
showTooltipGridPosition
Boolean showTooltipGridPosition
The show tooltip grid position. -
showTooltipOutsideZoom
Boolean showTooltipOutsideZoom
The show tooltip outside zoom. -
showTooltipUnitPosition
Boolean showTooltipUnitPosition
The show tooltip unit position. -
showVerticalLine
Boolean showVerticalLine
The show vertical line. -
style
String style
The style. -
tooltipAxisGroups
String tooltipAxisGroups
Show position for the specified axes. This is an array like [['xaxis', 'yaxis'], ['xaxis', 'y2axis']] Default is to compute automatically for all visible axes. -
tooltipFormatString
String tooltipFormatString
The tooltip format string. -
tooltipLocation
Location tooltipLocation
The tooltip location. -
tooltipOffset
Integer tooltipOffset
The tooltip offset. -
useAxesFormatters
Boolean useAxesFormatters
The use axes formatters. -
zoom
Boolean zoom
The zoom.
-
-
Class org.wicketstuff.jqplot.lib.elements.DashedHorizontalLine
class DashedHorizontalLine extends HorizontalLine implements Serializable- serialVersionUID:
- 7228237374262615669L
-
Serialized Fields
-
dashPattern
Collection<Integer> dashPattern
The dash pattern.
-
-
Class org.wicketstuff.jqplot.lib.elements.DashedVerticalLine
class DashedVerticalLine extends VerticalLine implements Serializable- serialVersionUID:
- 7228237374862615669L
-
Serialized Fields
-
dashPattern
Collection<Integer> dashPattern
The dash pattern.
-
-
Class org.wicketstuff.jqplot.lib.elements.ElemContainer
class ElemContainer extends Object implements Serializable- serialVersionUID:
- -3849421146501469906L
-
Class org.wicketstuff.jqplot.lib.elements.FillBetween
class FillBetween extends Object implements Serializable- serialVersionUID:
- 8516029001505871387L
-
Class org.wicketstuff.jqplot.lib.elements.Grid
class Grid extends Object implements Serializable- serialVersionUID:
- 5478580499167992682L
-
Serialized Fields
-
axis
Axis<T extends Serializable>[] axis
The axis. -
background
String background
The background. -
borderColor
String borderColor
The border color. -
borderWidth
Double borderWidth
The border width. -
bottom
Float bottom
The bottom. -
drawBorder
Boolean drawBorder
The draw border. -
drawGridLines
Boolean drawGridLines
The draw grid lines. -
gridLineColor
String gridLineColor
The grid line color. -
gridLineWidth
Double gridLineWidth
The grid line width. -
height
Float height
The height. -
left
Float left
The left. -
rendererOptions
String[] rendererOptions
The renderer options. -
right
Float right
The right. -
shadow
Boolean shadow
The shadow. -
shadowAlpha
String shadowAlpha
The shadow alpha. -
shadowAngle
Double shadowAngle
The shadow angle. -
shadowColor
String shadowColor
The shadow color. -
shadowDepth
Double shadowDepth
The shadow depth. -
shadowOffset
Double shadowOffset
The shadow offset. -
shadowWidth
Double shadowWidth
The shadow width. -
top
Float top
The top. -
width
Float width
The width.
-
-
Class org.wicketstuff.jqplot.lib.elements.GridPadding
class GridPadding extends Object implements Serializable- serialVersionUID:
- 5716187389339583925L
-
Class org.wicketstuff.jqplot.lib.elements.Highlighter
class Highlighter extends Object implements Serializable- serialVersionUID:
- 6872308828768070373L
-
Serialized Fields
-
bringSeriesToFront
Boolean bringSeriesToFront
true to bring the series of the highlighted point to the front of other series -
fadeTooltip
Boolean fadeTooltip
true = fade in/out tooltip, false = show/hide tooltip -
formatString
String formatString
alternative to tooltipFormatString will format the whole tooltip text, populating with x, y values as indicated by tooltipAxes option. -
lineWidthAdjust
Double lineWidthAdjust
Pixels to add to the lineWidth of the highlight. -
show
Boolean show
true to show the highlight -
showMarker
Boolean showMarker
true to show the marker -
showTooltip
Boolean showTooltip
true to show a tooltip with the point values. -
sizeAdjust
Double sizeAdjust
Pixels to add to the overall size of the highlight. -
tooltipAxes
TooltipAxes tooltipAxes
Which axes to display in tooltip, ‘x’, ‘y’ or ‘both’, ‘xy’ or ‘yx’ ‘both’ and ‘xy’ are equivalent, ‘yx’ reverses order of labels. -
tooltipFadeSpeed
String tooltipFadeSpeed
‘slow’, ‘def’, ‘fast’, or number of milliseconds. -
tooltipFormatString
String tooltipFormatString
sprintf format string for the tooltip. -
tooltipLocation
Location tooltipLocation
Where to position tooltip, ‘n’, ‘ne’, ‘e’, ‘se’, ‘s’, ‘sw’, ‘w’, ‘nw’ -
tooltipOffset
Double tooltipOffset
Pixel offset of tooltip from the highlight. -
useAxesFormatters
Boolean useAxesFormatters
Use the x and y axes formatters to format the text in the tooltip. Must be 'false' for the 'tooltipFormatString' to take effect -
yvalues
Integer yvalues
Number of y values to expect in the data point array. Typically this is 1. Certain plots, like OHLC, will have more y values in each data point array
-
-
Class org.wicketstuff.jqplot.lib.elements.HorizontalLine
class HorizontalLine extends Line implements Serializable- serialVersionUID:
- 7228237374262625669L
-
Class org.wicketstuff.jqplot.lib.elements.Legend
class Legend extends Object implements Serializable- serialVersionUID:
- 7228235274262615669L
-
Serialized Fields
-
background
String background
The background. -
border
String border
The border. -
escapeHtml
Boolean escapeHtml
The escape html. -
fontFamily
String fontFamily
The font family. -
lables
String[] lables
The lables. -
location
Location location
The location. -
marginBottom
String marginBottom
The margin bottom. -
marginLeft
String marginLeft
The margin left. -
marginRight
String marginRight
The margin right. -
marginTop
String marginTop
The margin top. -
options
String options
The options. -
placement
String placement
The placement. -
preDraw
Boolean preDraw
The pre draw. -
renderer
JqPlotResources renderer
The renderer. -
rendererOptions
LegendRenderer rendererOptions
The Render Options -
show
Boolean show
The show. -
showLables
Boolean showLables
The show lables. -
showSwatches
Boolean showSwatches
The show swatches. -
xoffset
Double xoffset
The xoffset. -
yoffset
Double yoffset
The yoffset.
-
-
Class org.wicketstuff.jqplot.lib.elements.LegendRenderer
class LegendRenderer extends Object implements Serializable- serialVersionUID:
- 8595187092890943392L
-
Serialized Fields
-
background
String background
-
border
String border
-
fontFamily
String fontFamily
-
fontSize
String fontSize
-
marginBotton
String marginBotton
-
marginLeft
String marginLeft
-
marginRight
String marginRight
-
marginTop
String marginTop
-
numberColumns
Integer numberColumns
-
numberRows
Integer numberRows
-
textColor
String textColor
-
-
Class org.wicketstuff.jqplot.lib.elements.Line
class Line extends CanvasOverlay implements Serializable- serialVersionUID:
- 7228237374262625679L
-
Serialized Fields
-
start
Collection<Integer> start
The start. -
stop
Collection<Integer> stop
The stop.
-
-
Class org.wicketstuff.jqplot.lib.elements.LineObject
class LineObject extends Object implements Serializable- serialVersionUID:
- -1464182411022493695L
-
Serialized Fields
-
dashedHorizontalLine
DashedHorizontalLine dashedHorizontalLine
-
dashedVerticalLine
DashedVerticalLine dashedVerticalLine
-
horizontalLine
HorizontalLine horizontalLine
-
verticalLine
VerticalLine verticalLine
-
-
Class org.wicketstuff.jqplot.lib.elements.MarkerOptions
class MarkerOptions extends Object implements Serializable- serialVersionUID:
- 3501054776797812489L
-
Serialized Fields
-
color
String color
The color. -
lineWidth
Integer lineWidth
The line width. -
shadow
Boolean shadow
The shadow. -
shadowAlpha
String shadowAlpha
The shadow alpha. -
shadowAngle
Float shadowAngle
The shadow angle. -
shadowDepth
Integer shadowDepth
The shadow depth. -
shadowOffset
Integer shadowOffset
The shadow offset. -
shadowRenderer
JqPlotResources shadowRenderer
The shadow renderer. -
shapeRenderer
JqPlotResources shapeRenderer
The shape renderer. -
show
Boolean show
The show. -
size
Float size
The size. -
style
String style
The style.
-
-
Class org.wicketstuff.jqplot.lib.elements.PointLabels
class PointLabels extends Object implements Serializable- serialVersionUID:
- -2768644134500702341L
-
Class org.wicketstuff.jqplot.lib.elements.RendererOptions
class RendererOptions extends Object implements Serializable- serialVersionUID:
- -3555383297912526665L
-
Serialized Fields
-
animation
Animation animation
The animation. -
barDirection
String barDirection
The bar direction. -
barMargin
Integer barMargin
The bar margi n. -
barWidth
Integer barWidth
The bar width. -
bubbleAlpha
Float bubbleAlpha
The bubble alpha. -
bubbleGradients
Boolean bubbleGradients
The bubble gradients. -
dataLabels
String dataLabels
The data labels. -
fill
Boolean fill
The fill. -
fillToZero
Boolean fillToZero
The fillToZero -
fillZero
Boolean fillZero
The fill zero. -
forceTickAt0
Boolean forceTickAt0
The force tick at zero. -
forceTickAt100
Boolean forceTickAt100
The force tick at 100. -
highlightAlpha
Float highlightAlpha
The highlight alpha. -
highlightMouseDown
Boolean highlightMouseDown
The highlight mouse down. -
intervalColors
List<String> intervalColors
The interval colors. -
intervalOuterRadius
Integer intervalOuterRadius
The interval outer radius. -
intervals
List<Integer> intervals
The intervals. -
label
String label
The label. -
labelHeightAdjust
Integer labelHeightAdjust
The label height adjust. -
labelPosition
String labelPosition
The label position. -
lineWidth
Integer lineWidth
The line width. -
marginTop
String marginTop
The margin top. -
max
Integer max
The max. -
min
Integer min
The min. -
numberRows
Integer numberRows
The number rows. -
padding
Integer padding
The padding. -
showDataLabels
Boolean showDataLabels
The show data labels. -
showLables
Boolean showLables
The show lables. -
showTickLabels
Boolean showTickLabels
The show tick labels. -
sliceMargin
Integer sliceMargin
The slice margin. -
smooth
Boolean smooth
The smooth. -
startAngle
Integer startAngle
The start angle. -
varyBarColor
Boolean varyBarColor
The vary bar color.
-
-
Class org.wicketstuff.jqplot.lib.elements.Serie
class Serie extends Object implements Serializable- serialVersionUID:
- 7138260563176853708L
-
Serialized Fields
-
color
String color
The color. -
fill
Boolean fill
The fill. -
label
String label
The label. -
lineWidth
Integer lineWidth
The line width. -
markerOptions
MarkerOptions markerOptions
The marker options. -
renderer
JqPlotResources renderer
The renderer. -
rendererOptions
RendererOptions rendererOptions
The renderer options. -
shadow
Boolean shadow
The shadow. -
shadowAlpha
String shadowAlpha
The shadow alpha. -
shadowDepth
Integer shadowDepth
The shadow depth. -
showAlpha
Boolean showAlpha
The show alpha. -
showLine
Boolean showLine
The show line. -
showMarker
Boolean showMarker
The show marker.
-
-
Class org.wicketstuff.jqplot.lib.elements.SeriesDefaults
class SeriesDefaults extends Serie implements Serializable- serialVersionUID:
- -7921968769382552293L
-
Serialized Fields
-
pointLabels
PointLabels pointLabels
-
trendline
Trendline trendline
-
-
Class org.wicketstuff.jqplot.lib.elements.TickOptions
class TickOptions extends Object implements Serializable- serialVersionUID:
- -8139093369426118021L
-
Serialized Fields
-
angle
Integer angle
The angle. -
escapeHTML
Boolean escapeHTML
The escape html. -
fontFamily
String fontFamily
The font family. -
fontSize
String fontSize
The font size. -
fontStretch
Double fontStretch
The font stretch. -
fontWeight
String fontWeight
The font weight. -
formatString
String formatString
The format string. -
isMinorTick
Boolean isMinorTick
The is minor tick. -
label
String label
The label. -
labelPosition
String labelPosition
The label position. -
mark
String mark
The mark. -
markSize
Integer markSize
The mark size. -
prefix
String prefix
The prefix. -
show
Boolean show
The show. -
showGridline
Boolean showGridline
The show gridline. -
showLabel
Boolean showLabel
The show label. -
showMark
Boolean showMark
The show mark. -
textColor
String textColor
The text color.
-
-
Class org.wicketstuff.jqplot.lib.elements.Title
class Title extends Object implements Serializable- serialVersionUID:
- -277067293084389272L
-
Serialized Fields
-
escapeHtml
String escapeHtml
The escape html. -
fontFamily
String fontFamily
The font family. -
fontSize
String fontSize
The font size. -
fontWeight
String fontWeight
The font weight. -
renderer
String renderer
The renderer. -
rendererOptions
String rendererOptions
The renderer options. -
show
Boolean show
The show. -
text
String text
The text. -
textAlign
String textAlign
The text align. -
textColor
String textColor
The text color.
-
-
Class org.wicketstuff.jqplot.lib.elements.Trendline
class Trendline extends Object implements Serializable- serialVersionUID:
- -2866673142982586438L
-
Class org.wicketstuff.jqplot.lib.elements.VerticalLine
class VerticalLine extends Line implements Serializable- serialVersionUID:
- 7228237374962625669L
-