B4J Programming Press on the image to return to the main documentation page.

jCharts

Written by F. Leneuf-Magaud (Informatix)

List of types:

AreaChart
BarChart
BubbleChart
CategoryAxis
LineChart
NodeBounds
NumberAxis
PieChart
PieData
ScatterChart
StackedAreaChart
StackedBarChart
XYCoord
XYSeries

AreaChart


Events:

MouseDragged(Event As MouseEvent)
MouseEntered(Event As MouseEvent)
MouseExited(Event As MouseEvent)
MouseMoved(Event As MouseEvent)
MousePressed(Event As MouseEvent)
MouseReleased(Event As MouseEvent)

Members:


  AddAllSeries (XYSeries() As XYSeries)

  AddSeries (XYSeries As XYSeries)

  Alpha As Double

  AlternativeColumnFillVisible As Boolean

  AlternativeRowFillVisible As Boolean

  Animated As Boolean

  CreateSymbols As Boolean

  Enabled As Boolean

  GetChildNodeBounds (Node As String) As NodeBounds

  GetChildStyleMap (ChildNode As String) As Map

  HorizontalGridLinesVisible As Boolean

  HorizontalZeroLineVisible As Boolean

  Id As String

  Initialize (XAxis As javafx.scene.chart.Axis, YAxis As javafx.scene.chart.Axis, EventPrefix As String, EventPrefixForPlot As String)

  IsInitialized As Boolean

  Left As Double

  LegendSide As javafx.geometry.Side

  LegendVisible As Boolean

  MouseCursor As javafx.scene.Cursor

  MouseToAxis (Event As MouseEventWrapper) As XYCoord

  Parent As ConcreteNodeWrapper [read only]

  PrefHeight As Double

  PrefWidth As Double

  RemoveNodeFromParent

  RemoveSeries (XYSeries As XYSeries)

  RequestFocus

  Series As List [read only]

  SetAlphaAnimated (arg0 As Int, arg1 As Double)

  SetChildStyleMap (ChildNode As String, M As Map)

  SetSize (arg0 As Double, arg1 As Double)

  SIDE_BOTTOM As javafx.geometry.Side

  SIDE_LEFT As javafx.geometry.Side

  SIDE_RIGHT As javafx.geometry.Side

  SIDE_TOP As javafx.geometry.Side

  Snapshot As ImageWrapper

  Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper

  Style As String

  StyleClasses As List [read only]

  StyleMap As Map

  Tag As Object

  Title As String

  TitleSide As javafx.geometry.Side

  Top As Double

  VerticalGridLinesVisible As Boolean

  VerticalZeroLineVisible As Boolean

  Visible As Boolean

  XAxis As Object [read only]

  YAxis As Object [read only]

Members description:

AddAllSeries (XYSeries() As XYSeries)
AddSeries (XYSeries As XYSeries)
Alpha As Double
AlternativeColumnFillVisible As Boolean
Gets or sets whether the alternative vertical columns will have fills (default = False).
AlternativeRowFillVisible As Boolean
Gets or sets whether the alternative horizontal rows will have fills (default = True).
Animated As Boolean
Gets or sets whether data changes will be animated or not (default = True).
CreateSymbols As Boolean
Enabled As Boolean
GetChildNodeBounds (Node As String) As NodeBounds
Returns the position and size of the specified child node. Should be called only after the chart is displayed.
GetChildStyleMap (ChildNode As String) As Map
Gets the Map containing the style properties of the specified child node.
HorizontalGridLinesVisible As Boolean
Gets or sets whether the horizontal grid lines should be drawn (default = True).
HorizontalZeroLineVisible As Boolean
Gets or sets whether an additional axis line will be drawn at the zero point when the horizontal axis has both positive and negative values (default = True).
Id As String
Initialize (XAxis As javafx.scene.chart.Axis, YAxis As javafx.scene.chart.Axis, EventPrefix As String, EventPrefixForPlot As String)
IsInitialized As Boolean
Left As Double
LegendSide As javafx.geometry.Side
Gets or sets the side of the chart where the legend should be displayed (one of the SIDE_ constants).
LegendVisible As Boolean
Gets or sets whether the legend is visible (default = True).
MouseCursor As javafx.scene.Cursor
MouseToAxis (Event As MouseEventWrapper) As XYCoord
Transforms the mouse position into axis coordinates.
Parent As ConcreteNodeWrapper [read only]
PrefHeight As Double
PrefWidth As Double
RemoveNodeFromParent
RemoveSeries (XYSeries As XYSeries)
RequestFocus
Series As List [read only]
Returns the list of all series currently displayed.
SetAlphaAnimated (arg0 As Int, arg1 As Double)
SetChildStyleMap (ChildNode As String, M As Map)
Sets the Map containing the style properties of the specified child node.
SetSize (arg0 As Double, arg1 As Double)
SIDE_BOTTOM As javafx.geometry.Side
SIDE_LEFT As javafx.geometry.Side
SIDE_RIGHT As javafx.geometry.Side
SIDE_TOP As javafx.geometry.Side
Snapshot As ImageWrapper
Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper
Style As String
StyleClasses As List [read only]
StyleMap As Map
Gets or sets the Map containing the style properties of this chart.
Tag As Object
Title As String
Gets or sets the chart title.
TitleSide As javafx.geometry.Side
Gets or sets the side of the chart where the title should be displayed (one of the SIDE_ constants).
Top As Double
VerticalGridLinesVisible As Boolean
Gets or sets whether the vertical grid lines should be drawn (default = True).
VerticalZeroLineVisible As Boolean
Gets or sets whether an additional axis line will be drawn at the zero point when the vertical axis has both positive and negative values (default = True).
Visible As Boolean
XAxis As Object [read only]
Gets the horizontal axis.
YAxis As Object [read only]
Gets the vertical axis.

BarChart


Events:

MouseDragged(Event As MouseEvent)
MouseEntered(Event As MouseEvent)
MouseExited(Event As MouseEvent)
MouseMoved(Event As MouseEvent)
MousePressed(Event As MouseEvent)
MouseReleased(Event As MouseEvent)

