Search
RadarChart Methods
 


 Public Methods

  Name Description

addDataItemClickedListener

Removes the specified DataItemClickedListener. (Inherited from Dashboard.)

associateJComponent

Assosiates the specified JComponent with the target JComponent. (Inherited from Dashboard.)

createImage

Overloaded. Creates a bitmap Image that represents the Dashboard contents. (Inherited from Dashboard.)

dataBind

Binds the chart to the current DataSource. (Inherited from Dashboard.)

dissociateJComponent

Dissociates all JComponents associates with the specified target. (Inherited from Dashboard.)

elementAdded

  (Inherited from Chart.)

elementRemoved

  (Inherited from Chart.)

exportImage

Overloaded. Exports this Dashboard as an image under the specified file path. (Inherited from Dashboard.)

exportPdf

Overloaded. Exports the Dashboard to a Portable Document Format (PDF) file. (Inherited from Dashboard.)

getAlignToAxis

Gets whether pie-radar sectors should be aligned to the axes in the radar grid or centered around them.

getAllowMoveLegend

Gets a value that indicates whether users are allowed to move the legend. (Inherited from Chart.)

getAllowRotate

Gets a value indicating whether users are allowed to rotate this radar chart.

getAllowZoom

Gets a value indicating whether users are allowed to zoom into the Plots' data ranges. (Inherited from Dashboard.)

getAreaOpacity

Gets the opacity of radar polygons.

getAxes

Gets the list of Axis objects that represent ranges of variables rendered in the radar chart.

getBackgroundImage

Gets the Image drawn as a background for this Dashboard. (Inherited from Dashboard.)

getBackgroundImageAlign

Gets the alignment of the BackgroundImage relatively to the Dashboard boundaries. (Inherited from Dashboard.)

getBackgroundImageAutoSize

Gets a value that indicates whether auto-size mode is enabled for the BackgroundImage. (Inherited from Dashboard.)

getChartPadding

Gets the padding space between the radar plot's border and Series graphics.

getChartPanel

Gets the GridPanel that contains the chart's PlotPanel and AxisRenderer-s. (Inherited from Chart.)

getDataSource

Gets the object used as data source for this Chart. (Inherited from Chart.)

getDefaultAxis

Gets a default Axis object used when a data item index does not have corresponding element in the the Axes collection.

getGridColor1

Gets the main color of the grid.

getGridColor2

Gets the alternating color of the radar grid.

getGridDivisions

Gets the number of grid divisions.

getGridType

Gets the type of grid drawn in this RadarChart.

getInnerLabelsDataFields

Gets the names of fields in the DataSource which provide data for the inner labels of the graphical elements rendered by this Chart. (Inherited from Chart.)

getLayoutBuilder

Gets a LayoutBuilder instance that provides shortcut methods for building fragments of the Dashboard's user interface. (Inherited from Dashboard.)

getLayoutPanel

Gets the Panel that contains the Dashboard Component-s that should participate in layout measurements and be arranged relatively to each other. (Inherited from Dashboard.)

getLegendElementLabelKind

Gets the kind of labels in the list of Series used by this Chart that provides data for the legend labels.  (Inherited from Chart.)

getLegendHorizontalAlignment

Gets the horizontal alignment of the legend. (Inherited from Chart.)

getLegendMargin

Gets the margin space around the legend. (Inherited from Chart.)

getLegendRenderer

Gets the LegendRenderer component used to draw the chart's legend. (Inherited from Chart.)

getLegendTitle

Gets the title of the legend. (Inherited from Chart.)

getLegendVerticalAlignment

Gets the vertical alignment of the legend. (Inherited from Chart.)

getMaxLegendItemsPerColumn

Gets the maximum count of legend items that can be rendered in a single column in the legend. (Inherited from Chart.)

getOuterLabelsDataFields

Gets the names of fields in the data source whose values are shown as outer labels for the rendered graphical elements. (Inherited from Chart.)