Members:


  AddAllSeries (XYSeries() As XYSeries)

  AddSeries (XYSeries As XYSeries)

  Alpha As Double

  AlternativeColumnFillVisible As Boolean

  AlternativeRowFillVisible As Boolean

  Animated As Boolean

  BarGap As Double

  CategoryGap As Double

  Enabled As Boolean

  GetChildNodeBounds (Node As String) As NodeBounds

  GetChildStyleMap (ChildNode As String) As Map

  HorizontalGridLinesVisible As Boolean

  HorizontalZeroLineVisible As Boolean

  Id As String

  Initialize (XAxis As javafx.scene.chart.Axis, YAxis As javafx.scene.chart.Axis, EventPrefix As String, EventPrefixForPlot As String)

  IsInitialized As Boolean

  Left As Double

  LegendSide As javafx.geometry.Side

  LegendVisible As Boolean

  MouseCursor As javafx.scene.Cursor

  MouseToAxis (Event As MouseEventWrapper) As XYCoord

  Parent As ConcreteNodeWrapper [read only]

  PrefHeight As Double

  PrefWidth As Double

  RemoveNodeFromParent

  RemoveSeries (XYSeries As XYSeries)

  RequestFocus

  Series As List [read only]

  SetAlphaAnimated (arg0 As Int, arg1 As Double)

  SetChildStyleMap (ChildNode As String, M As Map)

  SetSize (arg0 As Double, arg1 As Double)

  SIDE_BOTTOM As javafx.geometry.Side

  SIDE_LEFT As javafx.geometry.Side

  SIDE_RIGHT As javafx.geometry.Side

  SIDE_TOP As javafx.geometry.Side

  Snapshot As ImageWrapper

  Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper

  Style As String

  StyleClasses As List [read only]

  StyleMap As Map

  Tag As Object

  Title As String

  TitleSide As javafx.geometry.Side

  Top As Double

  VerticalGridLinesVisible As Boolean

  VerticalZeroLineVisible As Boolean

  Visible As Boolean

  XAxis As Object [read only]

  YAxis As Object [read only]

Members description:

AddAllSeries (XYSeries() As XYSeries)
AddSeries (XYSeries As XYSeries)
Alpha As Double
AlternativeColumnFillVisible As Boolean
Gets or sets whether the alternative vertical columns will have fills (default = False).
AlternativeRowFillVisible As Boolean
Gets or sets whether the alternative horizontal rows will have fills (default = True).
Animated As Boolean
Gets or sets whether data changes will be animated or not (default = True).
BarGap As Double
CategoryGap As Double
Enabled As Boolean
GetChildNodeBounds (Node As String) As NodeBounds
Returns the position and size of the specified child node. Should be called only after the chart is displayed.
GetChildStyleMap (ChildNode As String) As Map
Gets the Map containing the style properties of the specified child node.
HorizontalGridLinesVisible As Boolean
Gets or sets whether the horizontal grid lines should be drawn (default = True).
HorizontalZeroLineVisible As Boolean
Gets or sets whether an additional axis line will be drawn at the zero point when the horizontal axis has both positive and negative values (default = True).
Id As String
Initialize (XAxis As javafx.scene.chart.Axis, YAxis As javafx.scene.chart.Axis, EventPrefix As String, EventPrefixForPlot As String)
IsInitialized As Boolean
Left As Double
LegendSide As javafx.geometry.Side
Gets or sets the side of the chart where the legend should be displayed (one of the SIDE_ constants).
LegendVisible As Boolean
Gets or sets whether the legend is visible (default = True).
MouseCursor As javafx.scene.Cursor
MouseToAxis (Event As MouseEventWrapper) As XYCoord
Transforms the mouse position into axis coordinates.
Parent As ConcreteNodeWrapper [read only]
PrefHeight As Double
PrefWidth As Double
RemoveNodeFromParent
RemoveSeries (XYSeries As XYSeries)
RequestFocus
Series As List [read only]
Returns the list of all series currently displayed.
SetAlphaAnimated (arg0 As Int, arg1 As Double)
SetChildStyleMap (ChildNode As String, M As Map)
Sets the Map containing the style properties of the specified child node.
SetSize (arg0 As Double, arg1 As Double)
SIDE_BOTTOM As javafx.geometry.Side
SIDE_LEFT As javafx.geometry.Side
SIDE_RIGHT As javafx.geometry.Side
SIDE_TOP As javafx.geometry.Side
Snapshot As ImageWrapper
Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper
Style As String
StyleClasses As List [read only]
StyleMap As Map
Gets or sets the Map containing the style properties of this chart.
Tag As Object
Title As String
Gets or sets the chart title.
TitleSide As javafx.geometry.Side
Gets or sets the side of the chart where the title should be displayed (one of the SIDE_ constants).
Top As Double
VerticalGridLinesVisible As Boolean
Gets or sets whether the vertical grid lines should be drawn (default = True).
VerticalZeroLineVisible As Boolean
Gets or sets whether an additional axis line will be drawn at the zero point when the vertical axis has both positive and negative values (default = True).
Visible As Boolean
XAxis As Object [read only]
Gets the horizontal axis.
YAxis As Object [read only]
Gets the vertical axis.

BubbleChart


Events:

MouseDragged(Event As MouseEvent)
MouseEntered(Event As MouseEvent)
MouseExited(Event As MouseEvent)
MouseMoved(Event As MouseEvent)
MousePressed(Event As MouseEvent)
MouseReleased(Event As MouseEvent)

Members:


  AddAllSeries (XYSeries() As XYSeries)

  AddSeries (XYSeries As XYSeries)

  Alpha As Double

  AlternativeColumnFillVisible As Boolean

  AlternativeRowFillVisible As Boolean

  Animated As Boolean

  Enabled As Boolean

  GetChildNodeBounds (Node As String) As NodeBounds

  GetChildStyleMap (ChildNode As String) As Map

  HorizontalGridLinesVisible As Boolean

  HorizontalZeroLineVisible As Boolean

  Id As String

  Initialize (XAxis As javafx.scene.chart.Axis, YAxis As javafx.scene.chart.Axis, EventPrefix As String, EventPrefixForPlot As String)

  IsInitialized As Boolean

  Left As Double

  LegendSide As javafx.geometry.Side

  LegendVisible As Boolean

  MouseCursor As javafx.scene.Cursor

  MouseToAxis (Event As MouseEventWrapper) As XYCoord

  Parent As ConcreteNodeWrapper [read only]

  PrefHeight As Double

  PrefWidth As Double

  RemoveNodeFromParent

  RemoveSeries (XYSeries As XYSeries)

  RequestFocus

  Series As List [read only]

  SetAlphaAnimated (arg0 As Int, arg1 As Double)

  SetChildStyleMap (ChildNode As String, M As Map)

  SetSize (arg0 As Double, arg1 As Double)

  SIDE_BOTTOM As javafx.geometry.Side

  SIDE_LEFT As javafx.geometry.Side

  SIDE_RIGHT As javafx.geometry.Side

  SIDE_TOP As javafx.geometry.Side

  Snapshot As ImageWrapper

  Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper

  Style As String

  StyleClasses As List [read only]

  StyleMap As Map

  Tag As Object

  Title As String

  TitleSide As javafx.geometry.Side

  Top As Double

  VerticalGridLinesVisible As Boolean

  VerticalZeroLineVisible As Boolean

  Visible As Boolean

  XAxis As Object [read only]

  YAxis As Object [read only]