getPlot

Gets the chart's Plot component. (Inherited from Chart.)

getPlotImage

Gets the Image drawn inside chart's plot area. (Inherited from Chart.)

getPlotImageAlign

Gets the alignment of the PlotImage relatively to the plot boundaries. (Inherited from Chart.)

getPlotImageAutoSize

Gets whether auto-size mode is enabled for the PlotImage. (Inherited from Chart.)

getPlotPanel

Gets the Panel that contains the chart's Plot and associated elements. (Inherited from Chart.)

getRadarType

Gets the type of radar graphics drawn in this RadarChart.

getRootPanel

Gets the root Panel in the hierarchy of Dashboard Component-s. (Inherited from Dashboard.)

getSeries

Gets the list with the Series whose data is drawn in this RadarChart.

getShowCoordinates

Gets a value that indicates if  the chart should render axis coordinates.

getShowDataLabels

Gets what kind of labels from the data Series should be drawn. (Inherited from Chart.)

getShowHighlight

Gets a value indicating whether to highlight hovered data items. (Inherited from Chart.)

getShowLegend

Gets a value indicating whether the chart should draw a legend. (Inherited from Chart.)

getShowScatter

Gets a value that indicates if the chart should render scatter shapes.

getShowToolTips

Gets a value indicating whether to show tooltips. (Inherited from Chart.)

getShowZoomWidgets

Gets a value indicating whether the plot should show zoom buttons. (Inherited from Chart.)

getStartAngle

Gets the angle where the first data item in the radar Series is drawn.

getSubtitle

Gets the sub-title of this Chart. (Inherited from Chart.)

getSubtitleBrush

Gets the Brush used to draw chart's Subtitle. (Inherited from Chart.)

getSubtitleFontName

Gets the name of the font used to draw chart's Subtitle. (Inherited from Chart.)

getSubtitleFontSize

Gets the size of the Font used to draw the chart's Subtitle. (Inherited from Chart.)

getSubtitleFontStyle

Gets the style of the Font used to draw chart's Subtitle. (Inherited from Chart.)

getSubtitleMargin

Gets the Margins space around the Subtitle. (Inherited from Chart.)

getTheme

Gets a Theme specifying the appearance of Dashboard elements. (Inherited from Dashboard.)

getTitle

Gets the title of this Chart. (Inherited from Chart.)

getTitleBrush

Gets the Brush used to draw the chart's Title. (Inherited from Chart.)

getTitleFontName

Gets the name of the Font used to draw the chart's Title. (Inherited from Chart.)

getTitleFontSize

Gets the size of Font used to draw the chart's Title. (Inherited from Chart.)

getTitleFontStyle

Gets the style of the Font used to draw chart's Title. (Inherited from Chart.)

getTitleMargin

Gets the Margins space around the Title. (Inherited from Chart.)

getToolTipsDataFields

Gets the names of fields in the DataSource whose values are shown as tooltips of rendered graphical elements. (Inherited from Chart.)

getUniformScale

Gets a value that indicates if all Axis instances should display the same data range.

getXAxisLabelsDataFields

Gets the names of the fields in the DataSource whose values are rendered as labels at the X-axis for the respective chart graphical elements. (Inherited from Chart.)

getXDataFields

Gets the names of fields in the DataSource whose values are used to calculate the X-coordinates of rendered graphical elements. (Inherited from Chart.)

getYAxisLabelsDataFields

Gets the names of fields in the DataSource whose values are used as labels at the Y-axis for the rendered graphical elements. (Inherited from Chart.)

getYDataFields

Gets the names of fields in the DataSource whose values are used to calculate the Y-coordinates of the rendered graphical elements. (Inherited from Chart.)

getZAxisLabelsDataFields

Gets the names of fields in the DataSource whose values are shown as labels at the Z-axis labels for rendered graphical elements. (Inherited from Chart.)

getZDataFields