Members description:

AddAllSeries (XYSeries() As XYSeries)
AddSeries (XYSeries As XYSeries)
Alpha As Double
AlternativeColumnFillVisible As Boolean
Gets or sets whether the alternative vertical columns will have fills (default = False).
AlternativeRowFillVisible As Boolean
Gets or sets whether the alternative horizontal rows will have fills (default = True).
Animated As Boolean
Gets or sets whether data changes will be animated or not (default = True).
Enabled As Boolean
GetChildNodeBounds (Node As String) As NodeBounds
Returns the position and size of the specified child node. Should be called only after the chart is displayed.
GetChildStyleMap (ChildNode As String) As Map
Gets the Map containing the style properties of the specified child node.
HorizontalGridLinesVisible As Boolean
Gets or sets whether the horizontal grid lines should be drawn (default = True).
HorizontalZeroLineVisible As Boolean
Gets or sets whether an additional axis line will be drawn at the zero point when the horizontal axis has both positive and negative values (default = True).
Id As String
Initialize (XAxis As javafx.scene.chart.Axis, YAxis As javafx.scene.chart.Axis, EventPrefix As String, EventPrefixForPlot As String)
IsInitialized As Boolean
Left As Double
LegendSide As javafx.geometry.Side
Gets or sets the side of the chart where the legend should be displayed (one of the SIDE_ constants).
LegendVisible As Boolean
Gets or sets whether the legend is visible (default = True).
MouseCursor As javafx.scene.Cursor
MouseToAxis (Event As MouseEventWrapper) As XYCoord
Transforms the mouse position into axis coordinates.
Parent As ConcreteNodeWrapper [read only]
PrefHeight As Double
PrefWidth As Double
RemoveNodeFromParent
RemoveSeries (XYSeries As XYSeries)
RequestFocus
Series As List [read only]
Returns the list of all series currently displayed.
SetAlphaAnimated (arg0 As Int, arg1 As Double)
SetChildStyleMap (ChildNode As String, M As Map)
Sets the Map containing the style properties of the specified child node.
SetSize (arg0 As Double, arg1 As Double)
SIDE_BOTTOM As javafx.geometry.Side
SIDE_LEFT As javafx.geometry.Side
SIDE_RIGHT As javafx.geometry.Side
SIDE_TOP As javafx.geometry.Side
Snapshot As ImageWrapper
Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper
Style As String
StyleClasses As List [read only]
StyleMap As Map
Gets or sets the Map containing the style properties of this chart.
Tag As Object
Title As String
Gets or sets the chart title.
TitleSide As javafx.geometry.Side
Gets or sets the side of the chart where the title should be displayed (one of the SIDE_ constants).
Top As Double
VerticalGridLinesVisible As Boolean
Gets or sets whether the vertical grid lines should be drawn (default = True).
VerticalZeroLineVisible As Boolean
Gets or sets whether an additional axis line will be drawn at the zero point when the vertical axis has both positive and negative values (default = True).
Visible As Boolean
XAxis As Object [read only]
Gets the horizontal axis.
YAxis As Object [read only]
Gets the vertical axis.

CategoryAxis


Events:

MouseDragged(Event As MouseEvent)
MouseMoved(Event As MouseEvent)
MousePressed(Event As MouseEvent)
MouseReleased(Event As MouseEvent)

Members:


  Alpha As Double

  Animated As Boolean

  AutoRanging As Boolean

  CategorySpacing As Double [read only]

  Enabled As Boolean

  EndMargin As Double

  GapStartAndEnd As Boolean

  GetDisplayPosition (Value As String) As Double

  GetValueForDisplay (Position As Double) As Object

  Id As String

  Initialize (EventPrefix As String)

  IsInitialized As Boolean

  Label As String

  Left As Double

  MouseCursor As javafx.scene.Cursor

  Parent As ConcreteNodeWrapper [read only]

  PrefHeight As Double

  PrefWidth As Double

  RemoveNodeFromParent

  RequestFocus

  SetAlphaAnimated (arg0 As Int, arg1 As Double)

  SetSize (arg0 As Double, arg1 As Double)

  Side As javafx.geometry.Side

  SIDE_BOTTOM As javafx.geometry.Side

  SIDE_LEFT As javafx.geometry.Side

  SIDE_RIGHT As javafx.geometry.Side

  SIDE_TOP As javafx.geometry.Side

  Snapshot As ImageWrapper

  Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper

  StartMargin As Double

  Style As String

  StyleClasses As List [read only]

  Tag As Object

  TickLabelFont As javafx.scene.text.Font

  TickLabelGap As Double

  TickLabelRotation As Double

  TickLabelsVisible As Boolean

  TickLength As Double

  TickMarkVisible As Boolean

  Top As Double

  Visible As Boolean

Members description:

Alpha As Double
Animated As Boolean
Gets or sets whether the changes to axis range will be animated or not (default = True).
AutoRanging As Boolean
Gets or sets whether the axis determines its range from the data automatically (default = True).
CategorySpacing As Double [read only]
Gets the gap between one category and the next along this axis.
Enabled As Boolean
EndMargin As Double
Gets or sets the margin between the last tick mark and the axis end.
GapStartAndEnd As Boolean
Gets or sets whether half the space between ticks is left at the start and end (default = True).
GetDisplayPosition (Value As String) As Double
Gets the display position along this axis for a given value. If the value is not equal to any of the categories, NaN is returned.
GetValueForDisplay (Position As Double) As Object
Returns the nearest data value to the given pixel position or Null if not on axis.
Id As String
Initialize (EventPrefix As String)
IsInitialized As Boolean
Label As String
Gets or sets the axis label.
Left As Double
MouseCursor As javafx.scene.Cursor
Parent As ConcreteNodeWrapper [read only]
PrefHeight As Double
PrefWidth As Double
RemoveNodeFromParent
RequestFocus
SetAlphaAnimated (arg0 As Int, arg1 As Double)
SetSize (arg0 As Double, arg1 As Double)
Side As javafx.geometry.Side
Gets or sets the side of the plot which this axis is being drawn on (one of the SIDE_ constants).
SIDE_BOTTOM As javafx.geometry.Side
SIDE_LEFT As javafx.geometry.Side
SIDE_RIGHT As javafx.geometry.Side
SIDE_TOP As javafx.geometry.Side
Snapshot As ImageWrapper
Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper
StartMargin As Double
Gets or sets the margin between the axis start and the first tick-mark.
Style As String
StyleClasses As List [read only]
Tag As Object
TickLabelFont As javafx.scene.text.Font
Gets or sets the font for all tick labels.
TickLabelGap As Double
Gets or sets the gap between the tick labels and tick mark lines.
TickLabelRotation As Double
Gets or sets the rotation in degrees of tick mark labels from their normal horizontal.
TickLabelsVisible As Boolean
Gets or sets whether tick mark labels should be displayed (default = True).
TickLength As Double
Gets or sets the length of tick mark lines.
TickMarkVisible As Boolean
Gets or sets whether tick marks should be displayed (default = True).
Top As Double
Visible As Boolean

LineChart


Events:

MouseDragged(Event As MouseEvent)
MouseEntered(Event As MouseEvent)
MouseExited(Event As MouseEvent)
MouseMoved(Event As MouseEvent)
MousePressed(Event As MouseEvent)
MouseReleased(Event As MouseEvent)

Members:


  AddAllSeries (XYSeries() As XYSeries)

  AddSeries (XYSeries As XYSeries)

  Alpha As Double

  AlternativeColumnFillVisible As Boolean

  AlternativeRowFillVisible As Boolean

  Animated As Boolean

  CreateSymbols As Boolean

  Enabled As Boolean

  GetChildNodeBounds (Node As String) As NodeBounds

  GetChildStyleMap (ChildNode As String) As Map

  HorizontalGridLinesVisible As Boolean

  HorizontalZeroLineVisible As Boolean

  Id As String

  Initialize (XAxis As javafx.scene.chart.Axis, YAxis As javafx.scene.chart.Axis, EventPrefix As String, EventPrefixForPlot As String)

  IsInitialized As Boolean

  Left As Double

  LegendSide As javafx.geometry.Side

  LegendVisible As Boolean

  MouseCursor As javafx.scene.Cursor

  MouseToAxis (Event As MouseEventWrapper) As XYCoord

  Parent As ConcreteNodeWrapper [read only]

  PrefHeight As Double

  PrefWidth As Double

  RemoveNodeFromParent

  RemoveSeries (XYSeries As XYSeries)

  RequestFocus

  Series As List [read only]

  SetAlphaAnimated (arg0 As Int, arg1 As Double)

  SetChildStyleMap (ChildNode As String, M As Map)

  SetSize (arg0 As Double, arg1 As Double)

  SIDE_BOTTOM As javafx.geometry.Side

  SIDE_LEFT As javafx.geometry.Side

  SIDE_RIGHT As javafx.geometry.Side

  SIDE_TOP As javafx.geometry.Side

  Snapshot As ImageWrapper

  Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper

  Style As String

  StyleClasses As List [read only]

  StyleMap As Map

  Tag As Object

  Title As String

  TitleSide As javafx.geometry.Side

  Top As Double

  VerticalGridLinesVisible As Boolean

  VerticalZeroLineVisible As Boolean

  Visible As Boolean

  XAxis As Object [read only]

  YAxis As Object [read only]

Members description:

AddAllSeries (XYSeries() As XYSeries)
AddSeries (XYSeries As XYSeries)
Alpha As Double
AlternativeColumnFillVisible As Boolean
Gets or sets whether the alternative vertical columns will have fills (default = False).
AlternativeRowFillVisible As Boolean
Gets or sets whether the alternative horizontal rows will have fills (default = True).
Animated As Boolean
Gets or sets whether data changes will be animated or not (default = True).
CreateSymbols As Boolean
Enabled As Boolean
GetChildNodeBounds (Node As String) As NodeBounds
Returns the position and size of the specified child node. Should be called only after the chart is displayed.
GetChildStyleMap (ChildNode As String) As Map
Gets the Map containing the style properties of the specified child node.
HorizontalGridLinesVisible As Boolean
Gets or sets whether the horizontal grid lines should be drawn (default = True).
HorizontalZeroLineVisible As Boolean
Gets or sets whether an additional axis line will be drawn at the zero point when the horizontal axis has both positive and negative values (default = True).
Id As String
Initialize (XAxis As javafx.scene.chart.Axis, YAxis As javafx.scene.chart.Axis, EventPrefix As String, EventPrefixForPlot As String)
IsInitialized As Boolean
Left As Double
LegendSide As javafx.geometry.Side
Gets or sets the side of the chart where the legend should be displayed (one of the SIDE_ constants).
LegendVisible As Boolean
Gets or sets whether the legend is visible (default = True).
MouseCursor As javafx.scene.Cursor
MouseToAxis (Event As MouseEventWrapper) As XYCoord
Transforms the mouse position into axis coordinates.
Parent As ConcreteNodeWrapper [read only]
PrefHeight As Double
PrefWidth As Double
RemoveNodeFromParent
RemoveSeries (XYSeries As XYSeries)
RequestFocus
Series As List [read only]
Returns the list of all series currently displayed.
SetAlphaAnimated (arg0 As Int, arg1 As Double)
SetChildStyleMap (ChildNode As String, M As Map)
Sets the Map containing the style properties of the specified child node.
SetSize (arg0 As Double, arg1 As Double)
SIDE_BOTTOM As javafx.geometry.Side
SIDE_LEFT As javafx.geometry.Side
SIDE_RIGHT As javafx.geometry.Side
SIDE_TOP As javafx.geometry.Side
Snapshot As ImageWrapper
Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper
Style As String
StyleClasses As List [read only]
StyleMap As Map
Gets or sets the Map containing the style properties of this chart.
Tag As Object
Title As String
Gets or sets the chart title.
TitleSide As javafx.geometry.Side
Gets or sets the side of the chart where the title should be displayed (one of the SIDE_ constants).
Top As Double
VerticalGridLinesVisible As Boolean
Gets or sets whether the vertical grid lines should be drawn (default = True).
VerticalZeroLineVisible As Boolean
Gets or sets whether an additional axis line will be drawn at the zero point when the vertical axis has both positive and negative values (default = True).
Visible As Boolean
XAxis As Object [read only]
Gets the horizontal axis.
YAxis As Object [read only]
Gets the vertical axis.

NodeBounds


Events:

None

Members:


  Height As Double [read only]

  Initialize (N As javafx.scene.Node)

  LocalX As Double [read only]

  LocalY As Double [read only]

  SceneX As Double [read only]

  SceneY As Double [read only]

  ScreenX As Double [read only]

  ScreenY As Double [read only]

  Width As Double [read only]

Members description:

Height As Double [read only]
Initialize (N As javafx.scene.Node)
LocalX As Double [read only]
LocalY As Double [read only]
SceneX As Double [read only]
SceneY As Double [read only]
ScreenX As Double [read only]
ScreenY As Double [read only]
Width As Double [read only]

NumberAxis


Events:

ToString(Number As Object) As String
MouseDragged(Event As MouseEvent)
MouseMoved(Event As MouseEvent)
MousePressed(Event As MouseEvent)
MouseReleased(Event As MouseEvent)