Gets the names of fields in the DataSource whose values are used to calculate Z coordinates of rendered graphical elements. (Inherited from Chart.)

hitTest

Searches for a Dashboard element at the specified location. (Inherited from Dashboard.)

invalidate

Overloaded. Invalidates an area from a panel or component. (Inherited from Dashboard.)

invalidateLayout

Overloaded. Invalidates the layout of a panel or component. (Inherited from Dashboard.)

isAnimated

Returns a value that indicates if this Dashboard is animated. (Inherited from Dashboard.)

paintComponent

Paints the dashboard component using the specified Graphics. (Inherited from Dashboard.)

print

Overloaded. Prints the current Dashboard. (Inherited from Dashboard.)

removeDataItemClickedListener

Removes the specified DataItemClickedListener. (Inherited from Dashboard.)

resetZoom

Resets zoom level to the original data range. (Inherited from Chart.)

setAlignToAxis

Sets a value that indicates whether pie/radar sectors should be aligned to the axes in the radar grid or centered around them.

setAllowMoveLegend

Sets a value that indicates whether users are allowed to move the legend. (Inherited from Chart.)

setAllowRotate

Sets a value indicating whether users are allowed to rotate this RadarChart.

setAllowZoom

Sets a value that indicates whether users are allowed to zoom into the Plots' data ranges. (Inherited from Dashboard.)

setAreaOpacity

Sets the opacity of radar polygons.

setBackgroundImage

Sets the Dashboard's background image. (Inherited from Dashboard.)

setBackgroundImageAlign

Sets the alignment of the BackgroundImage relatively to the Dashboard boundaries. (Inherited from Dashboard.)

setBackgroundImageAutoSize

Sets whether auto-size mode is enabled for the BackgroundImage. (Inherited from Dashboard.)

setChartPadding

Sets the padding space between the radar Plot's border and the Series graphics.

setChartPanel

Sets the GridPanel that contains the Chart's PlotPanel and AxisRenderer-s. (Inherited from Chart.)

setDataSource

Sets the DataSource that provides data for the labels and graphic elements rendered by this Chart. (Inherited from Chart.)

setDefaultAxis

Sets a default Axis object used when a data item index does not have corresponding element in the Axis collection.

setGridColor1

Sets the main color of the grid.

setGridColor2

Sets the alternating color of the grid.

setGridDivisions

Sets the number of grid divisions.

setGridType

Sets the type of grid drawn in this RadarChart.

setInnerLabelsDataFields

Sets the names of fields in the data source whose values are shown as inner labels of rendered graphical elements. (Inherited from Chart.)

setLayoutBuilder

Gets a LayoutBuilder instance that provides shortcut methods for building fragments of the Dashboard's user interface. (Inherited from Dashboard.)

setLayoutPanel

Gets a Panel containing Dashboard Components that should participate in layout measurements and be arranged relatively to each other. (Inherited from Dashboard.)

setLegendElementLabelKind

Sets the kind of labels in the list of Series used by this Chart that provides data for the legend labels. (Inherited from Chart.)

setLegendHorizontalAlignment

Sets the horizontal alignment of the legend. (Inherited from Chart.)

setLegendMargin

Sets the Margins space around the legend. (Inherited from Chart.)

setLegendTitle

Sets the legend title. (Inherited from Chart.)

setLegendVerticalAlignment

Sets the vertical alignment of the legend. (Inherited from Chart.)

setLicenseKey

Sets the Component's license key string, disabling evaluation mode. (Inherited from Dashboard.)

setMaxLegendItemsPerColumn

Sets the maximum count of legend items that can be rendered in a single column in the legend. (Inherited from Chart.)

setOuterLabelsDataFields

Sets the names of fields in the data source whose values are shown as outer labels of rendered graphical elements. (Inherited from Chart.)

setPlotImage

Sets the Image drawn inside the Chart's plot area. (Inherited from Chart.)

setPlotImageAlign

Sets the alignment of the PlotImage relatively to the Plot boundaries. (Inherited from Chart.)