Members:


  Alpha As Double

  Animated As Boolean

  AutoRanging As Boolean

  Enabled As Boolean

  GetDisplayPosition (Value As Number) As Double

  GetValueForDisplay (Position As Double) As Object

  Id As String

  Initialize (EventPrefix As String)

  IsInitialized As Boolean

  Label As String

  Left As Double

  LowerBound As Double

  MinorTickCount As Int

  MinorTickLength As Double

  MinorTickMarkVisible As Boolean

  MouseCursor As javafx.scene.Cursor

  Parent As ConcreteNodeWrapper [read only]

  PrefHeight As Double

  PrefWidth As Double

  RemoveNodeFromParent

  RequestFocus

  SetAlphaAnimated (arg0 As Int, arg1 As Double)

  SetSize (arg0 As Double, arg1 As Double)

  Side As javafx.geometry.Side

  SIDE_BOTTOM As javafx.geometry.Side

  SIDE_LEFT As javafx.geometry.Side

  SIDE_RIGHT As javafx.geometry.Side

  SIDE_TOP As javafx.geometry.Side

  Snapshot As ImageWrapper

  Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper

  Style As String

  StyleClasses As List [read only]

  Tag As Object

  TickLabelFont As javafx.scene.text.Font

  TickLabelGap As Double

  TickLabelRotation As Double

  TickLabelsVisible As Boolean

  TickLength As Double

  TickMarkVisible As Boolean

  Top As Double

  UpperBound As Double

  Visible As Boolean

  ZeroPosition As Double [read only]

Members description:

Alpha As Double
Animated As Boolean
Gets or sets whether the changes to axis range will be animated or not (default = True).
AutoRanging As Boolean
Gets or sets whether the axis determines its range from the data automatically (default = True).
Enabled As Boolean
GetDisplayPosition (Value As Number) As Double
Gets the display position along this axis for a given value. If the value is not in the current range, the returned value will be an extrapolation of the display position.
GetValueForDisplay (Position As Double) As Object
Returns the nearest data value to the given pixel position or Null if not on axis.
Id As String
Initialize (EventPrefix As String)
IsInitialized As Boolean
Label As String
Gets or sets the axis label.
Left As Double
LowerBound As Double
Gets or sets the value for the lower bound of this axis, i.e. min value. This is automatically set if AutoRanging is True.
MinorTickCount As Int
Gets or sets the number of minor tick divisions to be displayed between each major tick mark.
MinorTickLength As Double
Gets or sets the length of minor tick mark lines.
MinorTickMarkVisible As Boolean
Gets or sets whether minor tick marks should be displayed (default = True).
MouseCursor As javafx.scene.Cursor
Parent As ConcreteNodeWrapper [read only]
PrefHeight As Double
PrefWidth As Double
RemoveNodeFromParent
RequestFocus
SetAlphaAnimated (arg0 As Int, arg1 As Double)
SetSize (arg0 As Double, arg1 As Double)
Side As javafx.geometry.Side
Gets or sets the side of the plot which this axis is being drawn on (one of the SIDE_ constants).
SIDE_BOTTOM As javafx.geometry.Side
SIDE_LEFT As javafx.geometry.Side
SIDE_RIGHT As javafx.geometry.Side
SIDE_TOP As javafx.geometry.Side
Snapshot As ImageWrapper
Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper
Style As String
StyleClasses As List [read only]
Tag As Object
TickLabelFont As javafx.scene.text.Font
Gets or sets the font for all tick labels.
TickLabelGap As Double
Gets or sets the gap between the tick labels and tick mark lines.
TickLabelRotation As Double
Gets or sets the rotation in degrees of tick mark labels from their normal horizontal.
TickLabelsVisible As Boolean
Gets or sets whether tick mark labels should be displayed (default = True).
TickLength As Double
Gets or sets the length of tick mark lines.
TickMarkVisible As Boolean
Gets or sets whether tick marks should be displayed (default = True).
Top As Double
UpperBound As Double
Gets or sets the value for the upper bound of this axis, i.e. max value. This is automatically set if AutoRanging is True.
Visible As Boolean
ZeroPosition As Double [read only]
Returns the display position of the zero line along this axis, or NaN if zero is not in current range.

PieChart


Events:

TransformLabel(Text As String) As String
MouseDragged(Event As MouseEvent)
MouseEntered(Event As MouseEvent)
MouseExited(Event As MouseEvent)
MouseMoved(Event As MouseEvent)
MousePressed(Event As MouseEvent)
MouseReleased(Event As MouseEvent)

Members:


  AddAllData (Data() As PieData)

  AddData (Data As PieData)

  Alpha As Double

  Animated As Boolean

  Clockwise As Boolean

  Enabled As Boolean

  GetChildNodeBounds (Node As String) As NodeBounds

  GetChildStyleMap (ChildNode As String) As Map

  GetData (Name As String) As PieData

  Id As String

  Initialize (EventPrefix As String)

  IsInitialized As Boolean

  LabelLineLength As Double

  LabelsVisible As Boolean

  Left As Double

  LegendSide As javafx.geometry.Side

  LegendVisible As Boolean

  MouseCursor As javafx.scene.Cursor

  Parent As ConcreteNodeWrapper [read only]

  PrefHeight As Double

  PrefWidth As Double

  RemoveData (Data As PieData)

  RemoveNodeFromParent

  RequestFocus

  SetAlphaAnimated (arg0 As Int, arg1 As Double)

  SetChildStyleMap (ChildNode As String, M As Map)

  SetSize (arg0 As Double, arg1 As Double)

  SIDE_BOTTOM As javafx.geometry.Side

  SIDE_LEFT As javafx.geometry.Side

  SIDE_RIGHT As javafx.geometry.Side

  SIDE_TOP As javafx.geometry.Side

  Snapshot As ImageWrapper

  Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper

  StartAngle As Double

  Style As String

  StyleClasses As List [read only]

  StyleMap As Map

  Tag As Object

  Title As String

  TitleSide As javafx.geometry.Side

  Top As Double

  Visible As Boolean

Members description:

AddAllData (Data() As PieData)
AddData (Data As PieData)
Alpha As Double
Animated As Boolean
Gets or sets whether data changes will be animated or not (default = True).
Clockwise As Boolean
Gets or sets whether slices are placed clockwise from StartAngle (default = True).
Enabled As Boolean
GetChildNodeBounds (Node As String) As NodeBounds
Returns the position and size of the specified child node. Should be called only after the chart is displayed.
GetChildStyleMap (ChildNode As String) As Map
Gets the Map containing the style properties of the specified child node.
GetData (Name As String) As PieData
Returns the first data found with the given name. Returns Null if the name was not found.
Id As String
Initialize (EventPrefix As String)
IsInitialized As Boolean
LabelLineLength As Double
Gets or sets the length of the line from the outside of the pie to the slice labels.
LabelsVisible As Boolean
Gets or sets whether pie slice labels are drawn (default = True).
Left As Double
LegendSide As javafx.geometry.Side
Gets or sets the side of the chart where the legend should be displayed (one of the SIDE_ constants).
LegendVisible As Boolean
Gets or sets whether the legend is visible (default = True).
MouseCursor As javafx.scene.Cursor
Parent As ConcreteNodeWrapper [read only]
PrefHeight As Double
PrefWidth As Double
RemoveData (Data As PieData)
RemoveNodeFromParent
RequestFocus
SetAlphaAnimated (arg0 As Int, arg1 As Double)
SetChildStyleMap (ChildNode As String, M As Map)
Sets the Map containing the style properties of the specified child node.
SetSize (arg0 As Double, arg1 As Double)
SIDE_BOTTOM As javafx.geometry.Side
SIDE_LEFT As javafx.geometry.Side
SIDE_RIGHT As javafx.geometry.Side
SIDE_TOP As javafx.geometry.Side
Snapshot As ImageWrapper
Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper
StartAngle As Double
Gets or sets the angle to start the first pie slice at.
Style As String
StyleClasses As List [read only]
StyleMap As Map
Gets or sets the Map containing the style properties of this chart.
Tag As Object
Title As String
Gets or sets the chart title.
TitleSide As javafx.geometry.Side
Gets or sets the side of the chart where the title should be displayed (one of the SIDE_ constants).
Top As Double
Visible As Boolean

PieData


Events:

None

Members:


  Chart As javafx.scene.chart.PieChart [read only]

  Initialize (Name As String, Value As Double)

  IsInitialized As Boolean

  Name As String

  Value As Double

Members description:

Chart As javafx.scene.chart.PieChart [read only]
Initialize (Name As String, Value As Double)
IsInitialized As Boolean
Name As String
Value As Double

ScatterChart


Events:

MouseDragged(Event As MouseEvent)
MouseEntered(Event As MouseEvent)
MouseExited(Event As MouseEvent)
MouseMoved(Event As MouseEvent)
MousePressed(Event As MouseEvent)
MouseReleased(Event As MouseEvent)

Members:


  AddAllSeries (XYSeries() As XYSeries)

  AddSeries (XYSeries As XYSeries)

  Alpha As Double

  AlternativeColumnFillVisible As Boolean

  AlternativeRowFillVisible As Boolean

  Animated As Boolean

  Enabled As Boolean

  GetChildNodeBounds (Node As String) As NodeBounds

  GetChildStyleMap (ChildNode As String) As Map

  HorizontalGridLinesVisible As Boolean

  HorizontalZeroLineVisible As Boolean

  Id As String

  Initialize (XAxis As javafx.scene.chart.Axis, YAxis As javafx.scene.chart.Axis, EventPrefix As String, EventPrefixForPlot As String)

  IsInitialized As Boolean

  Left As Double

  LegendSide As javafx.geometry.Side

  LegendVisible As Boolean

  MouseCursor As javafx.scene.Cursor

  MouseToAxis (Event As MouseEventWrapper) As XYCoord

  Parent As ConcreteNodeWrapper [read only]

  PrefHeight As Double

  PrefWidth As Double

  RemoveNodeFromParent

  RemoveSeries (XYSeries As XYSeries)

  RequestFocus

  Series As List [read only]

  SetAlphaAnimated (arg0 As Int, arg1 As Double)

  SetChildStyleMap (ChildNode As String, M As Map)

  SetSize (arg0 As Double, arg1 As Double)

  SIDE_BOTTOM As javafx.geometry.Side

  SIDE_LEFT As javafx.geometry.Side

  SIDE_RIGHT As javafx.geometry.Side

  SIDE_TOP As javafx.geometry.Side

  Snapshot As ImageWrapper

  Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper

  Style As String

  StyleClasses As List [read only]

  StyleMap As Map

  Tag As Object

  Title As String

  TitleSide As javafx.geometry.Side

  Top As Double

  VerticalGridLinesVisible As Boolean

  VerticalZeroLineVisible As Boolean

  Visible As Boolean

  XAxis As Object [read only]

  YAxis As Object [read only]

Members description:

AddAllSeries (XYSeries() As XYSeries)
AddSeries (XYSeries As XYSeries)
Alpha As Double
AlternativeColumnFillVisible As Boolean
Gets or sets whether the alternative vertical columns will have fills (default = False).
AlternativeRowFillVisible As Boolean
Gets or sets whether the alternative horizontal rows will have fills (default = True).
Animated As Boolean
Gets or sets whether data changes will be animated or not (default = True).
Enabled As Boolean
GetChildNodeBounds (Node As String) As NodeBounds
Returns the position and size of the specified child node. Should be called only after the chart is displayed.
GetChildStyleMap (ChildNode As String) As Map
Gets the Map containing the style properties of the specified child node.
HorizontalGridLinesVisible As Boolean
Gets or sets whether the horizontal grid lines should be drawn (default = True).
HorizontalZeroLineVisible As Boolean
Gets or sets whether an additional axis line will be drawn at the zero point when the horizontal axis has both positive and negative values (default = True).
Id As String
Initialize (XAxis As javafx.scene.chart.Axis, YAxis As javafx.scene.chart.Axis, EventPrefix As String, EventPrefixForPlot As String)
IsInitialized As Boolean
Left As Double
LegendSide As javafx.geometry.Side
Gets or sets the side of the chart where the legend should be displayed (one of the SIDE_ constants).
LegendVisible As Boolean
Gets or sets whether the legend is visible (default = True).
MouseCursor As javafx.scene.Cursor
MouseToAxis (Event As MouseEventWrapper) As XYCoord
Transforms the mouse position into axis coordinates.
Parent As ConcreteNodeWrapper [read only]
PrefHeight As Double
PrefWidth As Double
RemoveNodeFromParent
RemoveSeries (XYSeries As XYSeries)
RequestFocus
Series As List [read only]
Returns the list of all series currently displayed.
SetAlphaAnimated (arg0 As Int, arg1 As Double)
SetChildStyleMap (ChildNode As String, M As Map)
Sets the Map containing the style properties of the specified child node.
SetSize (arg0 As Double, arg1 As Double)
SIDE_BOTTOM As javafx.geometry.Side
SIDE_LEFT As javafx.geometry.Side
SIDE_RIGHT As javafx.geometry.Side
SIDE_TOP As javafx.geometry.Side
Snapshot As ImageWrapper
Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper
Style As String
StyleClasses As List [read only]
StyleMap As Map
Gets or sets the Map containing the style properties of this chart.
Tag As Object
Title As String
Gets or sets the chart title.
TitleSide As javafx.geometry.Side
Gets or sets the side of the chart where the title should be displayed (one of the SIDE_ constants).
Top As Double
VerticalGridLinesVisible As Boolean
Gets or sets whether the vertical grid lines should be drawn (default = True).
VerticalZeroLineVisible As Boolean
Gets or sets whether an additional axis line will be drawn at the zero point when the vertical axis has both positive and negative values (default = True).
Visible As Boolean
XAxis As Object [read only]
Gets the horizontal axis.
YAxis As Object [read only]
Gets the vertical axis.