setPlotImageAutoSize

Sets a value that indicates if auto-size mode is enabled for the PlotImage. (Inherited from Chart.)

setPrintMargins

Sets the Margins that are considered when the Dashboard is printed. (Inherited from Dashboard.)

setRadarType

Sets the type of radar graphics drawn in this RadarChart.

setRootPanel

Sets the root Panel in the hierarchy of Dashboard Components. (Inherited from Dashboard.)

setSeries

Sets the list of series whose data is drawn in this chart.

setShowCoordinates

Sets a value that indicates whether the chart should render axis coordinates.

setShowDataLabels

Sets the kind of labels from data Series to draw. (Inherited from Chart.)

setShowHighlight

Sets a value indicating whether to highlight hovered data items. (Inherited from Chart.)

setShowLegend

Sets a value indicating whether the Chart should render a legend. (Inherited from Chart.)

setShowScatter

Sets a value that indicates whether the chart should render scatter shapes.

setShowToolTips

Sets a value indicating whether to show tooltips. (Inherited from Chart.)

setShowZoomWidgets

Sets a value that indicates whether the Plot should show zoom buttons. (Inherited from Chart.)

setStartAngle

Sets the angle where the first data item of the radar Series should be drawn.

setSubtitle

Sets the sub-title of this Chart. (Inherited from Chart.)

setSubtitleBrush

Sets the Brush used to draw the Chart's Subtitle. (Inherited from Chart.)

setSubtitleFontName

Sets the name of the Font used to draw the Chart's Subtitle. (Inherited from Chart.)

setSubtitleFontSize

Sets the size of the Font used to draw Chart's Subtitle. (Inherited from Chart.)

setSubtitleFontStyle

Sets the style of Font used to draw chart's getSubtitle. (Inherited from Chart.)

setSubtitleMargin

Sets the Margins space around the Subtitle. (Inherited from Chart.)

setTheme

Sets a Theme specifying the appearance of Dashboard elements. (Inherited from Dashboard.)

setTitle

Sets the title of this Chart. (Inherited from Chart.)

setTitleBrush

Sets the Brush used to draw the Title of this Chart. (Inherited from Chart.)

setTitleFontName

Sets the name of the Font used to draw the Chart Title. (Inherited from Chart.)

setTitleFontSize

Sets the size of the Font used to draw the Chart's Title. (Inherited from Chart.)

setTitleFontStyle

Sets the style of Font used to draw chart's Title. (Inherited from Chart.)

setTitleMargin

Sets the Margins space around the Title. (Inherited from Chart.)

setToolTipsDataFields

Sets the names of fields in the data source whose values are shown as tooltips of rendered graphical elements. (Inherited from Chart.)

setUniformScale

Sets a value indicating whether all Axis instances rendered by this RadarChart should display the same data range.

setXAxisLabelsDataFields

Sets the names of fields in the data source whose values are shown as X axis labels of rendered graphical elements. (Inherited from Chart.)

setXDataFields

Sets the names of fields in the data source whose values are assigned to X coordinates of rendered graphical elements. (Inherited from Chart.)

setYAxisLabelsDataFields

Sets the names of fields in the data source whose values are shown as Y axis labels of rendered graphical elements. (Inherited from Chart.)

setYDataFields

Sets the names of fields in the data source whose values are assigned to Y coordinates of rendered graphical elements. (Inherited from Chart.)

setZAxisLabelsDataFields

Sets the names of fields in the data source whose values are shown as Z axis labels of rendered graphical elements. (Inherited from Chart.)

setZDataFields

Sets the names of fields in the data source whose values are assigned to Z coordinates of rendered graphical elements. (Inherited from Chart.)

zoomOut

Zooms out of the current data range. (Inherited from Chart.)

 Protected Methods

  Name Description

fireDataItemClicked

Raises an event that signalizes that a data item was clicked. (Inherited from Dashboard.)

 See Also