StackedAreaChart


Events:

MouseDragged(Event As MouseEvent)
MouseEntered(Event As MouseEvent)
MouseExited(Event As MouseEvent)
MouseMoved(Event As MouseEvent)
MousePressed(Event As MouseEvent)
MouseReleased(Event As MouseEvent)

Members:


  AddAllSeries (XYSeries() As XYSeries)

  AddSeries (XYSeries As XYSeries)

  Alpha As Double

  AlternativeColumnFillVisible As Boolean

  AlternativeRowFillVisible As Boolean

  Animated As Boolean

  CreateSymbols As Boolean

  Enabled As Boolean

  GetChildNodeBounds (Node As String) As NodeBounds

  GetChildStyleMap (ChildNode As String) As Map

  HorizontalGridLinesVisible As Boolean

  HorizontalZeroLineVisible As Boolean

  Id As String

  Initialize (XAxis As javafx.scene.chart.Axis, YAxis As javafx.scene.chart.Axis, EventPrefix As String, EventPrefixForPlot As String)

  IsInitialized As Boolean

  Left As Double

  LegendSide As javafx.geometry.Side

  LegendVisible As Boolean

  MouseCursor As javafx.scene.Cursor

  MouseToAxis (Event As MouseEventWrapper) As XYCoord

  Parent As ConcreteNodeWrapper [read only]

  PrefHeight As Double

  PrefWidth As Double

  RemoveNodeFromParent

  RemoveSeries (XYSeries As XYSeries)

  RequestFocus

  Series As List [read only]

  SetAlphaAnimated (arg0 As Int, arg1 As Double)

  SetChildStyleMap (ChildNode As String, M As Map)

  SetSize (arg0 As Double, arg1 As Double)

  SIDE_BOTTOM As javafx.geometry.Side

  SIDE_LEFT As javafx.geometry.Side

  SIDE_RIGHT As javafx.geometry.Side

  SIDE_TOP As javafx.geometry.Side

  Snapshot As ImageWrapper

  Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper

  Style As String

  StyleClasses As List [read only]

  StyleMap As Map

  Tag As Object

  Title As String

  TitleSide As javafx.geometry.Side

  Top As Double

  VerticalGridLinesVisible As Boolean

  VerticalZeroLineVisible As Boolean

  Visible As Boolean

  XAxis As Object [read only]

  YAxis As Object [read only]

Members description:

AddAllSeries (XYSeries() As XYSeries)
AddSeries (XYSeries As XYSeries)
Alpha As Double
AlternativeColumnFillVisible As Boolean
Gets or sets whether the alternative vertical columns will have fills (default = False).
AlternativeRowFillVisible As Boolean
Gets or sets whether the alternative horizontal rows will have fills (default = True).
Animated As Boolean
Gets or sets whether data changes will be animated or not (default = True).
CreateSymbols As Boolean
Enabled As Boolean
GetChildNodeBounds (Node As String) As NodeBounds
Returns the position and size of the specified child node. Should be called only after the chart is displayed.
GetChildStyleMap (ChildNode As String) As Map
Gets the Map containing the style properties of the specified child node.
HorizontalGridLinesVisible As Boolean
Gets or sets whether the horizontal grid lines should be drawn (default = True).
HorizontalZeroLineVisible As Boolean
Gets or sets whether an additional axis line will be drawn at the zero point when the horizontal axis has both positive and negative values (default = True).
Id As String
Initialize (XAxis As javafx.scene.chart.Axis, YAxis As javafx.scene.chart.Axis, EventPrefix As String, EventPrefixForPlot As String)
IsInitialized As Boolean
Left As Double
LegendSide As javafx.geometry.Side
Gets or sets the side of the chart where the legend should be displayed (one of the SIDE_ constants).
LegendVisible As Boolean
Gets or sets whether the legend is visible (default = True).
MouseCursor As javafx.scene.Cursor
MouseToAxis (Event As MouseEventWrapper) As XYCoord
Transforms the mouse position into axis coordinates.
Parent As ConcreteNodeWrapper [read only]
PrefHeight As Double
PrefWidth As Double
RemoveNodeFromParent
RemoveSeries (XYSeries As XYSeries)
RequestFocus
Series As List [read only]
Returns the list of all series currently displayed.
SetAlphaAnimated (arg0 As Int, arg1 As Double)
SetChildStyleMap (ChildNode As String, M As Map)
Sets the Map containing the style properties of the specified child node.
SetSize (arg0 As Double, arg1 As Double)
SIDE_BOTTOM As javafx.geometry.Side
SIDE_LEFT As javafx.geometry.Side
SIDE_RIGHT As javafx.geometry.Side
SIDE_TOP As javafx.geometry.Side
Snapshot As ImageWrapper
Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper
Style As String
StyleClasses As List [read only]
StyleMap As Map
Gets or sets the Map containing the style properties of this chart.
Tag As Object
Title As String
Gets or sets the chart title.
TitleSide As javafx.geometry.Side
Gets or sets the side of the chart where the title should be displayed (one of the SIDE_ constants).
Top As Double
VerticalGridLinesVisible As Boolean
Gets or sets whether the vertical grid lines should be drawn (default = True).
VerticalZeroLineVisible As Boolean
Gets or sets whether an additional axis line will be drawn at the zero point when the vertical axis has both positive and negative values (default = True).
Visible As Boolean
XAxis As Object [read only]
Gets the horizontal axis.
YAxis As Object [read only]
Gets the vertical axis.

StackedBarChart


Events:

MouseDragged(Event As MouseEvent)
MouseEntered(Event As MouseEvent)
MouseExited(Event As MouseEvent)
MouseMoved(Event As MouseEvent)
MousePressed(Event As MouseEvent)
MouseReleased(Event As MouseEvent)

Members:


  AddAllSeries (XYSeries() As XYSeries)

  AddSeries (XYSeries As XYSeries)

  Alpha As Double

  AlternativeColumnFillVisible As Boolean

  AlternativeRowFillVisible As Boolean

  Animated As Boolean

  CategoryGap As Double

  Enabled As Boolean

  GetChildNodeBounds (Node As String) As NodeBounds

  GetChildStyleMap (ChildNode As String) As Map

  HorizontalGridLinesVisible As Boolean

  HorizontalZeroLineVisible As Boolean

  Id As String

  Initialize (XAxis As javafx.scene.chart.Axis, YAxis As javafx.scene.chart.Axis, EventPrefix As String, EventPrefixForPlot As String)

  IsInitialized As Boolean

  Left As Double

  LegendSide As javafx.geometry.Side

  LegendVisible As Boolean

  MouseCursor As javafx.scene.Cursor

  MouseToAxis (Event As MouseEventWrapper) As XYCoord

  Parent As ConcreteNodeWrapper [read only]

  PrefHeight As Double

  PrefWidth As Double

  RemoveNodeFromParent

  RemoveSeries (XYSeries As XYSeries)

  RequestFocus

  Series As List [read only]

  SetAlphaAnimated (arg0 As Int, arg1 As Double)

  SetChildStyleMap (ChildNode As String, M As Map)

  SetSize (arg0 As Double, arg1 As Double)

  SIDE_BOTTOM As javafx.geometry.Side

  SIDE_LEFT As javafx.geometry.Side

  SIDE_RIGHT As javafx.geometry.Side

  SIDE_TOP As javafx.geometry.Side

  Snapshot As ImageWrapper

  Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper

  Style As String

  StyleClasses As List [read only]

  StyleMap As Map

  Tag As Object

  Title As String

  TitleSide As javafx.geometry.Side

  Top As Double

  VerticalGridLinesVisible As Boolean

  VerticalZeroLineVisible As Boolean

  Visible As Boolean

  XAxis As Object [read only]

  YAxis As Object [read only]

Members description:

AddAllSeries (XYSeries() As XYSeries)
AddSeries (XYSeries As XYSeries)
Alpha As Double
AlternativeColumnFillVisible As Boolean
Gets or sets whether the alternative vertical columns will have fills (default = False).
AlternativeRowFillVisible As Boolean
Gets or sets whether the alternative horizontal rows will have fills (default = True).
Animated As Boolean
Gets or sets whether data changes will be animated or not (default = True).
CategoryGap As Double
Enabled As Boolean
GetChildNodeBounds (Node As String) As NodeBounds
Returns the position and size of the specified child node. Should be called only after the chart is displayed.
GetChildStyleMap (ChildNode As String) As Map
Gets the Map containing the style properties of the specified child node.
HorizontalGridLinesVisible As Boolean
Gets or sets whether the horizontal grid lines should be drawn (default = True).
HorizontalZeroLineVisible As Boolean
Gets or sets whether an additional axis line will be drawn at the zero point when the horizontal axis has both positive and negative values (default = True).
Id As String
Initialize (XAxis As javafx.scene.chart.Axis, YAxis As javafx.scene.chart.Axis, EventPrefix As String, EventPrefixForPlot As String)
IsInitialized As Boolean
Left As Double
LegendSide As javafx.geometry.Side
Gets or sets the side of the chart where the legend should be displayed (one of the SIDE_ constants).
LegendVisible As Boolean
Gets or sets whether the legend is visible (default = True).
MouseCursor As javafx.scene.Cursor
MouseToAxis (Event As MouseEventWrapper) As XYCoord
Transforms the mouse position into axis coordinates.
Parent As ConcreteNodeWrapper [read only]
PrefHeight As Double
PrefWidth As Double
RemoveNodeFromParent
RemoveSeries (XYSeries As XYSeries)
RequestFocus
Series As List [read only]
Returns the list of all series currently displayed.
SetAlphaAnimated (arg0 As Int, arg1 As Double)
SetChildStyleMap (ChildNode As String, M As Map)
Sets the Map containing the style properties of the specified child node.
SetSize (arg0 As Double, arg1 As Double)
SIDE_BOTTOM As javafx.geometry.Side
SIDE_LEFT As javafx.geometry.Side
SIDE_RIGHT As javafx.geometry.Side
SIDE_TOP As javafx.geometry.Side
Snapshot As ImageWrapper
Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper
Style As String
StyleClasses As List [read only]
StyleMap As Map
Gets or sets the Map containing the style properties of this chart.
Tag As Object
Title As String
Gets or sets the chart title.
TitleSide As javafx.geometry.Side
Gets or sets the side of the chart where the title should be displayed (one of the SIDE_ constants).
Top As Double
VerticalGridLinesVisible As Boolean
Gets or sets whether the vertical grid lines should be drawn (default = True).
VerticalZeroLineVisible As Boolean
Gets or sets whether an additional axis line will be drawn at the zero point when the vertical axis has both positive and negative values (default = True).
Visible As Boolean
XAxis As Object [read only]
Gets the horizontal axis.
YAxis As Object [read only]
Gets the vertical axis.

XYCoord


Events:

None

Members:


  equals (XY As Object) As Boolean

  Initialize (X_Value As Object, Y_Value As Object)

  IsInitialized As Boolean

  X As Object

  Y As Object

Members description:

equals (XY As Object) As Boolean
Initialize (X_Value As Object, Y_Value As Object)
IsInitialized As Boolean
X As Object
Y As Object

XYSeries


Events:

None

Members:


  Add (X As Object, Y As Object)

  Add2 (XY As XYCoord)

  Add3 (X As Object, Y As Object, ExtraValue As Object)

  Chart As Object [read only]

  Clear

  GetAt (Position As Int) As XYCoord

  GetExtraValueAt (Position As Int) As Object

  IndexOf (X As Object, Y As Object) As Int

  IndexOf2 (XY As XYCoord) As Int

  IndexOf3 (X As Object, Y As Object, ExtraValue As Object) As Int

  Initialize (Name As String)

  IsInitialized As Boolean

  Name As String

  RemoveAt (Position As Int)

  RemoveRange (StartPosition As Int, EndPosition As Int)

  Size As Int

Members description:

Add (X As Object, Y As Object)
Add2 (XY As XYCoord)
Add3 (X As Object, Y As Object, ExtraValue As Object)
Chart As Object [read only]
Returns the chart this series belongs to.
Clear
GetAt (Position As Int) As XYCoord
GetExtraValueAt (Position As Int) As Object
IndexOf (X As Object, Y As Object) As Int
IndexOf2 (XY As XYCoord) As Int
IndexOf3 (X As Object, Y As Object, ExtraValue As Object) As Int
Initialize (Name As String)
IsInitialized As Boolean
Name As String
Gets or sets the user displayable name for this series.
RemoveAt (Position As Int)
RemoveRange (StartPosition As Int, EndPosition As Int)
Removes all data items from StartPosition (inclusive) to EndPosition (exclusive).
Size As Int
Returns the number of data items in this series.
Top