Skip navigation links
A B C D E F G H I L M N O P R S T U V W X Y Z 

A

add(Margins) - Method in class com.mindfusion.charting.Margins
 
add(Point3D, Point3D) - Static method in class com.mindfusion.charting.Point3D
Sums two points' coordinates.
add(Vector, Vector) - Static method in class com.mindfusion.charting.Vector
Adds two vectors.
add(Vector, Point2D) - Static method in class com.mindfusion.charting.Vector
Translates point by a vector.
addChildElement(String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Adds a new child node with the specified name to the specified parent node.
addChildElement(String, Element, String) - Method in class com.mindfusion.charting.XmlPersistContext
Adds a new child node with the specified name and value to the specified parent node.
addDataChangedListener(DataChangedListener) - Method in class com.mindfusion.charting.DataBoundSeries
 
addDataChangedListener(DataChangedListener) - Method in class com.mindfusion.charting.DateTimeSeries
 
addDataChangedListener(DataChangedListener) - Method in class com.mindfusion.charting.EventSeries
Implements Series.addDataChangedListener.
addDataChangedListener(DataChangedListener) - Method in class com.mindfusion.charting.FunctionSeries
 
addDataChangedListener(DataChangedListener) - Method in class com.mindfusion.charting.PointSeries
 
addDataChangedListener(DataChangedListener) - Method in class com.mindfusion.charting.PointSeries3D
 
addDataChangedListener(DataChangedListener) - Method in interface com.mindfusion.charting.Series
 
addDataChangedListener(DataChangedListener) - Method in class com.mindfusion.charting.Series2D
 
addDataChangedListener(DataChangedListener) - Method in class com.mindfusion.charting.Series3D
 
addDataChangedListener(DataChangedListener) - Method in class com.mindfusion.charting.SimpleSeries
 
addDataChangedListener(DataChangedListener) - Method in class com.mindfusion.charting.StockPriceSeries
 
addDataChangedListener(DataChangedListener) - Method in class com.mindfusion.charting.XmlSeries
 
addDataItemClickedListener(DataItemClickedListener) - Method in class com.mindfusion.charting.swing.Dashboard
 
addPages(int) - Method in class com.mindfusion.charting.swing.PrintPreview
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.mindfusion.charting.Axis
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.mindfusion.charting.SeriesRenderer
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.mindfusion.charting.Theme
 
addZoomChangedListener(ZoomChangedListener) - Method in class com.mindfusion.charting.Plot2D
 
adjustDataRange(RenderContext) - Method in class com.mindfusion.charting.BarOverlayRenderer
SeriesRenderer.adjustDataRange override.
adjustDataRange(RenderContext) - Method in class com.mindfusion.charting.BarRenderer
SeriesRenderer.adjustDataRange override.
adjustDataRanges(RenderContext) - Method in class com.mindfusion.charting.Plot
Called at the end of data measurement pass.
angleBetween(Vector, Vector) - Static method in class com.mindfusion.charting.Vector
Determines the angle between two vectors.
AnnotationRenderer - Class in com.mindfusion.charting
A SeriesRenderer that draws annotations in its containing plot.
AnnotationRenderer(ObservableList<Series>) - Constructor for class com.mindfusion.charting.AnnotationRenderer
Initializes a new instance of the AnnotationRenderer class.
AnnotationType - Enum in com.mindfusion.charting
 
AreaChart - Class in com.mindfusion.charting.swing
A control used to draw area charts.
AreaChart() - Constructor for class com.mindfusion.charting.swing.AreaChart
Initializes a new instance of the AreaChart class.
AreaRenderer - Class in com.mindfusion.charting
A SeriesRenderer that draws each series as an area in its containing plot.
AreaRenderer(ObservableList<Series>) - Constructor for class com.mindfusion.charting.AreaRenderer
Initializes a new instance of the AreaRenderer class.
AreaStackRenderer - Class in com.mindfusion.charting
A SeriesRenderer that draws stacked areas in its containing plot.
AreaStackRenderer(ObservableList<Series>) - Constructor for class com.mindfusion.charting.AreaStackRenderer
Initializes a new instance of the AreaStackRenderer class.
associateJComponent(Component, JComponent) - Method in class com.mindfusion.charting.swing.Dashboard
 
Axis - Class in com.mindfusion.charting
Represents an Axis range.
Axis() - Constructor for class com.mindfusion.charting.Axis
Initializes a new instance of the Axis class.
AxisLabelType - Enum in com.mindfusion.charting
 
axisRanges - Variable in class com.mindfusion.charting.Plot2DController
 
AxisRenderer - Class in com.mindfusion.charting
A base class for components that render Axis ranges.
AxisRenderer(Axis) - Constructor for class com.mindfusion.charting.AxisRenderer
Initializes a new instance of the AxisRenderer class.

B

backToFrontRatio() - Method in class com.mindfusion.charting.BarOverlayRenderer
Gets the ratio between widths of backmost and frontmost bars.
backToFrontRatio() - Method in class com.mindfusion.charting.BarOverlayRenderer3D
BarOverlayRenderer.backToFrontRatio override.
BarChart - Class in com.mindfusion.charting.swing
A control used to draw bar charts.
BarChart() - Constructor for class com.mindfusion.charting.swing.BarChart
Initializes a new instance of the BarChart class.
BarChart(BarLayout) - Constructor for class com.mindfusion.charting.swing.BarChart
Initializes a new instance of the BarChart class.
BarChart3D - Class in com.mindfusion.charting.swing
A control used to draw 3D bar charts.
BarChart3D() - Constructor for class com.mindfusion.charting.swing.BarChart3D
Initializes a new instance of the BarChart3D class.
BarChart3D(BarLayout) - Constructor for class com.mindfusion.charting.swing.BarChart3D
Initializes a new instance of the BarChart3D class.
BarContainer - Interface in com.mindfusion.charting
Defines properties common to all bar-chart renderers.
BarLayout - Enum in com.mindfusion.charting
Identifies supported bar placements when rendering multiple series.
BarOverlayRenderer - Class in com.mindfusion.charting
A SeriesRenderer that draws overlaying bars in its containing plot.
BarOverlayRenderer(ObservableList<Series>) - Constructor for class com.mindfusion.charting.BarOverlayRenderer
Initializes a new instance of the BarOverlayRenderer class.
BarOverlayRenderer.ProcessBars - Interface in com.mindfusion.charting
Defines the signature of delegates called to process bars.
BarOverlayRenderer3D - Class in com.mindfusion.charting
A SeriesRenderer that draws a row of 3D bars for each series.
BarOverlayRenderer3D(ObservableList<Series>) - Constructor for class com.mindfusion.charting.BarOverlayRenderer3D
Initializes a new instance of the BarOverlayRenderer3D class.
BarRenderer - Class in com.mindfusion.charting
A SeriesRenderer that draws bars in its containing plot.
BarRenderer(ObservableList<Series>) - Constructor for class com.mindfusion.charting.BarRenderer
Initializes a new instance of the BarRenderer class.
BarRenderer.ProcessBars - Interface in com.mindfusion.charting
Defines the signature of delegates called to process bars.
BarRenderer3D - Class in com.mindfusion.charting
A SeriesRenderer that draws 3D bars in its containing plot.
BarRenderer3D(ObservableList<Series>) - Constructor for class com.mindfusion.charting.BarRenderer3D
Initializes a new instance of the BarRenderer3D class.
BarSeries - Class in com.mindfusion.charting
Represents one-dimensional series defined by e list of data values and several lists of labels.
BarSeries(List<Double>, List<String>, List<String>, List<String>) - Constructor for class com.mindfusion.charting.BarSeries
Initializes a new instance of the BarSeries class.
BarSeries(List<Double>, List<String>, List<String>) - Constructor for class com.mindfusion.charting.BarSeries
Initializes a new instance of the BarSeries class.
BarStackRenderer - Class in com.mindfusion.charting
A SeriesRenderer that draws stacked bars in its containing plot.
BarStackRenderer(ObservableList<Series>) - Constructor for class com.mindfusion.charting.BarStackRenderer
Initializes a new instance of the BarStackRenderer class.
BarStackRenderer.ProcessStackBars - Interface in com.mindfusion.charting
Defines the signature of delegates called to process stacked bars.
BarStackRenderer3D - Class in com.mindfusion.charting
A SeriesRenderer that draws stacked 3D bars in its containing plot.
BarStackRenderer3D(ObservableList<Series>) - Constructor for class com.mindfusion.charting.BarStackRenderer3D
Initializes a new instance of the BarStackRenderer3D class.
BarType - Enum in com.mindfusion.charting
 
BiaxialChart - Class in com.mindfusion.charting.swing
A base class for charts that display X and Y axes.
BiaxialChart() - Constructor for class com.mindfusion.charting.swing.BiaxialChart
Initializes a new instance of the BiaxialChart class.
BiaxialChart(Renderer2D) - Constructor for class com.mindfusion.charting.swing.BiaxialChart
Initializes a new instance of the BiaxialChart class.
BOX - Static variable in class com.mindfusion.charting.BarRenderer3D
 
BOX - Static variable in class com.mindfusion.charting.BarStackRenderer3D
 
BubbleChart - Class in com.mindfusion.charting.swing
A control used to draw bubble charts.
BubbleChart() - Constructor for class com.mindfusion.charting.swing.BubbleChart
Initializes a new instance of the BubbleChart class.
BubbleLabelAlignment - Enum in com.mindfusion.charting
Specifies the alignment of a label relative to its associated bubble.
BubbleRenderer - Class in com.mindfusion.charting
A SeriesRenderer that draws bubbles representing data items in its containing plot.
BubbleRenderer(ObservableList<Series>) - Constructor for class com.mindfusion.charting.BubbleRenderer
Initializes a new instance of the BubbleRenderer class.
buildModels(Scene3D, RenderContext) - Method in class com.mindfusion.charting.BarOverlayRenderer3D
buildModels(Scene3D, RenderContext) - Method in class com.mindfusion.charting.BarRenderer3D
Implements Renderer3D.buildModels.
buildModels(Scene3D, RenderContext) - Method in class com.mindfusion.charting.BarStackRenderer3D
buildModels(Scene3D, RenderContext) - Method in interface com.mindfusion.charting.Renderer3D
Adds models for the series data to specified scene.

C

calcCircumferenceCoord(Point2D, double, double) - Static method in class com.mindfusion.charting.Utilities
 
calcPieBoundingRect(double, double, double, double, double) - Static method in class com.mindfusion.charting.Utilities
 
CandlestickChart - Class in com.mindfusion.charting.swing
A control used to draw candlestick charts.
CandlestickChart() - Constructor for class com.mindfusion.charting.swing.CandlestickChart
Initializes a new instance of the CandlestickChart class.
CandlestickRenderer - Class in com.mindfusion.charting
A SeriesRenderer that draws candlesticks in its containing plot.
CandlestickRenderer(ObservableList<Series>) - Constructor for class com.mindfusion.charting.CandlestickRenderer
Initializes a new instance of the CandlestickRenderer class.
CandlestickRenderer.ProcessCandlesticks - Interface in com.mindfusion.charting
Defines the signature of delegates called to process candlesticks.
CandlestickSeriesStyle - Class in com.mindfusion.charting
Defines appearance attributes for candlestick charts.
CandlestickSeriesStyle(Brush, Brush, Brush, double, DashStyle, CandlestickRenderer) - Constructor for class com.mindfusion.charting.CandlestickSeriesStyle
Initializes a new instance of the CandlestickSeriesStyle class.
cartesianToPolar(Point2D, Point2D, Point2D) - Static method in class com.mindfusion.charting.Utilities
 
ccw(Point2D, Point2D, Point2D) - Static method in class com.mindfusion.charting.Utilities
Determines, given three points, if when travelling from the first to the second to the third, we travel in a counterclockwise direction.
Chart - Class in com.mindfusion.charting.swing
A base class for chart controls.
Chart() - Constructor for class com.mindfusion.charting.swing.Chart
Initializes a new instance of the Chart class.
Chart(SeriesRenderer) - Constructor for class com.mindfusion.charting.swing.Chart
Initializes a new instance of the Chart class.
ChartElement - Class in com.mindfusion.charting
 
ChartElement() - Constructor for class com.mindfusion.charting.ChartElement
 
ChartEvent - Class in com.mindfusion.charting
Represents a timed event, useful for showing event sequences in tower charts.
ChartEvent() - Constructor for class com.mindfusion.charting.ChartEvent
Initializes a new instance of the ChartEvent class.
ChartEvent(double, double, double) - Constructor for class com.mindfusion.charting.ChartEvent
Initializes a new instance of the ChartEvent class.
ChartPadding - Class in com.mindfusion.charting
 
ChartPadding(float) - Constructor for class com.mindfusion.charting.ChartPadding
 
ChartPadding(float, float, float, float) - Constructor for class com.mindfusion.charting.ChartPadding
 
collectModeData(Graphics2D, String, Rectangle2D) - Constructor for class com.mindfusion.charting.TextRenderer.collectModeData
 
collectModeState - Static variable in class com.mindfusion.charting.TextRenderer
 
com.mindfusion.charting - package com.mindfusion.charting
 
com.mindfusion.charting.swing - package com.mindfusion.charting.swing
 
Converter - Class in com.mindfusion.charting
Provides capabilities to convert various types to and from strings in a culture-independent way.
Converter() - Constructor for class com.mindfusion.charting.Converter
 
create1By2ColumnLayout(Component, Component, Component) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a two-column stack panel whose first column is a vertical stack of two components.
create1By2RowLayout(Component, Component, Component) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a two-row stack panel whose second row is a horizontal stack of two components.
create2By1ColumnLayout(Component, Component, Component) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a two-column stack panel whose first column is a vertical stack of two components.
create2By1RowLayout(Component, Component, Component) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a two-row stack panel whose first row is a horizontal stack of two components.
create2By2Layout(Component, Component, Component, Component) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates horizontal stack panels for components on same row and adds them to a vertical stack panel.
createAndAdd1By2ColumnLayout(Component, Component, Component) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a two-column stack panel whose first column is a vertical stack of two components.
createAndAdd1By2RowLayout(Component, Component, Component) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a two-row stack panel whose second row is a horizontal stack of two components.
createAndAdd2By1ColumnLayout(Component, Component, Component) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a two-column stack panel whose first column is a vertical stack of two components.
createAndAdd2By1RowLayout(Component, Component, Component) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a two-row stack panel whose first row is a horizontal stack of two components.
createAndAdd2By2Layout(Component, Component, Component, Component) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates horizontal stack panels for components on same row and adds them to a vertical stack panel.
createAndAddColumnLayout(XAxisRenderer[], Plot2D[], XAxisRenderer[]) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a StackPanel containing the specified plots and axis renderers.
createAndAddColumnLayout(XAxisRenderer, Plot2D, Plot2D) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a StackPanel containing the specified plots and axis renderer.
createAndAddColumnLayout(XAxisRenderer, Plot2D[], XAxisRenderer) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a StackPanel containing the specified plots and axis renderers.
createAndAddColumnLayout(XAxisRenderer, Plot2D, Plot2D, Plot2D, XAxisRenderer) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a StackPanel containing the specified plots and axis renderers.
createAndAddPlotAndAxes(Plot2D, XAxisRenderer[], YAxisRenderer[], XAxisRenderer[], YAxisRenderer[]) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a GridPanel containing the specified plot and axis renderers.
createAndAddPlotWithBottomAndLeftAxes(Plot2D, XAxisRenderer, YAxisRenderer) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a GridPanel containing the specified plot and axis renderers.
createAndAddPlotWithBottomAndRightAxes(Plot2D, XAxisRenderer, YAxisRenderer) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a GridPanel containing the specified plot and axis renderers.
createAndAddPlotWithTopAndLeftAxes(Plot2D, XAxisRenderer, YAxisRenderer) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a GridPanel containing the specified plot and axis renderers.
createAndAddPlotWithTopAndRightAxes(Plot2D, XAxisRenderer, YAxisRenderer) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a GridPanel containing the specified plot and axis renderers.
createAndAddRowLayout(YAxisRenderer[], Plot2D[], YAxisRenderer[]) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a StackPanel containing the specified plots and axis renderers.
createAndAddRowLayout(YAxisRenderer, Plot2D, Plot2D) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a StackPanel containing the specified plots and axis renderer.
createAndAddRowLayout(YAxisRenderer, Plot2D, Plot2D, Plot2D, YAxisRenderer) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a StackPanel containing the specified plots and axis renderers.
createAndAddRowLayout(YAxisRenderer, Plot2D[], YAxisRenderer) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a StackPanel containing the specified plots and axis renderers.
createColumnLayout(XAxisRenderer[], Plot2D[], XAxisRenderer[]) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a StackPanel containing the specified plots and axis renderers.
createColumnLayout(XAxisRenderer, Plot2D, Plot2D) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a StackPanel containing the specified plots and axis renderer.
createColumnLayout(XAxisRenderer, Plot2D, Plot2D, Plot2D, XAxisRenderer) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a StackPanel containing the specified plots and axis renderers.
createColumnLayout(XAxisRenderer, Plot2D[], XAxisRenderer) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a StackPanel containing the specified plots and axis renderers.
createController(RenderContext) - Method in class com.mindfusion.charting.LegendRenderer
Component.createController override.
createController(RenderContext) - Method in class com.mindfusion.charting.Plot2D
Component.createController override.
createController(RenderContext) - Method in class com.mindfusion.charting.PolarPlot
Component.createController override.
createImage() - Method in class com.mindfusion.charting.swing.Dashboard
Creates a bitmap image representing the dashboard contents.
createImage(int, int) - Method in class com.mindfusion.charting.swing.Dashboard
 
createImageIcon(String) - Method in class com.mindfusion.charting.swing.PrintPreview
 
createLayout(boolean, Component[], Component[], Component[]) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a StackPanel for each array of components and adds it to a parent StackPanel with opposite orientation.
createPlotAndAxes(Plot2D, XAxisRenderer[], YAxisRenderer[], XAxisRenderer[], YAxisRenderer[]) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a GridPanel containing the specified plot and axis renderers.
createPlotWithBottomAndLeftAxes(Plot2D, XAxisRenderer, YAxisRenderer) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a GridPanel containing the specified plot and axis renderers.
createPlotWithBottomAndRightAxes(Plot2D, XAxisRenderer, YAxisRenderer) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a GridPanel containing the specified plot and axis renderers.
createPlotWithTopAndLeftAxes(Plot2D, XAxisRenderer, YAxisRenderer) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a GridPanel containing the specified plot and axis renderers.
createPlotWithTopAndRightAxes(Plot2D, XAxisRenderer, YAxisRenderer) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a GridPanel containing the specified plot and axis renderers.
createPolygon(List<? extends Point2D>) - Static method in class com.mindfusion.charting.Utilities
 
createPolygon(Point2D[]) - Static method in class com.mindfusion.charting.Utilities
 
createPrintPreview() - Method in class com.mindfusion.charting.swing.PrintPreview
 
createRoundRect(double, double, double, double, double, double, double, double) - Static method in class com.mindfusion.charting.Utilities
 
createRowLayout(YAxisRenderer[], Plot2D[], YAxisRenderer[]) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a StackPanel containing the specified plots and axis renderers.
createRowLayout(YAxisRenderer, Plot2D, Plot2D) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a StackPanel containing the specified plots and axis renderer.
createRowLayout(YAxisRenderer, Plot2D, Plot2D, Plot2D, YAxisRenderer) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a StackPanel containing the specified plots and axis renderers.
createRowLayout(YAxisRenderer, Plot2D[], YAxisRenderer) - Method in class com.mindfusion.charting.swing.LayoutBuilder
Creates a StackPanel containing the specified plots and axis renderers.
createTextRenderer(RenderContext) - Method in class com.mindfusion.charting.SeriesRenderer
Creates a TextRenderer configured to draw the labels of associated series.
crossProduct(Vector, Vector) - Static method in class com.mindfusion.charting.Vector
Returns the size of cross-product of two vectors.
CurveAreaRenderer - Class in com.mindfusion.charting
A SeriesRenderer that draws each series as an area with curved boundaries in its containing plot.
CurveAreaRenderer(ObservableList<Series>) - Constructor for class com.mindfusion.charting.CurveAreaRenderer
Initializes a new instance of the CurveAreaRenderer class.
CurveAreaStackRenderer - Class in com.mindfusion.charting
A SeriesRenderer that draws stacked areas in its containing plot.
CurveAreaStackRenderer(ObservableList<Series>) - Constructor for class com.mindfusion.charting.CurveAreaStackRenderer
Initializes a new instance of the CurveAreaStackRenderer class.
CurveRenderer - Class in com.mindfusion.charting
A SeriesRenderer that draws series as a cardinal spline.
CurveRenderer(ObservableList<Series>) - Constructor for class com.mindfusion.charting.CurveRenderer
Initializes a new instance of the CurveRenderer class.
CYLINDER - Static variable in class com.mindfusion.charting.BarRenderer3D
 
CYLINDER - Static variable in class com.mindfusion.charting.BarStackRenderer3D
 

D

Dashboard - Class in com.mindfusion.charting.swing
A control that contains multiple chart plots and gauges and manages their layout.
Dashboard() - Constructor for class com.mindfusion.charting.swing.Dashboard
Initializes a new instance of the Dashboard class.
dataBind() - Method in class com.mindfusion.charting.swing.Dashboard
Binds the chart to current DataSource.
DataBoundSeries - Class in com.mindfusion.charting
Represents a series whose data items are retrieved from a data source.
DataBoundSeries(Object) - Constructor for class com.mindfusion.charting.DataBoundSeries
Initializes a new instance of the DataBoundSeries class.
dataChanged() - Method in interface com.mindfusion.charting.DataChangedListener
 
dataChanged() - Method in class com.mindfusion.charting.Plot
 
dataChanged() - Method in class com.mindfusion.charting.SeriesRenderer
 
DataChangedListener - Interface in com.mindfusion.charting
 
dataItemClicked(HitResult) - Method in interface com.mindfusion.charting.swing.DataItemClickedListener
 
DataItemClickedListener - Interface in com.mindfusion.charting.swing
 
DateTimeFormat - Enum in com.mindfusion.charting
Specifies formats for DateTime values.
DateTimeSeries - Class in com.mindfusion.charting
Represents a series that contains DateTime values as X coordinates and double values as Y coordinates.
DateTimeSeries(List<Date>, List<Double>, Date, Date) - Constructor for class com.mindfusion.charting.DateTimeSeries
Initializes a new instance of the DateTimeSeries class.
determinant(Vector, Vector) - Static method in class com.mindfusion.charting.Vector
Finds the determinant of two vectors.
dispatchFunctionCall(EvaluateFunctionEventObject) - Method in class com.mindfusion.charting.FunctionSeries
 
dissociateJComponent(Component) - Method in class com.mindfusion.charting.swing.Dashboard
 
distance(Point3D) - Method in class com.mindfusion.charting.Point3D
Gets the distance to specified point.
distance(Point2D, Point2D) - Static method in class com.mindfusion.charting.Utilities
 
divide(Vector, double) - Static method in class com.mindfusion.charting.Vector
Divides a vector by a scalar.
domainAxis(RenderContext) - Method in class com.mindfusion.charting.Renderer2D
 
domainData(int, int) - Method in class com.mindfusion.charting.Renderer2D
Gets the domain axis coordinate (input value) of specified data item.
domainDimension(Series) - Method in class com.mindfusion.charting.Plot
 
domainDimension(Series) - Method in interface com.mindfusion.charting.SeriesContainer
Gets the index of the dimension whose set of values should be treated as domain of plotted function.
domainDimension(Series) - Method in class com.mindfusion.charting.SeriesRenderer
Implements the SeriesContainer interface.
domainSorted(int) - Method in class com.mindfusion.charting.Renderer2D
 
draw(RenderContext) - Method in class com.mindfusion.charting.AnnotationRenderer
Draws the series data in specified RenderContext.
draw(RenderContext) - Method in class com.mindfusion.charting.AreaRenderer
SeriesRenderer.draw override.
draw(RenderContext) - Method in class com.mindfusion.charting.AreaStackRenderer
SeriesRenderer.draw override.
draw(RenderContext) - Method in class com.mindfusion.charting.BarOverlayRenderer
SeriesRenderer.draw override.
draw(RenderContext) - Method in class com.mindfusion.charting.BarRenderer
SeriesRenderer.draw override.
draw(RenderContext) - Method in class com.mindfusion.charting.BarStackRenderer
SeriesRenderer.draw override.
draw(RenderContext) - Method in class com.mindfusion.charting.BubbleRenderer
draw(RenderContext) - Method in class com.mindfusion.charting.CandlestickRenderer
SeriesRenderer.draw override.
draw(RenderContext) - Method in class com.mindfusion.charting.CurveAreaRenderer
AreaRenderer.draw override.
draw(RenderContext) - Method in class com.mindfusion.charting.CurveAreaStackRenderer
draw(RenderContext) - Method in class com.mindfusion.charting.CurveRenderer
draw(RenderContext) - Method in class com.mindfusion.charting.FunnelRenderer
 
draw(RenderContext) - Method in class com.mindfusion.charting.LegendRenderer
Component.draw override.
draw(RenderContext) - Method in class com.mindfusion.charting.LineRenderer
SeriesRenderer.draw override.
draw(RenderContext) - Method in class com.mindfusion.charting.PieRadarRenderer
RadarRenderer.draw override.
draw(RenderContext) - Method in class com.mindfusion.charting.PieRenderer
SeriesRenderer.draw override.
draw(RenderContext) - Method in class com.mindfusion.charting.Plot
Component.draw override.
draw(RenderContext) - Method in class com.mindfusion.charting.Plot3D
Plot.draw override.
draw(RenderContext) - Method in class com.mindfusion.charting.RadarAxisOptions
Draws this component in specified RenderContext.
draw(RenderContext) - Method in class com.mindfusion.charting.RadarRenderer
SeriesRenderer.draw override.
draw(RenderContext) - Method in class com.mindfusion.charting.ScatterRenderer
SeriesRenderer.draw override.
draw(RenderContext) - Method in class com.mindfusion.charting.StepAreaRenderer
SeriesRenderer.draw override.
draw(RenderContext) - Method in class com.mindfusion.charting.StepRenderer
SeriesRenderer.draw override.
draw(RenderContext) - Method in class com.mindfusion.charting.TowerRenderer
SeriesRenderer.draw override.
draw(RenderContext) - Method in class com.mindfusion.charting.XAxisRenderer
Component.draw override.
draw(RenderContext) - Method in class com.mindfusion.charting.YAxisRenderer
Draws this component in specified RenderContext.
drawGrid(RenderContext) - Method in class com.mindfusion.charting.Plot2D
Plot.drawGrid override.
drawGrid(RenderContext) - Method in class com.mindfusion.charting.RadarPlot
Plot.drawGrid override.
drawHighlight(RenderContext, HitResult) - Method in class com.mindfusion.charting.AnnotationRenderer
 
drawHighlight(RenderContext, HitResult) - Method in class com.mindfusion.charting.BarOverlayRenderer
Renderer2D.drawHighlight override.
drawHighlight(RenderContext, HitResult) - Method in class com.mindfusion.charting.BarRenderer
Renderer2D.drawHighlight override.
drawHighlight(RenderContext, HitResult) - Method in class com.mindfusion.charting.BarStackRenderer
Renderer2D.drawHighlight override.
drawHighlight(RenderContext, HitResult) - Method in class com.mindfusion.charting.BubbleRenderer
Renderer2D.drawHighlight override.
drawHighlight(RenderContext, HitResult) - Method in class com.mindfusion.charting.CandlestickRenderer
Renderer2D.drawHighlight override.
drawHighlight(RenderContext, HitResult) - Method in class com.mindfusion.charting.FunnelRenderer
SeriesRenderer.drawHighlight override.
drawHighlight(RenderContext, HitResult) - Method in class com.mindfusion.charting.PieRadarRenderer
RadarRenderer.drawHighlight override.
drawHighlight(RenderContext, HitResult) - Method in class com.mindfusion.charting.PieRenderer
SeriesRenderer.drawHighlight override.
drawHighlight(RenderContext, HitResult) - Method in class com.mindfusion.charting.RadarRenderer
SeriesRenderer.drawHighlight override.
drawHighlight(RenderContext, HitResult) - Method in class com.mindfusion.charting.Renderer2D
SeriesRenderer.drawHighlight override.
drawHighlight(RenderContext, HitResult) - Method in class com.mindfusion.charting.ScatterRenderer
Renderer2D.drawHighlight override.
drawHighlight(RenderContext, HitResult) - Method in class com.mindfusion.charting.TowerRenderer
Renderer2D.drawHighlight override.
drawImage(Graphics2D, Image, Rectangle2D, ImageAlign) - Static method in class com.mindfusion.charting.Utilities
 
drawImage(Graphics2D, Image, Rectangle2D, ImageAlign, double, Point2D) - Static method in class com.mindfusion.charting.Utilities
 
drawInteraction(Graphics) - Method in class com.mindfusion.charting.PlotController
Implements ComponentController.drawInteraction.
drawInteraction(Graphics) - Method in class com.mindfusion.charting.ZoomController
PlotController.drawInteraction override.
drawLabelAtPoint(Series, int, Point2D, LabelKinds) - Method in class com.mindfusion.charting.TextRenderer
Draws the specified label centered at specified location.
drawLabelInRect(Series, int, Rectangle2D, LabelKinds) - Method in class com.mindfusion.charting.TextRenderer
Draws the specified label in specified layout rectangle.
drawLeftFromPoint(Series, int, Point2D, LabelKinds) - Method in class com.mindfusion.charting.TextRenderer
Draws the specified label on the left side of specified point.
drawOrigins(RenderContext) - Method in class com.mindfusion.charting.Plot2D
 
drawRightFromPoint(Series, int, Point2D, LabelKinds) - Method in class com.mindfusion.charting.TextRenderer
Draws the specified label on the right side of specified point.
drawRotatedLabelInRect(String, Rectangle2D, Brush, Align) - Method in class com.mindfusion.charting.TextRenderer
Draws a 90-degree rotated text in specified layout rectangle.
drawRotatedLabelInRect(String, Rectangle2D, Brush, Align, Align) - Method in class com.mindfusion.charting.TextRenderer
 
drawRotatedLabelInRect(Series, int, Rectangle2D, LabelKinds) - Method in class com.mindfusion.charting.TextRenderer
Draws the specified label rotated at 90 degrees in specified layout rectangle.
drawText(Graphics2D, String, Rectangle2D, Font, Align, Align, float) - Static method in class com.mindfusion.charting.TextRenderer
 

E

effectiveBorderPen(RenderContext) - Method in class com.mindfusion.charting.LegendRenderer
Gets the Pen that should be used to draw the legend borders.
effectiveBorderStroke(RenderContext) - Method in class com.mindfusion.charting.LegendRenderer
Gets the Brush that should be used to stroke the legend borders.
effectiveBorderStroke(RenderContext) - Method in class com.mindfusion.charting.Plot
Gets the Brush that should be used to stroke the plot's borders.
effectiveFill(int, int, RenderContext) - Method in class com.mindfusion.charting.CandlestickRenderer
Gets the brush that should be used to fill the representation of specified data item.
effectiveFill(RenderContext) - Method in class com.mindfusion.charting.LegendRenderer
Gets the Brush that should be used to fill the legend background.
effectiveFill(RenderContext) - Method in class com.mindfusion.charting.Plot
Gets the Brush that should be used to fill the plot's background.
effectiveFill(int, int, RenderContext) - Method in class com.mindfusion.charting.SeriesRenderer
Gets the brush that should be used to fill the representation of specified data item.
effectiveLabelBackground(RenderContext) - Method in class com.mindfusion.charting.SeriesRenderer
Gets the brush that should be used to render labels' background.
effectiveLabelBorderPen(RenderContext) - Method in class com.mindfusion.charting.SeriesRenderer
Gets the pen that should be used to render labels' borders.
effectiveStroke(int, int, RenderContext) - Method in class com.mindfusion.charting.SeriesRenderer
Gets the brush that should be used to stroke the representation of specified data item.
elementAdded(Object) - Method in class com.mindfusion.charting.DataBoundSeries
 
elementAdded(SeriesRenderer) - Method in class com.mindfusion.charting.Plot
 
elementAdded(Series) - Method in class com.mindfusion.charting.RadarRenderer
 
elementAdded(String) - Method in class com.mindfusion.charting.swing.Chart
 
elementRemoved(Object) - Method in class com.mindfusion.charting.DataBoundSeries
 
elementRemoved(SeriesRenderer) - Method in class com.mindfusion.charting.Plot
 
elementRemoved(Series) - Method in class com.mindfusion.charting.RadarRenderer
 
elementRemoved(String) - Method in class com.mindfusion.charting.swing.Chart
 
emphasizedIndices - Variable in class com.mindfusion.charting.SimpleSeries
 
empty - Static variable in class com.mindfusion.charting.ChartPadding
 
enterCollectMode() - Static method in class com.mindfusion.charting.TextRenderer
 
enumPoints(RenderContext, Renderer2D.ProcessPoint) - Method in class com.mindfusion.charting.RadarScatterRenderer
ScatterRenderer.enumPoints override.
enumSectors(RenderContext, PieRadarRenderer.ProcessSectors) - Method in class com.mindfusion.charting.PieRadarRenderer
Enumerates the pie-radar sectors corresponding to each series.
enumSegments(RenderContext, FunnelRenderer.ProcessSegment) - Method in class com.mindfusion.charting.FunnelRenderer
 
enumSeries() - Method in class com.mindfusion.charting.FunnelRenderer
Implements the SeriesContainer interface.
enumSeries() - Method in class com.mindfusion.charting.PieRenderer
Implements the SeriesContainer interface.
enumSeries() - Method in class com.mindfusion.charting.Plot
Implements SeriesContainer.
enumSeries() - Method in class com.mindfusion.charting.RadarRenderer
Implement SeriesContainer.
enumSeries() - Method in class com.mindfusion.charting.Renderer2D
Implements the SeriesContainer interface.
enumSeries() - Method in interface com.mindfusion.charting.SeriesContainer
Enumerates the series associated with this component.
enumSeries() - Method in class com.mindfusion.charting.SeriesRenderer
Implements the SeriesContainer interface.
enumSeries() - Method in class com.mindfusion.charting.TowerRenderer
Implements the SeriesContainer interface.
enumSlices(RenderContext, PieRenderer.ProcessSlice) - Method in class com.mindfusion.charting.PieRenderer
Enumerates the slices of the pie.
enumVisibleBars(RenderContext, BarRenderer.ProcessBars) - Method in class com.mindfusion.charting.BarRenderer
Enumerates the bars visible in current data range.
enumVisibleOverlays(RenderContext, boolean, BarOverlayRenderer.ProcessBars) - Method in class com.mindfusion.charting.BarOverlayRenderer
Enumerates the bars visible in current data range.
enumVisiblePointPairs(RenderContext, Renderer2D.ProcessPoints) - Method in class com.mindfusion.charting.Renderer2D
Enumerates the data values of rendered series mapped to plot 2D coordinates.
enumVisiblePoints(RenderContext, boolean, Renderer2D.ProcessPoint) - Method in class com.mindfusion.charting.Renderer2D
Enumerates the data values of rendered series mapped to plot 2D coordinates.
enumVisibleRanges(RenderContext, RadarRenderer.ProcessRange) - Method in class com.mindfusion.charting.RadarRenderer
Enumerates each series once providing a list of all visible points at each iteration.
enumVisibleRanges(RenderContext, Renderer2D.ProcessRange) - Method in class com.mindfusion.charting.Renderer2D
Enumerates each series once providing a list of all visible points at each iteration.
enumVisibleStackBars(RenderContext, BarStackRenderer.ProcessStackBars) - Method in class com.mindfusion.charting.BarStackRenderer
Enumerates the bars visible in current data range.
enumVisibleStackPoints(RenderContext, StackRenderer.ProcessStackPoint) - Method in class com.mindfusion.charting.StackRenderer
Enumerates the data values of rendered series mapped to plot 2D coordinates.
enumVisibleStackPointsRelativeTo(RenderContext, Double, StackRenderer.ProcessStackPoint) - Method in class com.mindfusion.charting.StackRenderer
 
equals(Vector, Vector) - Static method in class com.mindfusion.charting.Vector
Determines if two vectors are equal.
equals(Object) - Method in class com.mindfusion.charting.Vector
Object.equals override.
equals(Vector) - Method in class com.mindfusion.charting.Vector
Determines if specified vector is equal to this one.
EvaluateFunction - Interface in com.mindfusion.charting
Defines the signature of methods called to evaluate unknown functions used in FunctionSeries expression.
EventSeries - Class in com.mindfusion.charting
Represents a series containing order or timing data, useful for showing event sequences in tower charts.
EventSeries(List<ChartEvent>) - Constructor for class com.mindfusion.charting.EventSeries
Initializes a new instance of the EventSeries class.
exitCollectMode(RenderContext) - Static method in class com.mindfusion.charting.TextRenderer
 
exportImage(String) - Method in class com.mindfusion.charting.swing.Dashboard
 
exportImage(String, int, int) - Method in class com.mindfusion.charting.swing.Dashboard
Exports the dashboard to a bitmap image file.
exportPdf(String) - Method in class com.mindfusion.charting.swing.Dashboard
Exports the dashboard to a Portable Document Format (PDF) file.
exportPdf(String, int, int) - Method in class com.mindfusion.charting.swing.Dashboard
Exports the dashboard to a Portable Document Format (PDF) file.

F

fill(int, int) - Method in class com.mindfusion.charting.CandlestickSeriesStyle
Implements SeriesStyle.fill.
fill(int, int) - Method in class com.mindfusion.charting.MixedSeriesStyle
Implements SeriesStyle.fill.
fill(int, int) - Method in class com.mindfusion.charting.PerElementSeriesStyle
Implements SeriesStyle.fill.
fill(int, int) - Method in class com.mindfusion.charting.PerSeriesStyle
fill(int, int) - Method in interface com.mindfusion.charting.SeriesStyle
Returns a Brush that should be used to fill specified element of specified series.
fill(int, int) - Method in class com.mindfusion.charting.UniformSeriesStyle
Implements SeriesStyle.fill.
fireDataChanged() - Method in class com.mindfusion.charting.DataBoundSeries
 
fireDataChanged() - Method in class com.mindfusion.charting.DateTimeSeries
 
fireDataChanged() - Method in class com.mindfusion.charting.EventSeries
 
fireDataChanged() - Method in class com.mindfusion.charting.FunctionSeries
 
fireDataChanged() - Method in class com.mindfusion.charting.PointSeries
 
fireDataChanged() - Method in class com.mindfusion.charting.PointSeries3D
 
fireDataChanged() - Method in class com.mindfusion.charting.Series2D
 
fireDataChanged() - Method in class com.mindfusion.charting.Series3D
 
fireDataChanged() - Method in class com.mindfusion.charting.SimpleSeries
 
fireDataChanged() - Method in class com.mindfusion.charting.StockPriceSeries
 
fireDataChanged() - Method in class com.mindfusion.charting.XmlSeries
 
fireDataItemClicked(HitResult) - Method in class com.mindfusion.charting.swing.Dashboard
 
firePropertyChanged(String) - Method in class com.mindfusion.charting.Axis
 
firePropertyChanged(String) - Method in class com.mindfusion.charting.Theme
 
fireZoomChanged() - Method in class com.mindfusion.charting.Plot2D
 
FitToPage() - Method in class com.mindfusion.charting.swing.PrintPreview
 
formatDateTime(long, DateTimeFormat, String, String, String) - Static method in class com.mindfusion.charting.Utilities
 
fromBoolean(boolean) - Static method in class com.mindfusion.charting.Converter
Converts the specified bool value to string.
fromByte(Byte) - Static method in class com.mindfusion.charting.Converter
Converts the specified byte value to string.
fromChar(char) - Static method in class com.mindfusion.charting.Converter
Converts the specified char value to string.
fromColor(Color) - Static method in class com.mindfusion.charting.Converter
Converts the specified color value to string in the format #AARRGGBB.
fromDouble(double) - Static method in class com.mindfusion.charting.Converter
Converts the specified double value to string.
fromImage(Image) - Static method in class com.mindfusion.charting.Converter
Converts the specified image to string.
fromSingle(float) - Static method in class com.mindfusion.charting.Converter
Converts the specified float value to string.
FunctionSeries - Class in com.mindfusion.charting
Represents a series that calculates its values from provided formula.
FunctionSeries(Function<Double, Double>, int, double) - Constructor for class com.mindfusion.charting.FunctionSeries
Initializes a new instance of the FunctionSeries class.
FunctionSeries(Function<Double, Double>, int, double, double) - Constructor for class com.mindfusion.charting.FunctionSeries
Initializes a new instance of the FunctionSeries class.
FunctionSeries(String, int, double) - Constructor for class com.mindfusion.charting.FunctionSeries
Initializes a new instance of the FunctionSeries class.
FunctionSeries(String, int, double, double) - Constructor for class com.mindfusion.charting.FunctionSeries
Initializes a new instance of the FunctionSeries class.
FunnelChart - Class in com.mindfusion.charting.swing
A control used to draw funnel charts.
FunnelChart() - Constructor for class com.mindfusion.charting.swing.FunnelChart
Initializes a new instance of the FunnelChart class.
FunnelRenderer - Class in com.mindfusion.charting
Implements a SeriesRenderer used to draw funnel charts.
FunnelRenderer(Series) - Constructor for class com.mindfusion.charting.FunnelRenderer
Initializes a new instance of the FunnelRenderer class.
FunnelRenderer(Series, int) - Constructor for class com.mindfusion.charting.FunnelRenderer
Initializes a new instance of the FunnelRenderer class.
FunnelRenderer.ProcessSegment - Interface in com.mindfusion.charting
 

G

getAlignToAxis() - Method in class com.mindfusion.charting.PieRadarRenderer
Gets a value indicating whether sectors should be aligned to axes in the radar grid or centered around them.
getAlignToAxis() - Method in class com.mindfusion.charting.swing.RadarChart
Gets whether pie-radar sectors should be aligned to axes in the radar grid or centered around them.
getAllowMove() - Method in class com.mindfusion.charting.LegendRenderer
Gets a value indicating whether users are allowed to move this legend.
getAllowMoveLegend() - Method in class com.mindfusion.charting.swing.Chart
Gets a value indicating whether users are allowed to move the legend.
getAllowPan() - Method in class com.mindfusion.charting.Plot2D
Gets a value indicating whether users are allowed to pan this plot.
getAllowPan() - Method in class com.mindfusion.charting.swing.BiaxialChart
Gets a value indicating whether users are allowed to pan the chart's plot.
getAllowRotate() - Method in class com.mindfusion.charting.PolarPlot
Gets a value indicating whether users are allowed to rotate this plot.
getAllowRotate() - Method in class com.mindfusion.charting.swing.PieChart
Gets a value indicating whether users are allowed to rotate this chart.
getAllowRotate() - Method in class com.mindfusion.charting.swing.RadarChart
Gets a value indicating whether users are allowed to rotate this chart.
getAllowZoom() - Method in class com.mindfusion.charting.swing.Dashboard
Gets a value indicating whether users are allowed to zoom into plots' data ranges.
getAnnotations() - Method in class com.mindfusion.charting.swing.BiaxialChart
Gets the list of series whose labels are drawn as annotations.
getAnnotationType() - Method in class com.mindfusion.charting.AnnotationRenderer
 
getAreaOpacity() - Method in class com.mindfusion.charting.AreaRenderer
Gets the opacity of area polygons.
getAreaOpacity() - Method in class com.mindfusion.charting.RadarRenderer
Gets the opacity of radar polygons.
getAreaOpacity() - Method in class com.mindfusion.charting.StepAreaRenderer
Gets the opacity of radar polygons.
getAreaOpacity() - Method in class com.mindfusion.charting.swing.AreaChart
Gets the opacity of area polygons.
getAreaOpacity() - Method in class com.mindfusion.charting.swing.RadarChart
Gets the opacity of radar polygons.
getAxes() - Method in class com.mindfusion.charting.RadarPlot
Gets the list of Axis objects representing ranges of variables represented in the radar chart.
getAxes() - Method in class com.mindfusion.charting.swing.RadarChart
Gets the list of Axis objects representing ranges of variables represented in the radar chart.
getAxis() - Method in class com.mindfusion.charting.AxisRenderer
The Axis that will be drawn by this object.
getAxisLabelsBrush() - Method in class com.mindfusion.charting.Theme
Gets the Brush used to draw axis labels.
getAxisLabelsFontName() - Method in class com.mindfusion.charting.Theme
Gets the name of font used to draw axis labels.
getAxisLabelsFontSize() - Method in class com.mindfusion.charting.Theme
Gets the size of font used to draw axis labels.
getAxisLabelsFontStyle() - Method in class com.mindfusion.charting.Theme
Gets the style of font used to draw axis labels.
getAxisOptions() - Method in class com.mindfusion.charting.RadarPlot
Gets a RadarAxisOptions object providing properties for customizing axis rendering in radar charts.
getAxisStroke() - Method in class com.mindfusion.charting.AxisRenderer
Gets the Brush that should be used to draw axis lines.
getAxisStroke() - Method in class com.mindfusion.charting.Theme
Gets a Brush used to stroke axis lines.
getAxisStrokeDashStyle() - Method in class com.mindfusion.charting.AxisRenderer
Gets the dash style axis lines should be stroked with.
getAxisStrokeDashStyle() - Method in class com.mindfusion.charting.Theme
Gets the dash style of axis lines.
getAxisStrokeThickness() - Method in class com.mindfusion.charting.AxisRenderer
Gets the thickness axis lines should be stroked with.
getAxisStrokeThickness() - Method in class com.mindfusion.charting.Theme
Gets the thickness of axis lines.
getAxisTitleBrush() - Method in class com.mindfusion.charting.Theme
Gets the Brush used to draw axis titles.
getAxisTitleFontName() - Method in class com.mindfusion.charting.Theme
Gets the name of font used to draw axis titles.
getAxisTitleFontSize() - Method in class com.mindfusion.charting.Theme
Gets the size of font used to draw axis titles.
getAxisTitleFontStyle() - Method in class com.mindfusion.charting.Theme
Gets the style of font used to draw axis titles.
getBackground() - Method in class com.mindfusion.charting.LegendRenderer
Gets the Brush that should be used to fill the background of this legend.
getBackground() - Method in class com.mindfusion.charting.Plot
Gets the Brush that should be used to fill the background of this plot.
getBackground() - Method in class com.mindfusion.charting.TextStyle
Gets the text background.
getBackgroundImage() - Method in class com.mindfusion.charting.swing.Dashboard
Gets dashboard's background image.
getBackgroundImageAlign() - Method in class com.mindfusion.charting.swing.Dashboard
Gets the alignment of BackgroundImage relatively to dashboard boundaries.
getBackgroundImageAutoSize() - Method in class com.mindfusion.charting.swing.Dashboard
Gets whether auto-size mode is enabled for BackgroundImage.
getBarLayout() - Method in class com.mindfusion.charting.swing.BarChart
Gets how to arrange bars when rendering multiple series.
getBarLayout() - Method in class com.mindfusion.charting.swing.BarChart3D
Gets how to arrange bars when rendering multiple series.
getBarSpacingRatio() - Method in interface com.mindfusion.charting.BarContainer
Gets the ratio of empty space between bars to space occupied by bars.
getBarSpacingRatio() - Method in class com.mindfusion.charting.BarOverlayRenderer
Gets the ratio of empty space between adjacent bar groups to space occupied by bars.
getBarSpacingRatio() - Method in class com.mindfusion.charting.BarRenderer
Gets the ratio of empty space between adjacent bar groups to space occupied by bars.
getBarSpacingRatio() - Method in class com.mindfusion.charting.BarStackRenderer
Gets the ratio of empty space between adjacent bar groups to space occupied by bars.
getBarSpacingRatio() - Method in class com.mindfusion.charting.swing.BarChart
Gets the ratio of empty space between bars to space occupied by bars.
getBorderStroke() - Method in class com.mindfusion.charting.LegendRenderer
Gets the Brush that should be used to stroke the borders of this legend.
getBorderStroke() - Method in class com.mindfusion.charting.Plot
Gets the Brush that should be used to stroke the borders of this plot.
getBorderStroke() - Method in class com.mindfusion.charting.TextStyle
Gets the border stroke.
getBorderStrokeDashStyle() - Method in class com.mindfusion.charting.LegendRenderer
Gets the stroke dash style of legend borders.
getBorderStrokeDashStyle() - Method in class com.mindfusion.charting.Plot
Gets the stroke dash style of plot borders.
getBorderStrokeDashStyle() - Method in class com.mindfusion.charting.TextStyle
Gets the border stroke dash style.
getBorderStrokeThickness() - Method in class com.mindfusion.charting.LegendRenderer
Gets the stroke thickness of legend borders.
getBorderStrokeThickness() - Method in class com.mindfusion.charting.Plot
Gets the stroke thickness of plot borders.
getBorderStrokeThickness() - Method in class com.mindfusion.charting.TextStyle
Gets the border stroke thickness.
getBottom() - Method in class com.mindfusion.charting.ChartPadding
 
getBottom() - Method in class com.mindfusion.charting.Margins
Gets the width of the bottom side of the frame.
getBottom() - Method in class com.mindfusion.charting.Thickness
Gets the width of the bottom side of the frame.
getCandlestickWidth() - Method in class com.mindfusion.charting.CandlestickRenderer
Gets the width of the candlesticks.
getCandlestickWidth() - Method in class com.mindfusion.charting.swing.CandlestickChart
Gets the width of the candlesticks.
getChartPadding() - Method in class com.mindfusion.charting.swing.PieChart
Gets padding space between the plot's border and series graphics.
getChartPadding() - Method in class com.mindfusion.charting.swing.RadarChart
Gets padding space between the plot's border and series graphics.
getChartPanel() - Method in class com.mindfusion.charting.swing.Chart
Gets the GridPanel that contains the chart's PlotPanel and axis renderers.
getClipRect(Component) - Method in class com.mindfusion.charting.RenderContext
Gets the clip rectangle relative to specified Component.
getClipRectF(Component) - Method in class com.mindfusion.charting.RenderContext
Gets the clip rectangle relative to specified Component.
getClose() - Method in class com.mindfusion.charting.StockPrice
Gets the close value.
getCloseDimension() - Method in class com.mindfusion.charting.CandlestickRenderer
Gets the index of the dimension, containing close values.
getCommonFills() - Method in class com.mindfusion.charting.MixedSeriesStyle
Gets a list of brushes, each Brush used to fill all elements of a series.
getCommonSeriesFills() - Method in class com.mindfusion.charting.Theme
Gets a list of brushes, each Brush used to fill all elements of a series.
getCommonSeriesStrokeDashStyles() - Method in class com.mindfusion.charting.Theme
Gets a list of dash styles, each style applied to all elements of a series.
getCommonSeriesStrokes() - Method in class com.mindfusion.charting.Theme
Gets a list of brushes, each Brush used to stroke all elements of a series.
getCommonSeriesStrokeThicknesses() - Method in class com.mindfusion.charting.Theme
Gets a list of stroke thicknesses, each thickness applied to all elements of a series.
getCommonStrokeDashStyles() - Method in class com.mindfusion.charting.MixedSeriesStyle
Gets a list of dash styles, each style applied to all elements of a series.
getCommonStrokes() - Method in class com.mindfusion.charting.MixedSeriesStyle
Gets a list of brushes, each Brush used to stroke all elements of a series.
getCommonStrokeThicknesses() - Method in class com.mindfusion.charting.MixedSeriesStyle
Gets a list of stroke thicknesses, each thickness applied to all elements of a series.
getComponent() - Method in class com.mindfusion.charting.PlotController
Gets the component controlled by this PlotController.
getComponent() - Method in class com.mindfusion.charting.RenderContext
Gets the component currently being painted.
getContent() - Method in class com.mindfusion.charting.LegendRenderer
Gets a list of SeriesRenderer objects whose Series should be displayed in this legend.
getCustomDateTimeFormat() - Method in class com.mindfusion.charting.DateTimeSeries
Gets a custom format string for DateTime labels.
getCustomDateTimeFormat() - Method in class com.mindfusion.charting.StockPriceSeries
Gets a custom format string for DateTime labels.
getData() - Method in class com.mindfusion.charting.SimpleSeries
Gets the data values contained in this series.
getDataLabelsBackground() - Method in class com.mindfusion.charting.Theme
Gets the background of data labels.
getDataLabelsBorderDashStyle() - Method in class com.mindfusion.charting.Theme
Gets the dash style of data labels' borders.
getDataLabelsBorderStroke() - Method in class com.mindfusion.charting.Theme
Gets the border stroke of data labels.
getDataLabelsBorderThickness() - Method in class com.mindfusion.charting.Theme
Gets the thickness of data labels' borders.
getDataLabelsBrush() - Method in class com.mindfusion.charting.Theme
Gets the Brush used to draw data labels.
getDataLabelsFontName() - Method in class com.mindfusion.charting.Theme
Gets the name of font used to draw data labels.
getDataLabelsFontSize() - Method in class com.mindfusion.charting.Theme
Gets the size of font used to draw data labels.
getDataLabelsFontStyle() - Method in class com.mindfusion.charting.Theme
Gets the style of font used to draw data labels.
getDataSource() - Method in class com.mindfusion.charting.DataBoundSeries
Gets the data source this series is bound to.
getDataSource() - Method in class com.mindfusion.charting.swing.Chart
Gets the chart's data source.
getDate() - Method in class com.mindfusion.charting.StockPrice
Gets the date.
getDates() - Method in class com.mindfusion.charting.DateTimeSeries
Gets a list of DateTime values used as X coordinates of this series.
getDateTimeFormat() - Method in class com.mindfusion.charting.DateTimeSeries
Gets a value indicating how to format DateTime values as labels.
getDateTimeFormat() - Method in class com.mindfusion.charting.StockPriceSeries
Gets a value indicating how to format DateTime values as labels.
getDefaultAxis() - Method in class com.mindfusion.charting.RadarPlot
Gets a default Axis object used when data item index does not have corresponding element in the Axes collection.
getDefaultAxis() - Method in class com.mindfusion.charting.swing.RadarChart
Gets a default Axis object used when data item index does not have corresponding element in the Axes collection.
getDetachedSlices() - Method in class com.mindfusion.charting.PieSeries
Gets indices of emphasized data items.
getDetachedSlices() - Method in class com.mindfusion.charting.swing.PieChart
Gets indices of detached slices.
getDetachOffset() - Method in class com.mindfusion.charting.PieRenderer
Gets the percentage by which detached slices are offset from pie center.
getDetachOffset() - Method in class com.mindfusion.charting.swing.PieChart
Gets the percentage by which detached slices are offset from pie center.
getDimension() - Method in class com.mindfusion.charting.FunnelRenderer
Gets the dimension index that should be used to read data from the Series.
getDimension() - Method in class com.mindfusion.charting.PieRenderer
Gets the dimension index that should be used to read data from the Series.
getDimensions() - Method in class com.mindfusion.charting.DataBoundSeries
Implements Series.getDimensions.
getDimensions() - Method in class com.mindfusion.charting.DateTimeSeries
Implements Series.getDimensions.
getDimensions() - Method in class com.mindfusion.charting.EventSeries
Implements Series.getDimensions.
getDimensions() - Method in class com.mindfusion.charting.FunctionSeries
Implements Series.getDimensions.
getDimensions() - Method in class com.mindfusion.charting.PointSeries
Implements Series.getDimensions.
getDimensions() - Method in class com.mindfusion.charting.PointSeries3D
Implements Series.getDimensions.
getDimensions() - Method in interface com.mindfusion.charting.Series
Gets the number of values (coordinates) that can be returned by each data item.
getDimensions() - Method in class com.mindfusion.charting.Series2D
Implements Series.getDimensions.
getDimensions() - Method in class com.mindfusion.charting.Series3D
Implements Series.getDimensions.
getDimensions() - Method in class com.mindfusion.charting.SimpleSeries
Implements Series.getDimensions.
getDimensions() - Method in class com.mindfusion.charting.StockPriceSeries
Implements Series.getDimensions.
getDimensions() - Method in class com.mindfusion.charting.XmlSeries
Implements Series.getDimensions.
getDoughnut() - Method in class com.mindfusion.charting.PieRenderer
Gets a value indicating whether the pie should be rendered as a doughnut.
getDoughnut() - Method in class com.mindfusion.charting.swing.PieChart
Gets a value indicating whether the pie should be rendered as a doughnut.
getDuration() - Method in class com.mindfusion.charting.ChartEvent
Gets the event duration.
getEffectiveAxis(int) - Method in class com.mindfusion.charting.RadarPlot
Gets the Axis representing the range for specified data variable index.
getElementLabelKind() - Method in class com.mindfusion.charting.LegendRenderer
 
getEnableAnimation() - Method in class com.mindfusion.charting.PanController
Gets whether to enable pan inertia.
getEnableAnimation() - Method in class com.mindfusion.charting.RotationController
Gets whether to enable rotation inertia.
getEvaluateFunctionDelegate() - Method in class com.mindfusion.charting.FunctionSeries
Gets a delegate called to evaluate unknown functions used in the expression.
getFallingBrush() - Method in class com.mindfusion.charting.CandlestickSeriesStyle
Gets a Brush used to fill candlesticks, which open value is greater than its close value.
getFileVersion() - Method in class com.mindfusion.charting.XmlPersistContext
Gets the format revision number for the file being currently serialized.
getFills() - Method in class com.mindfusion.charting.MixedSeriesStyle
Gets a list of Brush lists, each list used to draw a different series, and each Brush used to fill individual elements of a series.
getFills() - Method in class com.mindfusion.charting.PerElementSeriesStyle
Gets a list of Brush lists, each list used to draw a different series, and each Brush used to fill individual elements of a series.
getFills() - Method in class com.mindfusion.charting.PerSeriesStyle
Gets a list of brushes, each Brush used to fill all elements of a series.
getFirstInRange(int, RenderContext) - Method in class com.mindfusion.charting.Renderer2D
Gets the index of first data item in currently visible plot range.
getFirstInRange(int, Axis) - Method in class com.mindfusion.charting.Renderer2D
Gets the index of first data item in specified range.
getFontName() - Method in class com.mindfusion.charting.TextStyle
Gets the font name.
getFontSize() - Method in class com.mindfusion.charting.TextStyle
Gets the font size.
getFontStyle() - Method in class com.mindfusion.charting.TextStyle
Gets the font style.
getGaugeBackground() - Method in class com.mindfusion.charting.Theme
Gets a Brush used to draw gauge backgrounds.
getGaugeFontName() - Method in class com.mindfusion.charting.Theme
Gets the name of font used to draw text in gauges.
getGaugeFontSize() - Method in class com.mindfusion.charting.Theme
Gets the size of font used to draw text in gauges.
getGaugeFontStyle() - Method in class com.mindfusion.charting.Theme
Gets the style of font used to draw text in gauges.
getGaugePointerBackground() - Method in class com.mindfusion.charting.Theme
Gets a Brush used to draw gauge pointer backgrounds.
getGaugePointerStroke() - Method in class com.mindfusion.charting.Theme
Gets a Brush used to stroke gauge pointers.
getGaugePointerStrokeThickness() - Method in class com.mindfusion.charting.Theme
Gets the thickness of gauge pointer strokes.
getGaugeScaleBackground() - Method in class com.mindfusion.charting.Theme
Gets a Brush used to draw the background of gauge scales.
getGaugeScaleStroke() - Method in class com.mindfusion.charting.Theme
Gets a Brush used to stroke gauge scales.
getGaugeScaleStrokeThickness() - Method in class com.mindfusion.charting.Theme
Gets the thickness of gauge scale strokes.
getGaugeStroke() - Method in class com.mindfusion.charting.Theme
Gets a Brush used to stroke gauge borders.
getGaugeStrokeThickness() - Method in class com.mindfusion.charting.Theme
Gets the thickness of gauge borders.
getGaugeTickBackground() - Method in class com.mindfusion.charting.Theme
Gets a Brush used to draw gauge tick backgrounds.
getGaugeTickStroke() - Method in class com.mindfusion.charting.Theme
Gets a Brush used to stroke gauge ticks.
getGaugeTickStrokeThickness() - Method in class com.mindfusion.charting.Theme
Gets the thickness of gauge tick strokes.
getGraphics() - Method in class com.mindfusion.charting.RenderContext
Gets the current drawing surface.
getGridColor1() - Method in class com.mindfusion.charting.Plot2D
Gets the main color of the grid.
getGridColor1() - Method in class com.mindfusion.charting.RadarPlot
Gets the main color of the grid.
getGridColor1() - Method in class com.mindfusion.charting.swing.RadarChart
Gets the main color of the grid.
getGridColor1() - Method in class com.mindfusion.charting.Theme
Gets the main color of plot grid.
getGridColor2() - Method in class com.mindfusion.charting.Plot2D
Gets the alternating color of the grid.
getGridColor2() - Method in class com.mindfusion.charting.RadarPlot
Gets the alternating color of the grid.
getGridColor2() - Method in class com.mindfusion.charting.swing.RadarChart
Gets the alternating color of the grid.
getGridColor2() - Method in class com.mindfusion.charting.Theme
Gets the alternating color of plot grid.
getGridDivisions() - Method in class com.mindfusion.charting.RadarPlot
Gets the number of concentric shapes to draw in the grid.
getGridDivisions() - Method in class com.mindfusion.charting.swing.RadarChart
Gets the number of grid divisions.
getGridLineColor() - Method in class com.mindfusion.charting.Plot2D
Gets the color of the grid lines.
getGridLineColor() - Method in class com.mindfusion.charting.Theme
Gets the line color of plot grid.
getGridLineStyle() - Method in class com.mindfusion.charting.Plot2D
Gets the style of the grid lines.
getGridLineStyle() - Method in class com.mindfusion.charting.Theme
Gets the style of plot grid lines.
getGridLineThickness() - Method in class com.mindfusion.charting.Plot2D
Gets the thickness of the grid lines.
getGridLineThickness() - Method in class com.mindfusion.charting.Theme
Gets the thickness of plot grid lines.
getGridType() - Method in class com.mindfusion.charting.Plot2D
Gets the type of grid to draw in this plot.
getGridType() - Method in class com.mindfusion.charting.RadarPlot
Gets the type of grid to draw in this plot.
getGridType() - Method in class com.mindfusion.charting.swing.BiaxialChart
Gets the type of grid to draw in this chart.
getGridType() - Method in class com.mindfusion.charting.swing.RadarChart
Gets the type of grid drawn in this chart.
getHeight() - Method in class com.mindfusion.charting.Margins
Returns the sum of Top and Bottom margins.
getHeight() - Method in class com.mindfusion.charting.Thickness
Returns the sum of Top and Bottom margins.
getHigh() - Method in class com.mindfusion.charting.StockPrice
Gets the high value.
getHighDimension() - Method in class com.mindfusion.charting.CandlestickRenderer
Gets the index of the dimension, containing high values.
getHighlightedItem() - Method in class com.mindfusion.charting.Plot
Gets the data item that should be drawn highlighted.
getHighlightStroke() - Method in class com.mindfusion.charting.Plot
Gets the Brush used to stroke highlighted item.
getHighlightStroke() - Method in class com.mindfusion.charting.Theme
Gets a Brush used to stroke highlighted items.
getHighlightStrokeDashStyle() - Method in class com.mindfusion.charting.Plot
Gets the stroke dash style of highlighted item.
getHighlightStrokeDashStyle() - Method in class com.mindfusion.charting.Theme
Gets the dash style of highlight strokes.
getHighlightStrokeThickness() - Method in class com.mindfusion.charting.Plot
Gets the stroke thickness of highlighted item.
getHighlightStrokeThickness() - Method in class com.mindfusion.charting.Theme
Gets the thickness of highlight strokes.
getHorizontalBars() - Method in interface com.mindfusion.charting.BarContainer
Gets a value identifying whether bars should be horizontal.
getHorizontalBars() - Method in class com.mindfusion.charting.BarOverlayRenderer
Gets a value indicating whether bars should be horizontal.
getHorizontalBars() - Method in class com.mindfusion.charting.BarRenderer
Gets a value indicating whether bars should be horizontal.
getHorizontalBars() - Method in class com.mindfusion.charting.BarStackRenderer
Gets a value identifying whether bars should be horizontal.
getHorizontalBars() - Method in class com.mindfusion.charting.swing.BarChart
Gets a value identifying whether bars should be horizontal.
getIncludeUnalteredProperties() - Method in class com.mindfusion.charting.XmlPersistContext
Gets a value specifies whether properties that have their default value should be serialized to XML.
getIndex() - Method in class com.mindfusion.charting.HitResult
Gets the data item index within its Series.
getInnerLabel() - Method in class com.mindfusion.charting.ChartEvent
Gets label to display inside chart segments.
getInnerLabels() - Method in class com.mindfusion.charting.BarSeries
Gets the inner labels.
getInnerLabels() - Method in class com.mindfusion.charting.PieSeries
Gets the inner labels.
getInnerLabelsDataField() - Method in class com.mindfusion.charting.DataBoundSeries
Gets the name of inner labels data field in the data source.
getInnerLabelsDataFields() - Method in class com.mindfusion.charting.swing.Chart
Gets the names of fields in the data source whose values are shown as inner labels of rendered graphical elements.
getInnerLabelsPath() - Method in class com.mindfusion.charting.XmlSeries
Gets the XPath expression identifying inner data labels.
getInterval() - Method in class com.mindfusion.charting.Axis
Gets the size of axis intervals.
getIsZoomed() - Method in class com.mindfusion.charting.Plot2D
Gets a value indicating whether the user has zoomed into this plot.
getLabel(int, LabelKinds) - Method in class com.mindfusion.charting.BarSeries
SimpleSeries.getLabel override.
getLabel(int, LabelKinds) - Method in class com.mindfusion.charting.DataBoundSeries
Implements Series.getLabel.
getLabel(int, LabelKinds) - Method in class com.mindfusion.charting.DateTimeSeries
Implements Series.getLabel.
getLabel(int, LabelKinds) - Method in class com.mindfusion.charting.EventSeries
Implements Series.getLabel.
getLabel(int, LabelKinds) - Method in class com.mindfusion.charting.FunctionSeries
Implements Series.getLabel.
getLabel(int, LabelKinds) - Method in class com.mindfusion.charting.PieSeries
SimpleSeries.getLabel override.
getLabel(int, LabelKinds) - Method in class com.mindfusion.charting.PointSeries
Implements Series.getLabel.
getLabel(int, LabelKinds) - Method in class com.mindfusion.charting.PointSeries3D
Implements Series.getLabel.
getLabel(int, LabelKinds) - Method in interface com.mindfusion.charting.Series
Returns a label for the specified data item in this series.
getLabel(int, LabelKinds) - Method in class com.mindfusion.charting.Series2D
Implements Series.getLabel.
getLabel(int, LabelKinds) - Method in class com.mindfusion.charting.Series3D
Implements Series.getLabel.
getLabel(int, LabelKinds) - Method in class com.mindfusion.charting.SimpleSeries
Implements Series.getLabel.
getLabel(int, LabelKinds) - Method in class com.mindfusion.charting.StockPriceSeries
Implements Series.getLabel.
getLabel(int, LabelKinds) - Method in class com.mindfusion.charting.XmlSeries
Implements Series.getLabel.
getLabelAlignment() - Method in class com.mindfusion.charting.AxisRenderer
Gets the alignment of data labels.
getLabelAlignment() - Method in class com.mindfusion.charting.BubbleRenderer
Gets the label alignment.
getLabelBrush() - Method in class com.mindfusion.charting.AxisRenderer
Gets the Brush that should be used to draw axis labels.
getLabelBrush() - Method in class com.mindfusion.charting.SeriesRenderer
Gets the Brush that should be used to draw labels of data items.
getLabelFont() - Method in class com.mindfusion.charting.TextRenderer
Gets the Font used to draw labels.
getLabelFontName() - Method in class com.mindfusion.charting.AxisRenderer
Gets the name of font that should be used to draw axis labels.
getLabelFontName() - Method in class com.mindfusion.charting.SeriesRenderer
Gets the name of font that should be used to draw labels of data items.
getLabelFontSize() - Method in class com.mindfusion.charting.AxisRenderer
Gets the size of font that should be used to draw axis labels.
getLabelFontSize() - Method in class com.mindfusion.charting.SeriesRenderer
Gets the size of font that should be used to draw labels of data items.
getLabelFontStyle() - Method in class com.mindfusion.charting.AxisRenderer
Gets the style of font that should be used to draw axis labels.
getLabelFontStyle() - Method in class com.mindfusion.charting.SeriesRenderer
Gets the style of font that should be used to draw labels of data items.
getLabelPadding() - Method in class com.mindfusion.charting.AxisRenderer
Gets the padding space between the axis line and coordinate labels.
getLabelPrefix() - Method in class com.mindfusion.charting.DateTimeSeries
Gets a prefix added in front of formatted DateTime labels.
getLabelPrefix() - Method in class com.mindfusion.charting.StockPriceSeries
Gets a prefix added in front of formatted DateTime labels.
getLabelRotationAngle() - Method in class com.mindfusion.charting.AxisRenderer
Gets the rotation angle of data labels.
getLabels() - Method in class com.mindfusion.charting.PointSeries
Gets the data labels.
getLabels() - Method in class com.mindfusion.charting.PointSeries3D
Gets the data labels.
getLabels() - Method in class com.mindfusion.charting.Series2D
Gets the data labels.
getLabels() - Method in class com.mindfusion.charting.Series3D
Gets the data labels.
getLabelsSource() - Method in class com.mindfusion.charting.AxisRenderer
Gets the object whose Series labels should be rendered along this axis.
getLabelSuffix() - Method in class com.mindfusion.charting.DateTimeSeries
Gets a suffix appended to formatted DateTime labels.
getLabelSuffix() - Method in class com.mindfusion.charting.StockPriceSeries
Gets a suffix appended to formatted DateTime labels.
getLastInRange(int, RenderContext) - Method in class com.mindfusion.charting.Renderer2D
Gets the index of last data item in currently visible plot range.
getLastInRange(int, Axis) - Method in class com.mindfusion.charting.Renderer2D
Gets the index of last data item in specified range.
getLayout() - Method in class com.mindfusion.charting.TowerRenderer
Gets the layout of tower segments.
getLayoutBuilder() - Method in class com.mindfusion.charting.swing.Dashboard
Gets a LayoutBuilder instance that provides shortcut methods for building fragments of dashboard's user interface.
getLayoutPanel() - Method in class com.mindfusion.charting.swing.Dashboard
Gets a Panel containing dashboard components that should participate in layout measurements and be arranged relatively to each other.
getLeft() - Method in class com.mindfusion.charting.ChartPadding
 
getLeft() - Method in class com.mindfusion.charting.Margins
Gets the width of the left side of the frame.
getLeft() - Method in class com.mindfusion.charting.Thickness
Gets the width of the left side of the frame.
getLeftSeries() - Method in class com.mindfusion.charting.swing.TowerChart
Gets the series whose data is drawn on the left side of this chart.
getLeftSeries() - Method in class com.mindfusion.charting.TowerRenderer
Gets the left-side Series drawn by this TowerRenderer.
getLegendBackground() - Method in class com.mindfusion.charting.Theme
Gets a Brush used to draw legend background.
getLegendBorderStroke() - Method in class com.mindfusion.charting.Theme
Gets a Brush used to draw legend borders.
getLegendBorderStrokeDashStyle() - Method in class com.mindfusion.charting.Theme
Gets the dash style of legend borders.
getLegendBorderStrokeThickness() - Method in class com.mindfusion.charting.Theme
Gets the thickness of legend borders.
getLegendElementLabelKind() - Method in class com.mindfusion.charting.swing.Chart
 
getLegendHorizontalAlignment() - Method in class com.mindfusion.charting.swing.Chart
Gets the horizontal alignment of the legend.
getLegendMargin() - Method in class com.mindfusion.charting.swing.Chart
Gets the margin space around the legend.
getLegendRenderer() - Method in class com.mindfusion.charting.swing.Chart
Gets the LegendRenderer component used to draw the chart's legend.
getLegendTitle() - Method in class com.mindfusion.charting.swing.Chart
Gets the legend title.
getLegendTitleBrush() - Method in class com.mindfusion.charting.Theme
Gets the Brush used to draw legend titles.
getLegendTitleFontName() - Method in class com.mindfusion.charting.Theme
Gets the name of font used to draw legend titles.
getLegendTitleFontSize() - Method in class com.mindfusion.charting.Theme
Gets the size of font used to draw legend titles.
getLegendTitleFontStyle() - Method in class com.mindfusion.charting.Theme
Gets the style of font used to draw legend titles.
getLegendVerticalAlignment() - Method in class com.mindfusion.charting.swing.Chart
Gets the vertical alignment of the legend.
getLength() - Method in class com.mindfusion.charting.Vector
Gets the length of this vector.
getLengthSquared() - Method in class com.mindfusion.charting.Vector
Gets the squared length of this vector.
getLineType() - Method in class com.mindfusion.charting.swing.AreaChart
Gets what type of line segments to draw between data points.
getLineType() - Method in class com.mindfusion.charting.swing.LineChart
Gets what type of line segments to draw between data points.
getLow() - Method in class com.mindfusion.charting.StockPrice
Gets the low value.
getLowDimension() - Method in class com.mindfusion.charting.CandlestickRenderer
Gets the index of the dimension, containing low values.
getMargins() - Method in class com.mindfusion.charting.swing.TowerChart
Gets the size of margins around chart graphics.
getMargins() - Method in class com.mindfusion.charting.TowerRenderer
Gets the size of margins around chart graphics.
getMaxDate() - Method in class com.mindfusion.charting.DateTimeSeries
Gets the end of the time range.
getMaxItemsPerColumn() - Method in class com.mindfusion.charting.LegendRenderer
 
getMaxLegendItemsPerColumn() - Method in class com.mindfusion.charting.swing.Chart
 
getMaxValue() - Method in class com.mindfusion.charting.Axis
Gets the largest value displayed on this axis.
getMaxValue() - Method in class com.mindfusion.charting.DateTimeSeries
Gets the coordinate corresponding to MaxDate.
getMaxXSum() - Method in class com.mindfusion.charting.Renderer2D
Gets the maximum sum of X data values locates at same index in all series.
getMaxXSumPositive(double) - Method in class com.mindfusion.charting.Renderer2D
 
getMaxYSum() - Method in class com.mindfusion.charting.Renderer2D
Gets the maximum sum of Y data values locates at same index in all series.
getMaxYSumPositive(double) - Method in class com.mindfusion.charting.Renderer2D
 
getMinDate() - Method in class com.mindfusion.charting.DateTimeSeries
Gets the start of the time range.
getMinValue() - Method in class com.mindfusion.charting.Axis
Gets the smallest value displayed on this axis.
getMinValue() - Method in class com.mindfusion.charting.DateTimeSeries
Gets the coordinate corresponding to MinDate.
getMinXSumNegative(double) - Method in class com.mindfusion.charting.Renderer2D
 
getMinYSumNegative(double) - Method in class com.mindfusion.charting.Renderer2D
 
getModel() - Method in class com.mindfusion.charting.BarRenderer3D
 
getModel() - Method in class com.mindfusion.charting.BarStackRenderer3D
 
getNumberFormat() - Method in class com.mindfusion.charting.Axis
Gets the number format of coordinate labels.
getOpen() - Method in class com.mindfusion.charting.StockPrice
Gets the open value.
getOpenDimension() - Method in class com.mindfusion.charting.CandlestickRenderer
Gets the index of the dimension, containing open values.
getOrigin() - Method in class com.mindfusion.charting.Axis
Gets the axis origin.
getOuterLabel() - Method in class com.mindfusion.charting.ChartEvent
Gets label to display outside chart segments.
getOuterLabels() - Method in class com.mindfusion.charting.PieSeries
Gets the outer labels.
getOuterLabelsDataField() - Method in class com.mindfusion.charting.DataBoundSeries
Gets the name of outer labels data field in the data source.
getOuterLabelsDataFields() - Method in class com.mindfusion.charting.swing.Chart
Gets the names of fields in the data source whose values are shown as outer labels of rendered graphical elements.
getOuterLabelsPath() - Method in class com.mindfusion.charting.XmlSeries
Gets the XPath expression identifying outer data labels.
getPadding() - Method in class com.mindfusion.charting.LegendRenderer
Gets the padding space between content and borders of this legend.
getPadding() - Method in class com.mindfusion.charting.PolarPlot
Gets padding space between the plot's border and series graphics.
getPage() - Method in class com.mindfusion.charting.swing.PrintPreview
 
getPinGrid() - Method in class com.mindfusion.charting.Plot2D
Gets a value indicating whether grid stripes should be pinned in place or scroll together with the plot when users pan it.
getPinGrid() - Method in class com.mindfusion.charting.swing.BiaxialChart
Gets a value indicating whether grid stripes should be pinned in place or scroll together with the plot when users pan it.
getPinLabels() - Method in class com.mindfusion.charting.AxisRenderer
Gets a value indicating whether coordinate labels should be pinned in place or scroll together with the plot when users pan it.
getPixel(int, int, Axis, Axis, Component) - Method in class com.mindfusion.charting.Renderer2D
Gets the coordinates of specified data item when mapped to a Plot2D pixel.
getPixel(double, Axis, double, Axis, Component) - Method in class com.mindfusion.charting.Renderer2D
Gets the coordinates of specified data item when mapped to a Plot2D pixel.
getPixel(int, int, Axis, Axis, Component) - Method in class com.mindfusion.charting.StackRenderer
Gets the coordinates of specified data item when mapped to a Plot2D pixel.
getPlot() - Method in class com.mindfusion.charting.HitResult
Gets the Plot that has been hit.
getPlot() - Method in class com.mindfusion.charting.swing.Chart
Gets the chart's Plot component.
getPlotBackground() - Method in class com.mindfusion.charting.Theme
Gets a Brush used to draw the background of plots.
getPlotBorderStroke() - Method in class com.mindfusion.charting.Theme
Gets a Brush used to stroke plot borders.
getPlotBorderStrokeDashStyle() - Method in class com.mindfusion.charting.Theme
Gets the dash style of plot borders.
getPlotBorderStrokeThickness() - Method in class com.mindfusion.charting.Theme
Gets the thickness of plot borders.
getPlotBottomSide() - Method in class com.mindfusion.charting.XAxisRenderer
Gets whether this XAxisRenderer is shown at the bottom side of a plot.
getPlotImage() - Method in class com.mindfusion.charting.swing.Chart
Gets the Image drawn inside chart's plot area.
getPlotImageAlign() - Method in class com.mindfusion.charting.swing.Chart
Gets the alignment of PlotImage relatively to the plot boundaries.
getPlotImageAutoSize() - Method in class com.mindfusion.charting.swing.Chart
Gets whether auto-size mode is enabled for PlotImage.
getPlotLeftSide() - Method in class com.mindfusion.charting.YAxisRenderer
Gets whether this YAxisRenderer is shown at the left side of a plot.
getPlotPanel() - Method in class com.mindfusion.charting.swing.Chart
Gets the Panel that contains the chart's plot and associated elements.
getPoints() - Method in class com.mindfusion.charting.PointSeries
Gets the series' points.
getPoints() - Method in class com.mindfusion.charting.PointSeries3D
Gets the series' points.
getPosition() - Static method in class com.mindfusion.charting.ToolTip
Gets the tooltip position.
getRadarType() - Method in class com.mindfusion.charting.swing.RadarChart
Gets the type of radar graphics drawn in this chart.
getRange() - Method in class com.mindfusion.charting.swing.TowerChart
Gets fixed data range size.
getRange() - Method in class com.mindfusion.charting.TowerRenderer
Gets fixed data range size.
getRenderer() - Method in class com.mindfusion.charting.HitResult
Gets the SeriesRenderer that has been hit.
getRight() - Method in class com.mindfusion.charting.ChartPadding
 
getRight() - Method in class com.mindfusion.charting.Margins
Gets the width of the right side of the frame.
getRight() - Method in class com.mindfusion.charting.Thickness
Gets the width of the right side of the frame.
getRightSeries() - Method in class com.mindfusion.charting.swing.TowerChart
Gets the series whose data is drawn on the right side of this chart.
getRightSeries() - Method in class com.mindfusion.charting.TowerRenderer
Gets the right-side Series drawn by this TowerRenderer.
getRisingBrush() - Method in class com.mindfusion.charting.CandlestickSeriesStyle
Gets a Brush used to fill candlesticks, which open value is smaller or equal to its close value.
getRootPanel() - Method in class com.mindfusion.charting.swing.Dashboard
Gets the root Panel in the hierarchy of dashboard components.
getRunningAnimation() - Method in class com.mindfusion.charting.PanController
For internal use.
getRunningAnimation() - Method in class com.mindfusion.charting.PlotController
For internal use.
getRunningAnimation() - Method in class com.mindfusion.charting.RotationController
For internal use.
getSameIndexSpacingRatio() - Method in class com.mindfusion.charting.BarRenderer
Gets the ratio of empty space to occupied space in bar groups drawn for data items as same index in each series.
getSegmentShape() - Method in class com.mindfusion.charting.swing.TowerChart
Gets the shape of tower segments.
getSegmentShape() - Method in class com.mindfusion.charting.TowerRenderer
Gets the shape of tower segments.
getSegmentSpacing() - Method in class com.mindfusion.charting.FunnelRenderer
Gets the spacing between segments.
getSegmentSpacing() - Method in class com.mindfusion.charting.swing.FunnelChart
Gets the spacing between funnel segments.
getSeries() - Method in class com.mindfusion.charting.FunnelRenderer
Gets the Series drawn by this FunnelRenderer.
getSeries() - Method in class com.mindfusion.charting.HitResult
Gets the Series that has been hit.
getSeries() - Method in class com.mindfusion.charting.PieRenderer
Gets the Series drawn by this PieRenderer.
getSeries() - Method in class com.mindfusion.charting.RadarRenderer
Gets the list of Series drawn by this RadarRenderer.
getSeries() - Method in class com.mindfusion.charting.Renderer2D
Gets a list of Series drawn by this Renderer2D.
getSeries() - Method in class com.mindfusion.charting.swing.AreaChart
Gets the list of series whose data is drawn in this chart.
getSeries() - Method in class com.mindfusion.charting.swing.BarChart
Gets the list of series whose data is drawn in this chart.
getSeries() - Method in class com.mindfusion.charting.swing.BarChart3D
Gets the list of series whose data is drawn in this chart.
getSeries() - Method in class com.mindfusion.charting.swing.BiaxialChart
Gets the list of series whose data is drawn in this chart.
getSeries() - Method in class com.mindfusion.charting.swing.BubbleChart
{@inheritDoc
getSeries() - Method in class com.mindfusion.charting.swing.CandlestickChart
Gets the list of series whose data is drawn in this chart.
getSeries() - Method in class com.mindfusion.charting.swing.FunnelChart
Gets the series whose data is drawn in this chart.
getSeries() - Method in class com.mindfusion.charting.swing.LineChart
Gets the list of series whose data is drawn in this chart.
getSeries() - Method in class com.mindfusion.charting.swing.PieChart
Gets the series whose data is drawn in this chart.
getSeries() - Method in class com.mindfusion.charting.swing.RadarChart
Gets the list of series whose data is drawn in this chart.
getSeries() - Method in class com.mindfusion.charting.swing.ScatterChart
Gets the list of series whose data is drawn in this chart.
getSeriesFills() - Method in class com.mindfusion.charting.Theme
Gets a list of Brush lists, each list used to draw a different series, and each Brush used to fill individual elements of a series.
getSeriesPadding() - Method in class com.mindfusion.charting.swing.TowerChart
Gets the padding distance between series.
getSeriesPadding() - Method in class com.mindfusion.charting.TowerRenderer
Gets the padding distance between series.
getSeriesRenderer() - Method in class com.mindfusion.charting.swing.BarChart
Gets the default SeriesRenderer for this chart.
getSeriesRenderer() - Method in class com.mindfusion.charting.swing.BubbleChart
Gets the default SeriesRenderer for this chart.
getSeriesRenderer() - Method in class com.mindfusion.charting.swing.CandlestickChart
Gets the default SeriesRenderer for this chart.
getSeriesRenderer() - Method in class com.mindfusion.charting.swing.FunnelChart
Chart.getSeriesRenderer override.
getSeriesRenderer() - Method in class com.mindfusion.charting.swing.PieChart
Gets the default SeriesRenderer for this chart.
getSeriesRenderer() - Method in class com.mindfusion.charting.swing.TowerChart
Chart.getSeriesRenderer override.
getSeriesRenderers() - Method in class com.mindfusion.charting.Plot
Gets the SeriesRenderer objects that should draw inside this plot.
getSeriesStrokeDashStyles() - Method in class com.mindfusion.charting.Theme
Gets a list of DashStyle lists, each list used to stroke a different series, and each DashStyle value specifying style of individual elements of a series.
getSeriesStrokes() - Method in class com.mindfusion.charting.Theme
Gets a list of Brush lists, each list used to stroke a different series, and each Brush used to stroke individual elements of a series.
getSeriesStrokeThicknesses() - Method in class com.mindfusion.charting.Theme
Gets a list of double lists, each list used to stroke a different series, and each double value specifying thickness of individual elements of a series.
getSeriesStyle() - Method in class com.mindfusion.charting.Plot
Gets a SeriesStyle whose attributes should be used to draw series inside this plot, unless their own renderers have a local SeriesStyle value set for respective attribute.
getSeriesStyle() - Method in class com.mindfusion.charting.SeriesRenderer
A SeriesStyle instance specifying the appearance of series associated with this renderer.
getShape(Rectangle2D) - Method in enum com.mindfusion.charting.AnnotationType
 
getShape() - Method in class com.mindfusion.charting.ScatterRenderer
Gets the type of scatter shapes.
getShape() - Method in class com.mindfusion.charting.swing.ScatterChart
Gets the type of scatter shapes.
getShapeSize() - Method in class com.mindfusion.charting.ScatterRenderer
Gets the size of scatter shapes.
getShapeSize() - Method in class com.mindfusion.charting.swing.ScatterChart
Gets the size of scatter shapes.
getShowCoordinates() - Method in class com.mindfusion.charting.AxisRenderer
Gets a value indicating whether this AxisRenderer should draw axis coordinates.
getShowCoordinates() - Method in class com.mindfusion.charting.RadarPlot
Gets a value indicating whether the grid should display axis coordinates.
getShowCoordinates() - Method in class com.mindfusion.charting.swing.RadarChart
Gets a value indicating whether the chart should show axis coordinates.
getShowDataLabels() - Method in class com.mindfusion.charting.SeriesRenderer
Gets the kind of data labels to draw.
getShowDataLabels() - Method in class com.mindfusion.charting.swing.Chart
Gets what kind of labels from data series should be drawn.
getShowHighlight() - Method in class com.mindfusion.charting.SeriesRenderer
Gets a value indicating whether to highlight hovered data items.
getShowHighlight() - Method in class com.mindfusion.charting.swing.Chart
Gets a value indicating whether to highlight hovered data items.
getShowLegend() - Method in class com.mindfusion.charting.swing.Chart
Gets a value indicating whether the chart should draw a legend.
getShowScatter() - Method in class com.mindfusion.charting.swing.BiaxialChart
Gets a value indicating whether the chart should render scatter shapes.
getShowScatter() - Method in class com.mindfusion.charting.swing.RadarChart
Gets a value indicating whether the chart should render scatter shapes.
getShowSeriesElements() - Method in class com.mindfusion.charting.LegendRenderer
 
getShowSeriesLabels() - Method in class com.mindfusion.charting.AxisRenderer
Gets a value indicating whether this AxisRenderer should draw data labels.
getShowTicks() - Method in class com.mindfusion.charting.AxisRenderer
Gets a value indicating whether this AxisRenderer should draw axis ticks.
getShowTitle() - Method in class com.mindfusion.charting.LegendRenderer
Gets a value indicating whether to display the legend title.
getShowToolTips() - Method in class com.mindfusion.charting.SeriesRenderer
Gets a value indicating whether to show tooltips.
getShowToolTips() - Method in class com.mindfusion.charting.swing.Chart
Gets a value indicating whether to show tooltips.
getShowXCoordinates() - Method in class com.mindfusion.charting.swing.BiaxialChart
Gets a value indicating whether to show X axis coordinates.
getShowXTicks() - Method in class com.mindfusion.charting.swing.BiaxialChart
Gets a value indicating whether to show X axis ticks.
getShowYCoordinates() - Method in class com.mindfusion.charting.swing.BiaxialChart
Gets a value indicating whether to show Y axis coordinates.
getShowYTicks() - Method in class com.mindfusion.charting.swing.BiaxialChart
Gets a value indicating whether to show Y axis ticks.
getShowZoomWidgets() - Method in class com.mindfusion.charting.swing.Chart
Gets a value indicating whether the plot should show zoom buttons.
getSize() - Method in class com.mindfusion.charting.DataBoundSeries
Implements Series.getSize.
getSize() - Method in class com.mindfusion.charting.DateTimeSeries
Implements Series.getSize.
getSize() - Method in class com.mindfusion.charting.EventSeries
Implements Series.getSize.
getSize() - Method in class com.mindfusion.charting.FunctionSeries
Implements Series.getSize.
getSize() - Method in class com.mindfusion.charting.PointSeries
Implements Series.getSize.
getSize() - Method in class com.mindfusion.charting.PointSeries3D
Implements Series.getSize.
getSize() - Method in interface com.mindfusion.charting.Series
Gets the number of data items in this series.
getSize() - Method in class com.mindfusion.charting.Series2D
Implements Series.getSize.
getSize() - Method in class com.mindfusion.charting.Series3D
Implements Series.getSize.
getSize() - Method in class com.mindfusion.charting.SimpleSeries
Implements Series.getSize.
getSize() - Method in class com.mindfusion.charting.StockPriceSeries
Implements Series.getSize.
getSize() - Method in class com.mindfusion.charting.XmlSeries
Implements Series.getSize.
getStartAngle() - Method in class com.mindfusion.charting.PolarPlot
Gets the angle where first data item of series should be drawn.
getStartAngle() - Method in class com.mindfusion.charting.swing.PieChart
Gets the angle where first data item of series should be drawn.
getStartAngle() - Method in class com.mindfusion.charting.swing.RadarChart
Gets the angle where first data item of series should be drawn.
getStemWidth() - Method in class com.mindfusion.charting.FunnelRenderer
Gets the width of the funnel stem.
getStemWidth() - Method in class com.mindfusion.charting.swing.FunnelChart
Gets the width of the funnel stem.
getStroke() - Method in class com.mindfusion.charting.CandlestickSeriesStyle
Gets a Brush used to stroke candlesticks;
getStrokeDashStyle() - Method in class com.mindfusion.charting.CandlestickSeriesStyle
Gets the stroke dash style of the candlesticks.
getStrokeDashStyles() - Method in class com.mindfusion.charting.MixedSeriesStyle
Gets a list of DashStyle lists, each list used to stroke a different series, and each DashStyle value specifying style of individual elements of a series.
getStrokeDashStyles() - Method in class com.mindfusion.charting.PerElementSeriesStyle
Gets a list of DashStyle lists, each list used to stroke a different series, and each DashStyle value specifying style of individual elements of a series.
getStrokeDashStyles() - Method in class com.mindfusion.charting.PerSeriesStyle
Gets a list of dash styles, each style applied to all elements of a series.
getStrokes() - Method in class com.mindfusion.charting.MixedSeriesStyle
Gets a list of Brush lists, each list used to stroke a different series, and each Brush used to stroke individual elements of a series.
getStrokes() - Method in class com.mindfusion.charting.PerElementSeriesStyle
Gets a list of Brush lists, each list used to stroke a different series, and each Brush used to stroke individual elements of a series.
getStrokes() - Method in class com.mindfusion.charting.PerSeriesStyle
Gets a list of brushes, each Brush used to stroke all elements of a series.
getStrokeThickness() - Method in class com.mindfusion.charting.CandlestickSeriesStyle
Gets the stroke thickness of the candlesticks.
getStrokeThicknesses() - Method in class com.mindfusion.charting.MixedSeriesStyle
Gets a list of double lists, each list used to stroke a different series, and each double value specifying thickness of individual elements of a series.
getStrokeThicknesses() - Method in class com.mindfusion.charting.PerElementSeriesStyle
Gets a list of double lists, each list used to stroke a different series, and each double value specifying thickness of individual elements of a series.
getStrokeThicknesses() - Method in class com.mindfusion.charting.PerSeriesStyle
Gets a list of stroke thicknesses, each thickness applied to all elements of a series.
getSubtitle() - Method in class com.mindfusion.charting.swing.Chart
Gets the sub-title of this chart.
getSubtitleBrush() - Method in class com.mindfusion.charting.swing.Chart
Gets the Brush used to draw chart's Subtitle.
getSubtitleBrush() - Method in class com.mindfusion.charting.Theme
Gets the Brush used to draw the chart sub-title.
getSubtitleFontName() - Method in class com.mindfusion.charting.swing.Chart
Gets the name of Font used to draw chart's Subtitle.
getSubtitleFontName() - Method in class com.mindfusion.charting.Theme
Gets the name of font used to draw the chart sub-title.
getSubtitleFontSize() - Method in class com.mindfusion.charting.swing.Chart
Gets the size of Font used to draw chart's Subtitle.
getSubtitleFontSize() - Method in class com.mindfusion.charting.Theme
Gets the size of font used to draw the chart sub-title.
getSubtitleFontStyle() - Method in class com.mindfusion.charting.swing.Chart
Gets the style of Font used to draw chart's Subtitle.
getSubtitleFontStyle() - Method in class com.mindfusion.charting.Theme
Gets the style of font used to draw the chart sub-title.
getSubtitleMargin() - Method in class com.mindfusion.charting.swing.Chart
Gets the margin space around Subtitle.
getSupportedLabels() - Method in class com.mindfusion.charting.BarSeries
SimpleSeries.getSupportedLabels override.
getSupportedLabels() - Method in class com.mindfusion.charting.DataBoundSeries
Implements Series.getSupportedLabels.
getSupportedLabels() - Method in class com.mindfusion.charting.DateTimeSeries
Implements Series.getSupportedLabels.
getSupportedLabels() - Method in class com.mindfusion.charting.EventSeries
Implements Series.getSupportedLabels.
getSupportedLabels() - Method in class com.mindfusion.charting.FunctionSeries
Implements Series.getSupportedLabels.
getSupportedLabels() - Method in class com.mindfusion.charting.PieSeries
Implements Series.getSupportedLabels.
getSupportedLabels() - Method in class com.mindfusion.charting.PointSeries
Implements Series.getSupportedLabels.
getSupportedLabels() - Method in class com.mindfusion.charting.PointSeries3D
Implements Series.getSupportedLabels.
getSupportedLabels() - Method in interface com.mindfusion.charting.Series
Gets the kind of labels supported by this series.
getSupportedLabels() - Method in class com.mindfusion.charting.Series2D
Implements Series.getSupportedLabels.
getSupportedLabels() - Method in class com.mindfusion.charting.Series3D
Implements Series.getSupportedLabels.
getSupportedLabels() - Method in class com.mindfusion.charting.SimpleSeries
Implements Series.getSupportedLabels.
getSupportedLabels() - Method in class com.mindfusion.charting.StockPriceSeries
Implements Series.getSupportedLabels.
getSupportedLabels() - Method in class com.mindfusion.charting.XmlSeries
Implements Series.getSupportedLabels.
getTag() - Method in class com.mindfusion.charting.RenderContext
 
getText() - Method in class com.mindfusion.charting.TextRenderer.collectModeData
 
getText() - Static method in class com.mindfusion.charting.ToolTip
Gets the tooltip text.
getTextBrush() - Method in class com.mindfusion.charting.TextRenderer
Gets the Brush used to draw labels.
getTextBrush() - Method in class com.mindfusion.charting.TextStyle
Gets a Brush used to draw text.
getTheme() - Method in class com.mindfusion.charting.RenderContext
Gets the Theme used to resolve appearance attributes.
getTheme() - Method in class com.mindfusion.charting.swing.Dashboard
Gets a Theme specifying appearance of dashboard elements.
getTime() - Method in class com.mindfusion.charting.ChartEvent
Gets the event time or order.
getTitle() - Method in class com.mindfusion.charting.Axis
Gets the axis title.
getTitle() - Method in class com.mindfusion.charting.DataBoundSeries
Implements Series.getTitle.
getTitle() - Method in class com.mindfusion.charting.DateTimeSeries
Implements Series.getTitle.
getTitle() - Method in class com.mindfusion.charting.EventSeries
Implements Series.getTitle.
getTitle() - Method in class com.mindfusion.charting.FunctionSeries
Implements Series.getTitle.
getTitle() - Method in class com.mindfusion.charting.LegendRenderer
Gets the legend's title.
getTitle() - Method in class com.mindfusion.charting.PointSeries
Implements Series.getTitle.
getTitle() - Method in class com.mindfusion.charting.PointSeries3D
Implements Series.getTitle.
getTitle() - Method in interface com.mindfusion.charting.Series
Gets the title of this series.
getTitle() - Method in class com.mindfusion.charting.Series2D
Implements Series.getTitle.
getTitle() - Method in class com.mindfusion.charting.Series3D
Implements Series.getTitle.
getTitle() - Method in class com.mindfusion.charting.SimpleSeries
Implements Series.getTitle.
getTitle() - Method in class com.mindfusion.charting.StockPriceSeries
Implements Series.getTitle.
getTitle() - Method in class com.mindfusion.charting.swing.Chart
Gets the title of this chart.
getTitle() - Method in class com.mindfusion.charting.XmlSeries
Implements Series.getTitle.
getTitleBrush() - Method in class com.mindfusion.charting.AxisRenderer
Gets the Brush that should be used to draw the axis Title.
getTitleBrush() - Method in class com.mindfusion.charting.LegendRenderer
Gets the Brush that should be used to draw the legend's Title.
getTitleBrush() - Method in class com.mindfusion.charting.swing.Chart
Gets the Brush used to draw chart's Title.
getTitleBrush() - Method in class com.mindfusion.charting.Theme
Gets the Brush used to draw the chart title.
getTitleFontName() - Method in class com.mindfusion.charting.AxisRenderer
Gets the name of font that should be used to draw the axis Title.
getTitleFontName() - Method in class com.mindfusion.charting.LegendRenderer
Gets the name of font that should be used to draw the legend's Title.
getTitleFontName() - Method in class com.mindfusion.charting.swing.Chart
Gets the name of Font used to draw chart's Title.
getTitleFontName() - Method in class com.mindfusion.charting.Theme
Gets the name of font used to draw the chart title.
getTitleFontSize() - Method in class com.mindfusion.charting.AxisRenderer
Gets the size of font that should be used to draw the axis Title.
getTitleFontSize() - Method in class com.mindfusion.charting.LegendRenderer
Gets the size of font that should be used to draw the legend's Title.
getTitleFontSize() - Method in class com.mindfusion.charting.swing.Chart
Gets the size of Font used to draw chart's Title.
getTitleFontSize() - Method in class com.mindfusion.charting.Theme
Gets the size of font used to draw the chart title.
getTitleFontStyle() - Method in class com.mindfusion.charting.AxisRenderer
Gets the style of font that should be used to draw the axis Title.
getTitleFontStyle() - Method in class com.mindfusion.charting.LegendRenderer
Gets the style of font that should be used to draw the legend's Title.
getTitleFontStyle() - Method in class com.mindfusion.charting.swing.Chart
Gets the style of Font used to draw chart's Title.
getTitleFontStyle() - Method in class com.mindfusion.charting.Theme
Gets the style of font used to draw the chart title.
getTitleMargin() - Method in class com.mindfusion.charting.swing.Chart
Gets the margin space around Title.
getTooltip() - Method in class com.mindfusion.charting.ChartEvent
Gets segment's tooltip.
getToolTips() - Method in class com.mindfusion.charting.SimpleSeries
Gets the tooltips associated with data items.
getToolTipsDataField() - Method in class com.mindfusion.charting.DataBoundSeries
Gets the name of tooltips data field in the data source.
getToolTipsDataFields() - Method in class com.mindfusion.charting.swing.Chart
Gets the names of fields in the data source whose values are shown as tooltips of rendered graphical elements.
getToolTipsPath() - Method in class com.mindfusion.charting.XmlSeries
Gets the XPath expression identifying tooltips.
getTop() - Method in class com.mindfusion.charting.ChartPadding
 
getTop() - Method in class com.mindfusion.charting.Margins
Gets the width of the top side of the frame.
getTop() - Method in class com.mindfusion.charting.Thickness
Gets the width of the top side of the frame.
getTopLabels() - Method in class com.mindfusion.charting.BarSeries
Gets the top labels.
getTowerLayout() - Method in class com.mindfusion.charting.swing.TowerChart
Gets the layout of tower segments.
getUniformFill() - Method in class com.mindfusion.charting.MixedSeriesStyle
Gets a Brush used to fill all elements of all series uniformly.
getUniformFill() - Method in class com.mindfusion.charting.UniformSeriesStyle
Gets a Brush used to fill all elements of all series uniformly.
getUniformScale() - Method in class com.mindfusion.charting.RadarPlot
Gets a value indicating whether all axes should display same data range.
getUniformScale() - Method in class com.mindfusion.charting.swing.RadarChart
Gets a value indicating whether all axes should display same data range.
getUniformSeriesFill() - Method in class com.mindfusion.charting.Theme
Gets a Brush used to fill all elements of all series uniformly.
getUniformSeriesStroke() - Method in class com.mindfusion.charting.Theme
Gets a Brush used to stroke all elements of all series uniformly.
getUniformSeriesStrokeDashStyle() - Method in class com.mindfusion.charting.Theme
Gets uniform stroke dash style for all elements of all series.
getUniformSeriesStrokeThickness() - Method in class com.mindfusion.charting.Theme
Gets uniform stroke thickness for all elements of all series.
getUniformStroke() - Method in class com.mindfusion.charting.MixedSeriesStyle
Gets a Brush used to stroke all elements of all series uniformly.
getUniformStroke() - Method in class com.mindfusion.charting.UniformSeriesStyle
Gets a Brush used to stroke all elements of all series uniformly.
getUniformStrokeDashStyle() - Method in class com.mindfusion.charting.MixedSeriesStyle
Gets uniform stroke dash style for all elements of all series.
getUniformStrokeDashStyle() - Method in class com.mindfusion.charting.UniformSeriesStyle
Gets uniform stroke dash style for all elements of all series.
getUniformStrokeThickness() - Method in class com.mindfusion.charting.MixedSeriesStyle
Gets uniform stroke thickness for all elements of all series.
getUniformStrokeThickness() - Method in class com.mindfusion.charting.UniformSeriesStyle
Gets uniform stroke thickness for all elements of all series.
getValue() - Method in class com.mindfusion.charting.ChartEvent
Gets the event value.
getValue(int, int) - Method in class com.mindfusion.charting.DataBoundSeries
Implements Series.getValue.
getValue(int, int) - Method in class com.mindfusion.charting.DateTimeSeries
Implements Series.getValue.
getValue(int, int) - Method in class com.mindfusion.charting.EventSeries
Implements Series.getValue.
getValue(int, int) - Method in class com.mindfusion.charting.FunctionSeries
Implements Series.getValue.
getValue() - Method in class com.mindfusion.charting.HitResult
Gets the data item value.
getValue(int, int) - Method in class com.mindfusion.charting.PointSeries
Implements Series.getValue.
getValue(int, int) - Method in class com.mindfusion.charting.PointSeries3D
Implements Series.getValue.
getValue(int, int) - Method in interface com.mindfusion.charting.Series
Returns a value for the specified data item in this series.
getValue(int, int) - Method in class com.mindfusion.charting.Series2D
Implements Series.getValue.
getValue(int, int) - Method in class com.mindfusion.charting.Series3D
Implements Series.getValue.
getValue(int, int) - Method in class com.mindfusion.charting.SimpleSeries
Implements Series.getValue.
getValue(int, int) - Method in class com.mindfusion.charting.StockPriceSeries
Implements Series.getValue.
getValue(int, int) - Method in class com.mindfusion.charting.XmlSeries
Implements Series.getValue.
getValues() - Method in class com.mindfusion.charting.EventSeries
Gets the series' events.
getValues() - Method in class com.mindfusion.charting.StockPriceSeries
Gets the series' points.
getVertical() - Method in class com.mindfusion.charting.Plot2DController
Gets a value indicating whether interaction is done along the X or Y axis.
getVerticalScroll() - Method in class com.mindfusion.charting.Plot2D
Gets whether the plot should scroll vertically when panned.
getWidgetBrush() - Method in class com.mindfusion.charting.Theme
Gets the Brush used to draw text in UI widgets.
getWidgetFontName() - Method in class com.mindfusion.charting.Theme
Gets the name of font used to draw text in UI widgets.
getWidgetFontSize() - Method in class com.mindfusion.charting.Theme
Gets the size of font used to draw text in UI widgets.
getWidgetFontStyle() - Method in class com.mindfusion.charting.Theme
Gets the style of font used to draw text in UI widgets.
getWidth() - Method in class com.mindfusion.charting.Margins
Returns the sum of Left and Right margins.
getWidth() - Method in class com.mindfusion.charting.Thickness
Returns the sum of Left and Right margins.
getX() - Method in class com.mindfusion.charting.Point3D
Gets the X coordinate of this point.
getX() - Method in class com.mindfusion.charting.Vector
Gets the X component of this vector.
getXAxis() - Method in class com.mindfusion.charting.Plot2D
Gets default Axis instance used to map X data coordinates of series rendered inside this plot to the plot's pixels.
getXAxis(Renderer2D) - Method in class com.mindfusion.charting.RenderContext
Gets the X axis assigned to a Renderer2D or returns one from parent plot or chart.
getXAxis() - Method in class com.mindfusion.charting.RenderContext
Gets the X axis associated with parent plot or chart.
getXAxis() - Method in class com.mindfusion.charting.Renderer2D
Gets the X axis associated with this Renderer2D.
getXAxis() - Method in class com.mindfusion.charting.swing.BiaxialChart
Gets an Axis object representing horizontal data range.
getXAxisLabels() - Method in class com.mindfusion.charting.BarSeries
Gets the X axis labels.
getXAxisLabelsDataField() - Method in class com.mindfusion.charting.DataBoundSeries
Gets the name of X axis labels data field in the data source.
getXAxisLabelsDataFields() - Method in class com.mindfusion.charting.swing.Chart
Gets the names of fields in the data source whose values are shown as X axis labels of rendered graphical elements.
getXAxisLabelsPath() - Method in class com.mindfusion.charting.XmlSeries
Gets the XPath expression identifying X axis labels.
getXData() - Method in class com.mindfusion.charting.Series2D
Gets the X coordinates of data items.
getXData() - Method in class com.mindfusion.charting.Series3D
Gets the X coordinates of data items.
getXDataField() - Method in class com.mindfusion.charting.DataBoundSeries
Gets the name of X data field in the data source.
getXDataFields() - Method in class com.mindfusion.charting.swing.Chart
Gets the names of fields in the data source whose values are assigned to X coordinates of rendered graphical elements.
getXDataPath() - Method in class com.mindfusion.charting.XmlSeries
Gets the XPath expression identifying data coordinates in first dimension.
getXLabelAlignment() - Method in class com.mindfusion.charting.swing.BiaxialChart
Gets the alignment of data labels on the X axis.
getXLabelRotationAngle() - Method in class com.mindfusion.charting.swing.BiaxialChart
Gets rotation angle of data labels on the X axis.
getXmlDocument() - Method in class com.mindfusion.charting.XmlPersistContext
Gets the underlying XML document.
getY() - Method in class com.mindfusion.charting.Point3D
Gets the Y coordinate of this point.
getY() - Method in class com.mindfusion.charting.Vector
Gets the Y component of this vector.
getYAxis() - Method in class com.mindfusion.charting.Plot2D
Gets default Axis instance used to map Y data coordinates of series rendered inside this plot to the plot's pixels.
getYAxis(Renderer2D) - Method in class com.mindfusion.charting.RenderContext
Gets the Y axis assigned to a Renderer2D or returns one from parent plot or chart.
getYAxis() - Method in class com.mindfusion.charting.RenderContext
Gets the Y axis associated with parent plot or chart.
getYAxis() - Method in class com.mindfusion.charting.Renderer2D
Gets the Y axis associated with this Renderer2D.
getYAxis() - Method in class com.mindfusion.charting.swing.BiaxialChart
Gets an Axis object representing vertical data range.
getYAxisLabelsDataField() - Method in class com.mindfusion.charting.DataBoundSeries
Gets the name of Y axis labels data field in the data source.
getYAxisLabelsDataFields() - Method in class com.mindfusion.charting.swing.Chart
Gets the names of fields in the data source whose values are shown as Y axis labels of rendered graphical elements.
getYAxisLabelsPath() - Method in class com.mindfusion.charting.XmlSeries
Gets the XPath expression identifying Y axis labels.
getYData() - Method in class com.mindfusion.charting.Series2D
Gets the Y coordinates of data items.
getYData() - Method in class com.mindfusion.charting.Series3D
Gets the Y coordinates of data items.
getYDataField() - Method in class com.mindfusion.charting.DataBoundSeries
Gets the name of Y data field in the data source.
getYDataFields() - Method in class com.mindfusion.charting.swing.Chart
Gets the names of fields in the data source whose values are assigned to Y coordinates of rendered graphical elements.
getYDataPath() - Method in class com.mindfusion.charting.XmlSeries
Gets the XPath expression identifying data coordinates in second dimension.
getYLabelAlignment() - Method in class com.mindfusion.charting.swing.BiaxialChart
Gets the alignment of data labels on the Y axis.
getYLabelRotationAngle() - Method in class com.mindfusion.charting.swing.BiaxialChart
Gets rotation angle of data labels on the Y axis.
getZ() - Method in class com.mindfusion.charting.Point3D
Gets the Z coordinate of this point.
getZAxis() - Method in class com.mindfusion.charting.Plot3D
Gets the default Axis instance used to map Z data coordinates of series rendered inside this plot to the plot's pixels.
getZAxisLabelsDataField() - Method in class com.mindfusion.charting.DataBoundSeries
Gets the name of Z axis labels data field in the data source.
getZAxisLabelsDataFields() - Method in class com.mindfusion.charting.swing.Chart
Gets the names of fields in the data source whose values are shown as Z axis labels of rendered graphical elements.
getZAxisLabelsPath() - Method in class com.mindfusion.charting.XmlSeries
Gets the XPath expression identifying Z axis labels.
getZData() - Method in class com.mindfusion.charting.Series3D
Gets the Z coordinates of data items.
getZDataField() - Method in class com.mindfusion.charting.DataBoundSeries
Gets the name of Z data field in the data source.
getZDataFields() - Method in class com.mindfusion.charting.swing.Chart
Gets the names of fields in the data source whose values are assigned to Z coordinates of rendered graphical elements.
getZDataPath() - Method in class com.mindfusion.charting.XmlSeries
Gets the XPath expression identifying data coordinates in third dimension.
globalXAxis() - Method in class com.mindfusion.charting.RenderContext
Gets the chart's XAxis.
globalYAxis() - Method in class com.mindfusion.charting.RenderContext
Gets the chart's YAxis.
GridType - Enum in com.mindfusion.charting
Indicates Plot2D grid type.

H

hashCode() - Method in class com.mindfusion.charting.Vector
Object.hashCode override.
HitResult - Class in com.mindfusion.charting
Represents the result of a hit-test operation.
HitResult(SeriesRenderer, int, double, Series) - Constructor for class com.mindfusion.charting.HitResult
Initializes a new instance of the HitResult class.
hitTest(RenderContext, Point2D) - Method in class com.mindfusion.charting.AnnotationRenderer
SeriesRenderer.hitTest override.
hitTest(RenderContext, Point2D) - Method in class com.mindfusion.charting.BarOverlayRenderer
Renderer2D.hitTest override.
hitTest(RenderContext, Point2D) - Method in class com.mindfusion.charting.BarRenderer
Renderer2D.hitTest override.
hitTest(RenderContext, Point2D) - Method in class com.mindfusion.charting.BarStackRenderer
StackRenderer.hitTest override.
hitTest(RenderContext, Point2D) - Method in class com.mindfusion.charting.BubbleRenderer
Renderer2D.hitTest override.
hitTest(RenderContext, Point2D) - Method in class com.mindfusion.charting.CandlestickRenderer
Renderer2D.hitTest override.
hitTest(RenderContext, Point2D) - Method in class com.mindfusion.charting.FunnelRenderer
SeriesRenderer.hitTest override.
hitTest(RenderContext, Point2D) - Method in class com.mindfusion.charting.PieRenderer
SeriesRenderer.hitTest override.
hitTest(RenderContext, Point2D) - Method in class com.mindfusion.charting.RadarRenderer
SeriesRenderer.hitTest override.
hitTest(RenderContext, Point2D) - Method in class com.mindfusion.charting.Renderer2D
SeriesRenderer.hitTest override.
hitTest(RenderContext, Point2D) - Method in class com.mindfusion.charting.ScatterRenderer
Renderer2D.hitTest override.
hitTest(RenderContext, Point2D) - Method in class com.mindfusion.charting.SeriesRenderer
Hit-tests the visual representation of the series for a data item.
hitTest(RenderContext, Point2D) - Method in class com.mindfusion.charting.StackRenderer
Renderer2D.hitTest override.
hitTest(Point2D) - Method in class com.mindfusion.charting.swing.Dashboard
Searches for a dashboard element at specified location.
hitTest(RenderContext, Point2D) - Method in class com.mindfusion.charting.TowerRenderer
SeriesRenderer.HitTest override.

I

imageData(int, int) - Method in class com.mindfusion.charting.Renderer2D
Gets the image axis coordinate (output value) of specified data item.
imageFromString(String) - Static method in class com.mindfusion.charting.Converter
Converts the specified string value to image.
init() - Static method in class com.mindfusion.charting.TextRenderer.collectModeData
 
InitializeComponent(Dashboard) - Method in class com.mindfusion.charting.swing.PrintPreview
 
inRange(double) - Method in class com.mindfusion.charting.Axis
Determines whether specified value is within the axis range.
intersect(Point2D, Point2D, Point2D, Point2D) - Static method in class com.mindfusion.charting.Utilities
Determines whether the specified line segments intersect.
invalidate(Rectangle2D, Panel) - Method in class com.mindfusion.charting.swing.Dashboard
Implements RootControl.invalidate.
invalidate(Rectangle2D, Component) - Method in class com.mindfusion.charting.swing.Dashboard
 
invalidateLayout(Panel) - Method in class com.mindfusion.charting.swing.Dashboard
Implements RootControl.invalidateLayout.
invalidateLayout(Component) - Method in class com.mindfusion.charting.swing.Dashboard
 
invoke(int, int, Rectangle2D, boolean) - Method in interface com.mindfusion.charting.BarOverlayRenderer.ProcessBars
Passes coordinates of bar corresponding to a data value to the lambda.
invoke(int, int, Rectangle2D, boolean) - Method in interface com.mindfusion.charting.BarRenderer.ProcessBars
Passes coordinates of bar corresponding to a data value to the lambda.
invoke(int, int, Rectangle2D, boolean) - Method in interface com.mindfusion.charting.BarStackRenderer.ProcessStackBars
Passes coordinates of bar corresponding to a data value to the lambda.
invoke(int, int, Point2D[], Rectangle2D) - Method in interface com.mindfusion.charting.CandlestickRenderer.ProcessCandlesticks
Passes coordinates of candlestick corresponding to a data value to the lambda.
invoke(String, Object[]) - Method in interface com.mindfusion.charting.EvaluateFunction
Defines the signature of methods called to evaluate unknown functions used in FunctionSeries expression.
invoke(int, GeneralPath) - Method in interface com.mindfusion.charting.FunnelRenderer.ProcessSegment
 
invoke(int, List<Point2D>, List<GeneralPath>) - Method in interface com.mindfusion.charting.PieRadarRenderer.ProcessSectors
Passes coordinates of the sector corresponding to a data value to the lambda.
invoke(int, Rectangle2D, double, double, double, GeneralPath) - Method in interface com.mindfusion.charting.PieRenderer.ProcessSlice
Passes coordinates of the slice corresponding to a data value to the lambda.
invoke(int, List<Point2D>) - Method in interface com.mindfusion.charting.RadarRenderer.ProcessRange
Passes a list of points corresponding to a data range to the lambda.
invoke(int, int, Point2D) - Method in interface com.mindfusion.charting.Renderer2D.ProcessPoint
Passes a point corresponding to the data value to the lambda.
invoke(int, List<Point2D>) - Method in interface com.mindfusion.charting.Renderer2D.ProcessRange
Passes a list of points corresponding to a data range to the lambda.
invoke(int, int, Point2D, Point2D) - Method in interface com.mindfusion.charting.StackRenderer.ProcessStackPoint
Passes a point corresponding to the data value to the lambda.
invoke(int, List<Point2D>, List<Point2D>) - Method in interface com.mindfusion.charting.StackRenderer.ProcessStackRange
Passes all points corresponding to current range to the lambda.
invoke(TowerRenderer.Segment) - Method in interface com.mindfusion.charting.TowerRenderer.ProcessSegment
Passes Segment objects describing the chart.
invoke(TowerRenderer.Segment, TowerRenderer.PlotVars) - Method in interface com.mindfusion.charting.TowerRenderer.ProcessSegmentPlot
Passes Segment objects describing the chart.
isAnimated() - Method in class com.mindfusion.charting.swing.Dashboard
 
isEmphasized(int) - Method in class com.mindfusion.charting.DataBoundSeries
Implements Series.isEmphasized.
isEmphasized(int) - Method in class com.mindfusion.charting.DateTimeSeries
Implements Series.isEmphasized.
isEmphasized(int) - Method in class com.mindfusion.charting.EventSeries
Implements Series.isEmphasized.
isEmphasized(int) - Method in class com.mindfusion.charting.FunctionSeries
Implements Series.isEmphasized.
isEmphasized(int) - Method in class com.mindfusion.charting.PointSeries
Implements Series.isEmphasized.
isEmphasized(int) - Method in class com.mindfusion.charting.PointSeries3D
Implements Series.isEmphasized.
isEmphasized(int) - Method in interface com.mindfusion.charting.Series
Gets a value indicating whether the specified data item should be emphasized by the SeriesRenderer.
isEmphasized(int) - Method in class com.mindfusion.charting.Series2D
Implements Series.isEmphasized.
isEmphasized(int) - Method in class com.mindfusion.charting.Series3D
Implements Series.isEmphasized.
isEmphasized(int) - Method in class com.mindfusion.charting.SimpleSeries
Implements Series.isEmphasized.
isEmphasized(int) - Method in class com.mindfusion.charting.StockPriceSeries
Implements Series.isEmphasized.
isEmphasized(int) - Method in class com.mindfusion.charting.XmlSeries
Implements Series.isEmphasized.
isNullOrEmpty(String) - Static method in class com.mindfusion.charting.Utilities
 
isSorted(int) - Method in class com.mindfusion.charting.DataBoundSeries
Implements Series.isSorted.
isSorted(int) - Method in class com.mindfusion.charting.DateTimeSeries
Implements Series.isSorted.
isSorted(int) - Method in class com.mindfusion.charting.EventSeries
Implements Series.isSorted.
isSorted(int) - Method in class com.mindfusion.charting.FunctionSeries
Implements Series.isSorted.
isSorted(int) - Method in class com.mindfusion.charting.PointSeries
Implements Series.isSorted.
isSorted(int) - Method in class com.mindfusion.charting.PointSeries3D
Implements Series.isSorted.
isSorted(int) - Method in interface com.mindfusion.charting.Series
Gets a value indicating whether the series values increase monotonously in specified dimension.
isSorted(int) - Method in class com.mindfusion.charting.Series2D
Implements Series.isSorted.
isSorted(int) - Method in class com.mindfusion.charting.Series3D
Implements Series.isSorted.
isSorted(int) - Method in class com.mindfusion.charting.SimpleSeries
Implements Series.isSorted.
isSorted(int) - Method in class com.mindfusion.charting.StockPriceSeries
Implements Series.isSorted.
isSorted(int) - Method in class com.mindfusion.charting.XmlSeries
Implements Series.isSorted.

L

LabelKinds - Enum in com.mindfusion.charting
Identifies the various kinds of labels that can be drawn for data items.
labels - Variable in class com.mindfusion.charting.SimpleSeries
 
LatestFormat - Static variable in class com.mindfusion.charting.XmlPersistContext
 
LayoutBuilder - Class in com.mindfusion.charting.swing
Provides shortcut methods for building fragments of dashboard's user interface.
LayoutBuilder(Dashboard) - Constructor for class com.mindfusion.charting.swing.LayoutBuilder
Initializes a new instance of the LayoutBuilder class.
LegendController - Class in com.mindfusion.charting
Lets users move a legend within the boundaries of its parent Panel.
LegendController(RenderContext) - Constructor for class com.mindfusion.charting.LegendController
Initializes a new instance of the LegendController class.
LegendRenderer - Class in com.mindfusion.charting
A component that renders chart legend.
LegendRenderer() - Constructor for class com.mindfusion.charting.LegendRenderer
Initializes a new instance of the LegendRenderer class.
LineChart - Class in com.mindfusion.charting.swing
A control used to draw line charts.
LineChart() - Constructor for class com.mindfusion.charting.swing.LineChart
Initializes a new instance of the LineChart class.
LineRenderer - Class in com.mindfusion.charting
A SeriesRenderer that draws series as polylines.
LineRenderer(ObservableList<Series>) - Constructor for class com.mindfusion.charting.LineRenderer
Initializes a new instance of the LineRenderer class.
LineType - Enum in com.mindfusion.charting
Identifies how to connect adjacent data points in line and area charts.
loadFrom(String) - Method in class com.mindfusion.charting.Theme
Loads the theme values from specified file.
loadFrom(Element) - Method in class com.mindfusion.charting.Theme
Loads the theme values from specified XML element.

M

mapValueToPixelX(double, double) - Method in class com.mindfusion.charting.Axis
Maps a value from this axis' coordinate system to a pixel position in specified view.
mapValueToPixelY(double, double) - Method in class com.mindfusion.charting.Axis
Maps a value from this axis' coordinate system to a pixel position in specified view.
Margins - Class in com.mindfusion.charting
Describes rectangular margins.
Margins(double) - Constructor for class com.mindfusion.charting.Margins
Initializes a new instance of the Margins structure.
Margins(double, double, double, double) - Constructor for class com.mindfusion.charting.Margins
Initializes a new instance of the Margins structure.
measure(double, double, RenderContext) - Method in class com.mindfusion.charting.LegendRenderer
Component.measure override.
measure(double, double, RenderContext) - Method in class com.mindfusion.charting.Plot
Component.measure override.
measure(double, double, RenderContext) - Method in class com.mindfusion.charting.RadarAxisOptions
Measures the desired size of this component.
measure(double, double, RenderContext) - Method in class com.mindfusion.charting.XAxisRenderer
Component.measure override.
measure(double, double, RenderContext) - Method in class com.mindfusion.charting.YAxisRenderer
Measures the desired size of this component.
measureDataRange(RenderContext) - Method in class com.mindfusion.charting.BarOverlayRenderer
Renderer2D.measureDataRange override.
measureDataRange(RenderContext) - Method in class com.mindfusion.charting.BarRenderer
Renderer2D.measureDataRange override.
measureDataRange(RenderContext) - Method in class com.mindfusion.charting.BarStackRenderer
StackRenderer.measureDataRange override.
measureDataRange(RenderContext) - Method in class com.mindfusion.charting.CandlestickRenderer
Renderer2D.measureDataRange override.
measureDataRange(RenderContext) - Method in class com.mindfusion.charting.RadarRenderer
SeriesRenderer.measureDataRange override.
measureDataRange(RenderContext) - Method in class com.mindfusion.charting.RadarScatterRenderer
Renderer2D.measureDataRange override.
measureDataRange(RenderContext) - Method in class com.mindfusion.charting.Renderer2D
SeriesRenderer.measureDataRange override.
measureDataRange(RenderContext) - Method in class com.mindfusion.charting.StackRenderer
Renderer2D.measureDataRange override.
measureDataRangeRelativeTo(RenderContext, double) - Method in class com.mindfusion.charting.StackRenderer
 
measureDataRanges(RenderContext) - Method in class com.mindfusion.charting.Plot
Measures data of all SeriesRenderer objects drawn inside this plot.
measureText(String, float, Font, Graphics2D) - Static method in class com.mindfusion.charting.TextRenderer
Calculates how much space is needed to display specified text.
measureText(String, float, Font, RenderContext) - Static method in class com.mindfusion.charting.TextRenderer
Calculates how much space is needed to display specified text.
MixedSeriesStyle - Class in com.mindfusion.charting
Implements SeriesStyle using mixed per-element and uniform values for attributes.
MixedSeriesStyle() - Constructor for class com.mindfusion.charting.MixedSeriesStyle
Initializes a new instance of the MixedSeriesStyle class.
MixedSeriesStyle(Brush, Brush, double, DashStyle) - Constructor for class com.mindfusion.charting.MixedSeriesStyle
Initializes a new instance of the MixedSeriesStyle class.
multiply(Vector, double) - Static method in class com.mindfusion.charting.Vector
Multiplies vector by a scalar.
multiply(double, Vector) - Static method in class com.mindfusion.charting.Vector
Multiplies vector by a scalar.
multiply(Vector, Vector) - Static method in class com.mindfusion.charting.Vector
Returns the dot product of two vectors.

N

negate() - Method in class com.mindfusion.charting.Vector
Reverses the direction of this vector.
normalize() - Method in class com.mindfusion.charting.Vector
Makes this vector a unit vector.
normalizeRect(Rectangle2D) - Static method in class com.mindfusion.charting.Utilities
Normalizes the specified rectangle ensuring its height and width are non-negative numbers.
notEquals(Vector, Vector) - Static method in class com.mindfusion.charting.Vector
 

O

onBtnActPrint() - Method in class com.mindfusion.charting.swing.PrintPreview
 
onBtnArrowZoomScale() - Method in class com.mindfusion.charting.swing.PrintPreview
 
onBtnClose() - Method in class com.mindfusion.charting.swing.PrintPreview
 
onBtnFirstPage() - Method in class com.mindfusion.charting.swing.PrintPreview
 
onBtnFourPages() - Method in class com.mindfusion.charting.swing.PrintPreview
 
onBtnLastPage() - Method in class com.mindfusion.charting.swing.PrintPreview
 
onBtnNextPage() - Method in class com.mindfusion.charting.swing.PrintPreview
 
onBtnOnePage() - Method in class com.mindfusion.charting.swing.PrintPreview
 
onBtnPrevPage() - Method in class com.mindfusion.charting.swing.PrintPreview
 
onBtnSixPages() - Method in class com.mindfusion.charting.swing.PrintPreview
 
onBtnThreePages() - Method in class com.mindfusion.charting.swing.PrintPreview
 
onBtnTwoPages() - Method in class com.mindfusion.charting.swing.PrintPreview
 
onBtnZoomAuto() - Method in class com.mindfusion.charting.swing.PrintPreview
 
onMenu10() - Method in class com.mindfusion.charting.swing.PrintPreview
 
onMenu100() - Method in class com.mindfusion.charting.swing.PrintPreview
 
onMenu150() - Method in class com.mindfusion.charting.swing.PrintPreview
 
onMenu200() - Method in class com.mindfusion.charting.swing.PrintPreview
 
onMenu25() - Method in class com.mindfusion.charting.swing.PrintPreview
 
onMenu50() - Method in class com.mindfusion.charting.swing.PrintPreview
 
onMenu500() - Method in class com.mindfusion.charting.swing.PrintPreview
 
onMenu75() - Method in class com.mindfusion.charting.swing.PrintPreview
 
onMenuZoomAuto() - Method in class com.mindfusion.charting.swing.PrintPreview
 
onMouseDown(double, double) - Method in class com.mindfusion.charting.LegendController
Implements ComponentController.onMouseDown.
onMouseDown(double, double) - Method in class com.mindfusion.charting.PanController
Plot2DController.onMouseDown override.
onMouseDown(double, double) - Method in class com.mindfusion.charting.Plot2DController
PlotController.onMouseDown override.
onMouseDown(double, double) - Method in class com.mindfusion.charting.PlotController
Implements ComponentController.onMouseDown.
onMouseDown(double, double) - Method in class com.mindfusion.charting.RotationController
PlotController.onMouseDown override.
onMouseDown(double, double) - Method in class com.mindfusion.charting.ZoomController
Plot2DController.onMouseDown override.
onMouseMove(double, double) - Method in class com.mindfusion.charting.LegendController
Implements ComponentController.onMouseMove.
onMouseMove(double, double) - Method in class com.mindfusion.charting.PanController
PlotController.onMouseMove override.
onMouseMove(double, double) - Method in class com.mindfusion.charting.PlotController
Implements ComponentController.onMouseMove.
onMouseMove(double, double) - Method in class com.mindfusion.charting.RotationController
PlotController.onMouseMove override.
onMouseMove(double, double) - Method in class com.mindfusion.charting.ZoomController
PlotController.onMouseMove override.
onMouseUp(double, double) - Method in class com.mindfusion.charting.PanController
PlotController.onMouseUp override.
onMouseUp(double, double) - Method in class com.mindfusion.charting.PlotController
Implements ComponentController.onMouseUp.
onMouseUp(double, double) - Method in class com.mindfusion.charting.RotationController
PlotController.onMouseUp override.
onMouseUp(double, double) - Method in class com.mindfusion.charting.ZoomController
PlotController.onMouseUp override.
onPropertyChanged(String, Object, Object) - Method in class com.mindfusion.charting.SeriesRenderer
Raises the PropertyChanged event.
onSeriesDataChanged() - Method in class com.mindfusion.charting.SeriesRenderer
 

P

PageOrientation() - Method in class com.mindfusion.charting.swing.PrintPreview
 
paintComponent(Graphics) - Method in class com.mindfusion.charting.swing.Dashboard
 
PanController - Class in com.mindfusion.charting
Represents a controller that pans its plot's data range.
PanController(RenderContext, boolean) - Constructor for class com.mindfusion.charting.PanController
Initializes a new instance of the PanController class.
PerElementSeriesStyle - Class in com.mindfusion.charting
Implements SeriesStyle using different attributes for each data item.
PerElementSeriesStyle() - Constructor for class com.mindfusion.charting.PerElementSeriesStyle
Initializes a new instance of the PerElementSeriesStyle class.
PerElementSeriesStyle(List<List<Brush>>, List<List<Brush>>, List<List<Double>>, List<List<DashStyle>>) - Constructor for class com.mindfusion.charting.PerElementSeriesStyle
Initializes a new instance of the PerElementSeriesStyle class.
PerSeriesStyle - Class in com.mindfusion.charting
Implements SeriesStyle using a different set of attributes for each series, where all elements in a single series have common appearance.
PerSeriesStyle() - Constructor for class com.mindfusion.charting.PerSeriesStyle
Initializes a new instance of the PerSeriesStyle class.
PerSeriesStyle(List<Brush>, List<Brush>, List<Double>, List<DashStyle>) - Constructor for class com.mindfusion.charting.PerSeriesStyle
Initializes a new instance of the PerSeriesStyle class.
PieChart - Class in com.mindfusion.charting.swing
A control used to draw pie charts.
PieChart() - Constructor for class com.mindfusion.charting.swing.PieChart
Initializes a new instance of the PieChart class.
PieRadarRenderer - Class in com.mindfusion.charting
A SeriesRenderer that draws pie-radars, where data items are represented by circular sectors of equal central angles, and the sector corresponding to a data item has radius proportional to its value.
PieRadarRenderer(ObservableList<Series>) - Constructor for class com.mindfusion.charting.PieRadarRenderer
Initializes a new instance of the PieRadarRenderer class.
PieRadarRenderer.ProcessSectors - Interface in com.mindfusion.charting
Defines the signature of delegates called to process sectors generated for a series.
PieRenderer - Class in com.mindfusion.charting
A SeriesRenderer that draws pies in its containing plot.
PieRenderer(Series) - Constructor for class com.mindfusion.charting.PieRenderer
Initializes a new instance of the PieRenderer class.
PieRenderer(Series, int) - Constructor for class com.mindfusion.charting.PieRenderer
Initializes a new instance of the PieRenderer class.
PieRenderer.ProcessSlice - Interface in com.mindfusion.charting
Defines the signature of delegates called to process pie slices.
PieSeries - Class in com.mindfusion.charting
Represents one-dimensional series defined by e list of data values and lists of inner and outer labels, convenient for providing data to PieRenderer.
PieSeries(List<Double>, List<String>, List<String>) - Constructor for class com.mindfusion.charting.PieSeries
Initializes a new instance of the PieSeries class.
PieType - Enum in com.mindfusion.charting
 
Plot - Class in com.mindfusion.charting
The base class for components used to draw chart graphics.
Plot() - Constructor for class com.mindfusion.charting.Plot
 
Plot2D - Class in com.mindfusion.charting
A plot whose series are rendered relatively to a two-dimensional Cartesian coordinate system.
Plot2D() - Constructor for class com.mindfusion.charting.Plot2D
Initializes a new instance of the Plot2D class.
Plot2DController - Class in com.mindfusion.charting
A base class for controllers that let users interact with Plot2D objects.
Plot2DController(RenderContext, boolean) - Constructor for class com.mindfusion.charting.Plot2DController
Initializes a new instance of the Plot2DController class.
Plot3D - Class in com.mindfusion.charting
A plot whose series are rendered relatively to a three-dimensional Cartesian coordinate system.
Plot3D() - Constructor for class com.mindfusion.charting.Plot3D
 
PlotController - Class in com.mindfusion.charting
A base class for controllers implementing user interaction with Plot components.
PlotController(RenderContext) - Constructor for class com.mindfusion.charting.PlotController
Initializes a new instance of the PlotController class.
Point3D - Class in com.mindfusion.charting
Represents a point in 3D space.
Point3D(double, double, double) - Constructor for class com.mindfusion.charting.Point3D
Initializes a new instance of the Point3D class.
pointInEllipse(Point2D, Rectangle2D) - Static method in class com.mindfusion.charting.Utilities
Checks whether the specified point is contained in the ellipse defined by the specified rectangle.
pointInPie(Point2D, Rectangle2D, double, double) - Static method in class com.mindfusion.charting.Utilities
 
pointInPolygon(Point2D[], Point2D) - Static method in class com.mindfusion.charting.Utilities
Determines if the specified point is within the specified polygon.
pointInPolyRect(Point2D[], Point2D, Rectangle2D) - Static method in class com.mindfusion.charting.Utilities
Determines if the specified point is within the smallest rectangle that encloses the specified polygon.
pointInRect(Point2D, Rectangle2D) - Static method in class com.mindfusion.charting.Utilities
 
pointInSegment(Point2D, Point2D, Point2D) - Static method in class com.mindfusion.charting.Utilities
Checks whether the line segment defined by the specified points contain the specified point.
PointSeries - Class in com.mindfusion.charting
Represents a data series defined by a list of Point2D objects.
PointSeries(List<Point2D>, List<String>) - Constructor for class com.mindfusion.charting.PointSeries
Initializes a new instance of the PointSeries class.
PointSeries3D - Class in com.mindfusion.charting
Represents a data series defined by a list of Point3D objects.
PointSeries3D(List<Point3D>, List<String>) - Constructor for class com.mindfusion.charting.PointSeries3D
Initializes a new instance of the PointSeries3D class.
PolarPlot - Class in com.mindfusion.charting
A plot used to draw graphics in polar coordinate system.
PolarPlot() - Constructor for class com.mindfusion.charting.PolarPlot
Initializes a new instance of the PolarPlot class.
print(Graphics, PageFormat, int) - Method in class com.mindfusion.charting.swing.Dashboard
 
print(PageFormat, String) - Method in class com.mindfusion.charting.swing.Dashboard
Prints the current dashboard using the specified page format.
PrintPreview - Class in com.mindfusion.charting.swing
Implements a print preview window.
PrintPreview(Dashboard) - Constructor for class com.mindfusion.charting.swing.PrintPreview
 
PrintPreview(Dashboard, PageFormat, Margins) - Constructor for class com.mindfusion.charting.swing.PrintPreview
 
propertyChange(PropertyChangeEvent) - Method in class com.mindfusion.charting.Plot
 

R

RadarAxisOptions - Class in com.mindfusion.charting
Provides properties for customizing axis rendering in radar charts.
RadarAxisOptions(Axis) - Constructor for class com.mindfusion.charting.RadarAxisOptions
Initializes a new instance of the RadarAxisOptions class.
RadarChart - Class in com.mindfusion.charting.swing
A control used to draw radar charts.
RadarChart() - Constructor for class com.mindfusion.charting.swing.RadarChart
Initializes a new instance of the RadarChart class.
RadarGridType - Enum in com.mindfusion.charting
Identifies the grid types supported by RadarPlot.
RadarPlot - Class in com.mindfusion.charting
A plot containing radar-chart graphics.
RadarPlot() - Constructor for class com.mindfusion.charting.RadarPlot
Initializes a new instance of the RadarPlot class.
RadarRenderer - Class in com.mindfusion.charting
A SeriesRenderer that draws series as polygons in polar coordinate system, where adjacent data points are at equal angular distances and radial coordinates correspond to magnitude of data item values.
RadarRenderer(ObservableList<Series>) - Constructor for class com.mindfusion.charting.RadarRenderer
Initializes a new instance of the RadarRenderer class.
RadarRenderer.ProcessRange - Interface in com.mindfusion.charting
Defines the signature of lambdas called to process all points from current data range at once.
RadarScatterRenderer - Class in com.mindfusion.charting
A SeriesRenderer that draws scatter in radar plots.
RadarScatterRenderer(ObservableList<Series>) - Constructor for class com.mindfusion.charting.RadarScatterRenderer
Initializes a new instance of the RadarScatterRenderer class.
RadarType - Enum in com.mindfusion.charting
Identifies the type of radar-chart.
readBool(String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a boolean value with the specified name.
readBool(String, Element, boolean) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a boolean value with the specified name.
readBrush(String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a MindFusion.Drawing.Brush object with the specified name.
readBrush(String, Element, Brush) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a MindFusion.Drawing.Brush object with the specified name.
readBrush(Element, Brush) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a MindFusion.Drawing.Brush object with the specified name.
readBrushList(String, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a list of brushes.
readBrushList(Element, String) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a list of brushes.
readByte(String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a byte value with the specified name.
readChar(String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a char value with the specified name.
readColor(String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a color with the specified name.
readColor(String, Element, Color) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a color with the specified name.
readColorArray(String, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a color array with the specified name.
readDecimal(String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a decimal value with the specified name.
readDouble(String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a double value with the specified name.
readDoubleList(String, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a list of doubles.
readDoubleList(Element, String) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a list of doubles.
readEnum(String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads an enum value with the specified name.
readEnum(String, Element, Object) - Method in class com.mindfusion.charting.XmlPersistContext
Reads an enum value with the specified name.
readFloat(String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a float value with the specified name.
readFloat(String, Element, float) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a float value with the specified name.
readFloatArray(String, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a float array with the specified name.
readFont(String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a Font object with the specified name.
readFont(String, Element, Font) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a Font object with the specified name.
readHashtable(String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a hashtable with the specified name.
readImage(String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads an Image object with the specified name.
readInt(String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads an integer value with the specified name.
readInt(String, Element, int) - Method in class com.mindfusion.charting.XmlPersistContext
Reads an integer value with the specified name.
readLong(String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a long value with the specified name.
readNullableDouble(String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a nullable double value with the specified name.
readNullableEnum(String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a nullable enum value with the specified name.
readObject(String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads an object with the specified name.
readPen(String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a MindFusion.Drawing.Pen object with the specified name.
readPen(String, Element, Pen) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a MindFusion.Drawing.Pen object with the specified name.
readPointF(String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a PointF object with the specified name.
readPointF(Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a PointF object from the specified element.
readRectangleF(String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a RectangleF object with the specified name.
readShort(String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a short value with the specified name.
readShort(String, Element, short) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a short value with the specified name.
readSizeF(String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a SizeF object with the specified name.
readString(String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a string value with the specified name.
readString(String, Element, String) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a string value with the specified name.
readThickness(String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Reads a Thickness object with the specified name.
rectangles - Static variable in class com.mindfusion.charting.TextRenderer.collectModeData
 
removeDataChangedListener(DataChangedListener) - Method in class com.mindfusion.charting.DataBoundSeries
 
removeDataChangedListener(DataChangedListener) - Method in class com.mindfusion.charting.DateTimeSeries
 
removeDataChangedListener(DataChangedListener) - Method in class com.mindfusion.charting.EventSeries
Implements Series.removeDataChangedListener.
removeDataChangedListener(DataChangedListener) - Method in class com.mindfusion.charting.FunctionSeries
 
removeDataChangedListener(DataChangedListener) - Method in class com.mindfusion.charting.PointSeries
 
removeDataChangedListener(DataChangedListener) - Method in class com.mindfusion.charting.PointSeries3D
 
removeDataChangedListener(DataChangedListener) - Method in interface com.mindfusion.charting.Series
 
removeDataChangedListener(DataChangedListener) - Method in class com.mindfusion.charting.Series2D
 
removeDataChangedListener(DataChangedListener) - Method in class com.mindfusion.charting.Series3D
 
removeDataChangedListener(DataChangedListener) - Method in class com.mindfusion.charting.SimpleSeries
 
removeDataChangedListener(DataChangedListener) - Method in class com.mindfusion.charting.StockPriceSeries
 
removeDataChangedListener(DataChangedListener) - Method in class com.mindfusion.charting.XmlSeries
 
removeDataItemClickedListener(DataItemClickedListener) - Method in class com.mindfusion.charting.swing.Dashboard
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.mindfusion.charting.Axis
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.mindfusion.charting.SeriesRenderer
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.mindfusion.charting.Theme
 
removeZoomChangedListener(ZoomChangedListener) - Method in class com.mindfusion.charting.Plot2D
 
renderContext - Variable in class com.mindfusion.charting.PlotController
 
RenderContext - Class in com.mindfusion.charting
Provides contextual information about the dashboard to its child components when calling their draw, layout and user input methods.
RenderContext(Rectangle2D, Theme) - Constructor for class com.mindfusion.charting.RenderContext
Initializes a new instance of the RenderContext class.
Renderer2D - Class in com.mindfusion.charting
A base class for series renderers that draw in two dimensional Cartesian coordinate system.
Renderer2D(ObservableList<Series>) - Constructor for class com.mindfusion.charting.Renderer2D
Initializes a new instance of the Renderer2D class.
Renderer2D.ProcessPoint - Interface in com.mindfusion.charting
Defines the signature of lambdas called to process a data point one element at a time.
Renderer2D.ProcessRange - Interface in com.mindfusion.charting
Defines the signature of lambdas called to process all points from current data range at once.
Renderer3D - Interface in com.mindfusion.charting
Defines the interface called by Plot3D to build 3D models.
resetZoom() - Method in class com.mindfusion.charting.Plot2D
Resets the zoom level to original axis ranges.
resetZoom() - Method in class com.mindfusion.charting.swing.BiaxialChart
Resets zoom level to original data range.
resetZoom() - Method in class com.mindfusion.charting.swing.Chart
Resets zoom level to original data range.
rotatePoint(Point2D, Point2D, double) - Method in class com.mindfusion.charting.PolarPlot
Rotates point around specified rotation center at specified angle.
rotateRect(Rectangle2D, Point2D, float) - Static method in class com.mindfusion.charting.Utilities
 
RotationController - Class in com.mindfusion.charting
Represents a controller that rotates a polar plot by changing its StartAngle.
RotationController(RenderContext) - Constructor for class com.mindfusion.charting.RotationController
Initializes a new instance of the RotationController class.

S

saveTo(String) - Method in class com.mindfusion.charting.Theme
Saves the theme values to specified file.
saveTo(Document) - Method in class com.mindfusion.charting.Theme
Saves the theme values to specified XML element.
scale(double) - Method in class com.mindfusion.charting.Point3D
Scales the point's coordinates by specified scale factor.
ScatterChart - Class in com.mindfusion.charting.swing
A control used to draw scatter charts.
ScatterChart() - Constructor for class com.mindfusion.charting.swing.ScatterChart
Initializes a new instance of the ScatterChart class.
ScatterRenderer - Class in com.mindfusion.charting
A SeriesRenderer that draws scatter in its containing plot.
ScatterRenderer(ObservableList<Series>) - Constructor for class com.mindfusion.charting.ScatterRenderer
Initializes a new instance of the ScatterRenderer class.
ScatterType - Enum in com.mindfusion.charting
Identifies the shapes rendered by a ScatterRenderer.
searchStyle(StyleCheck, RenderContext) - Method in class com.mindfusion.charting.SeriesRenderer
Returns a SeriesStyle object that meets specified criteria.
series - Variable in class com.mindfusion.charting.RadarRenderer
 
Series - Interface in com.mindfusion.charting
Specifies the interface that data providers should implement in order to feed data to SeriesRenderer classes.
Series2D - Class in com.mindfusion.charting
Represents a data series defined by two lists of values containing respectively X and Y coordinates.
Series2D(List<Double>, List<Double>, List<String>) - Constructor for class com.mindfusion.charting.Series2D
Initializes a new instance of the Series2D class.
Series3D - Class in com.mindfusion.charting
Represents a data series defined by three lists of values containing respectively X, Y and Z coordinates.
Series3D(List<Double>, List<Double>, List<Double>, List<String>) - Constructor for class com.mindfusion.charting.Series3D
Initializes a new instance of the Series3D class.
SeriesContainer - Interface in com.mindfusion.charting
Defines an interface for enumerating all series associated with a component of the dashboard.
SeriesRenderer - Class in com.mindfusion.charting
Base class for renderer objects that draw data series inside a Plot.
SeriesRenderer() - Constructor for class com.mindfusion.charting.SeriesRenderer
Initializes a new instance of the SeriesRenderer class.
SeriesStyle - Interface in com.mindfusion.charting
Defines appearance attributes of series elements.
setAlignToAxis(boolean) - Method in class com.mindfusion.charting.PieRadarRenderer
Sets a value indicating whether sectors should be aligned to axes in the radar grid or centered around them.
setAlignToAxis(boolean) - Method in class com.mindfusion.charting.swing.RadarChart
Sets whether pie-radar sectors should be aligned to axes in the radar grid or centered around them.
setAllowMove(boolean) - Method in class com.mindfusion.charting.LegendRenderer
Sets a value indicating whether users are allowed to move this legend.
setAllowMoveLegend(boolean) - Method in class com.mindfusion.charting.swing.Chart
Sets a value indicating whether users are allowed to move the legend.
setAllowPan(boolean) - Method in class com.mindfusion.charting.Plot2D
Sets a value indicating whether users are allowed to pan this plot.
setAllowPan(boolean) - Method in class com.mindfusion.charting.swing.BiaxialChart
Sets a value indicating whether users are allowed to pan the chart's plot.
setAllowRotate(boolean) - Method in class com.mindfusion.charting.PolarPlot
Sets a value indicating whether users are allowed to rotate this plot.
setAllowRotate(boolean) - Method in class com.mindfusion.charting.swing.PieChart
Sets a value indicating whether users are allowed to rotate this chart.
setAllowRotate(boolean) - Method in class com.mindfusion.charting.swing.RadarChart
Sets a value indicating whether users are allowed to rotate this chart.
setAllowZoom(boolean) - Method in class com.mindfusion.charting.swing.Dashboard
Sets a value indicating whether users are allowed to zoom into plots' data ranges.
setAnnotations(ObservableList<Series>) - Method in class com.mindfusion.charting.swing.BiaxialChart
Sets the list of series whose labels are drawn as annotations.
setAnnotationType(AnnotationType) - Method in class com.mindfusion.charting.AnnotationRenderer
 
setAreaOpacity(double) - Method in class com.mindfusion.charting.AreaRenderer
Sets the opacity of area polygons.
setAreaOpacity(double) - Method in class com.mindfusion.charting.RadarRenderer
Sets the opacity of radar polygons.
setAreaOpacity(double) - Method in class com.mindfusion.charting.StepAreaRenderer
Sets the opacity of radar polygons.
setAreaOpacity(double) - Method in class com.mindfusion.charting.swing.AreaChart
Sets the opacity of area polygons.
setAreaOpacity(double) - Method in class com.mindfusion.charting.swing.RadarChart
Sets the opacity of radar polygons.
setAxis(Axis) - Method in class com.mindfusion.charting.AxisRenderer
The Axis that will be drawn by this object.
setAxisLabelsBrush(Brush) - Method in class com.mindfusion.charting.Theme
Sets the Brush used to draw axis labels.
setAxisLabelsFontName(String) - Method in class com.mindfusion.charting.Theme
Sets the name of font used to draw axis labels.
setAxisLabelsFontSize(double) - Method in class com.mindfusion.charting.Theme
Sets the size of font used to draw axis labels.
setAxisLabelsFontStyle(EnumSet<FontStyle>) - Method in class com.mindfusion.charting.Theme
Sets the style of font used to draw axis labels.
setAxisOptions(RadarAxisOptions) - Method in class com.mindfusion.charting.RadarPlot
Sets a RadarAxisOptions object providing properties for customizing axis rendering in radar charts.
setAxisStroke(Brush) - Method in class com.mindfusion.charting.AxisRenderer
Sets the Brush that should be used to draw axis lines.
setAxisStroke(Brush) - Method in class com.mindfusion.charting.Theme
Sets a Brush used to stroke axis lines.
setAxisStrokeDashStyle(DashStyle) - Method in class com.mindfusion.charting.AxisRenderer
Sets the dash style axis lines should be stroked with.
setAxisStrokeDashStyle(DashStyle) - Method in class com.mindfusion.charting.Theme
Sets the dash style of axis lines.
setAxisStrokeThickness(double) - Method in class com.mindfusion.charting.AxisRenderer
Sets the thickness axis lines should be stroked with.
setAxisStrokeThickness(double) - Method in class com.mindfusion.charting.Theme
Sets the thickness of axis lines.
setAxisTitleBrush(Brush) - Method in class com.mindfusion.charting.Theme
Sets the Brush used to draw axis titles.
setAxisTitleFontName(String) - Method in class com.mindfusion.charting.Theme
Sets the name of font used to draw axis titles.
setAxisTitleFontSize(double) - Method in class com.mindfusion.charting.Theme
Sets the size of font used to draw axis titles.
setAxisTitleFontStyle(EnumSet<FontStyle>) - Method in class com.mindfusion.charting.Theme
Sets the style of font used to draw axis titles.
setBackground(Brush) - Method in class com.mindfusion.charting.LegendRenderer
Sets the Brush that should be used to fill the background of this legend.
setBackground(Brush) - Method in class com.mindfusion.charting.Plot
Sets the Brush that should be used to fill the background of this plot.
setBackground(Brush) - Method in class com.mindfusion.charting.TextStyle
Sets the text background.
setBackgroundImage(Image) - Method in class com.mindfusion.charting.swing.Dashboard
Sets dashboard's background image.
setBackgroundImageAlign(ImageAlign) - Method in class com.mindfusion.charting.swing.Dashboard
Sets the alignment of BackgroundImage relatively to dashboard boundaries.
setBackgroundImageAutoSize(boolean) - Method in class com.mindfusion.charting.swing.Dashboard
Sets whether auto-size mode is enabled for BackgroundImage.
setBarLayout(BarLayout) - Method in class com.mindfusion.charting.swing.BarChart
Sets how to arrange bars when rendering multiple series.
setBarLayout(BarLayout) - Method in class com.mindfusion.charting.swing.BarChart3D
Sets how to arrange bars when rendering multiple series.
setBarSpacingRatio(double) - Method in interface com.mindfusion.charting.BarContainer
Sets the ratio of empty space between bars to space occupied by bars.
setBarSpacingRatio(double) - Method in class com.mindfusion.charting.BarOverlayRenderer
Sets the ratio of empty space between adjacent bar groups to space occupied by bars.
setBarSpacingRatio(double) - Method in class com.mindfusion.charting.BarRenderer
Sets the ratio of empty space between adjacent bar groups to space occupied by bars.
setBarSpacingRatio(double) - Method in class com.mindfusion.charting.BarStackRenderer
Sets the ratio of empty space between adjacent bar groups to space occupied by bars.
setBarSpacingRatio(double) - Method in class com.mindfusion.charting.swing.BarChart
Sets the ratio of empty space between bars to space occupied by bars.
setBorderStroke(Brush) - Method in class com.mindfusion.charting.LegendRenderer
Sets the Brush that should be used to stroke the borders of this legend.
setBorderStroke(Brush) - Method in class com.mindfusion.charting.Plot
Sets the Brush that should be used to stroke the borders of this plot.
setBorderStroke(Brush) - Method in class com.mindfusion.charting.TextStyle
Sets the border stroke.
setBorderStrokeDashStyle(DashStyle) - Method in class com.mindfusion.charting.LegendRenderer
Sets the stroke dash style of legend borders.
setBorderStrokeDashStyle(DashStyle) - Method in class com.mindfusion.charting.Plot
Sets the stroke dash style of plot borders.
setBorderStrokeDashStyle(DashStyle) - Method in class com.mindfusion.charting.TextStyle
Sets the border stroke dash style.
setBorderStrokeThickness(Double) - Method in class com.mindfusion.charting.LegendRenderer
Sets the stroke thickness of legend borders.
setBorderStrokeThickness(Double) - Method in class com.mindfusion.charting.Plot
Sets the stroke thickness of plot borders.
setBorderStrokeThickness(Double) - Method in class com.mindfusion.charting.TextStyle
Sets the border stroke thickness.
setBottom(float) - Method in class com.mindfusion.charting.ChartPadding
 
setBottom(double) - Method in class com.mindfusion.charting.Margins
Sets the width of the bottom side of the frame.
setBottom(double) - Method in class com.mindfusion.charting.Thickness
Sets the width of the bottom side of the frame.
setCandlestickWidth(double) - Method in class com.mindfusion.charting.CandlestickRenderer
Sets the width of the candlesticks.
setCandlestickWidth(double) - Method in class com.mindfusion.charting.swing.CandlestickChart
Sets the width of the candlesticks.
setChartPadding(int) - Method in class com.mindfusion.charting.swing.PieChart
Sets padding space between the plot's border and series graphics.
setChartPadding(int) - Method in class com.mindfusion.charting.swing.RadarChart
Sets padding space between the plot's border and series graphics.
setChartPanel(GridPanel) - Method in class com.mindfusion.charting.swing.Chart
Sets the GridPanel that contains the chart's PlotPanel and axis renderers.
setClose(double) - Method in class com.mindfusion.charting.StockPrice
Sets the close value.
setCloseDimension(int) - Method in class com.mindfusion.charting.CandlestickRenderer
Sets the index of the dimension, containing close values.
setCommonFills(List<Brush>) - Method in class com.mindfusion.charting.MixedSeriesStyle
Sets a list of brushes, each Brush used to fill all elements of a series.
setCommonSeriesFills(List<Brush>) - Method in class com.mindfusion.charting.Theme
Sets a list of brushes, each Brush used to fill all elements of a series.
setCommonSeriesStrokeDashStyles(List<DashStyle>) - Method in class com.mindfusion.charting.Theme
Sets a list of dash styles, each style applied to all elements of a series.
setCommonSeriesStrokes(List<Brush>) - Method in class com.mindfusion.charting.Theme
Sets a list of brushes, each Brush used to stroke all elements of a series.
setCommonSeriesStrokeThicknesses(List<Double>) - Method in class com.mindfusion.charting.Theme
Sets a list of stroke thicknesses, each thickness applied to all elements of a series.
setCommonStrokeDashStyles(List<DashStyle>) - Method in class com.mindfusion.charting.MixedSeriesStyle
Sets a list of dash styles, each style applied to all elements of a series.
setCommonStrokes(List<Brush>) - Method in class com.mindfusion.charting.MixedSeriesStyle
Sets a list of brushes, each Brush used to stroke all elements of a series.
setCommonStrokeThicknesses(List<Double>) - Method in class com.mindfusion.charting.MixedSeriesStyle
Sets a list of stroke thicknesses, each thickness applied to all elements of a series.
setComponent(Component) - Method in class com.mindfusion.charting.RenderContext
Sets the component currently being painted.
setContent(ObservableList<SeriesRenderer>) - Method in class com.mindfusion.charting.LegendRenderer
Sets a list of SeriesRenderer objects whose Series should be displayed in this legend.
setCustomDateTimeFormat(String) - Method in class com.mindfusion.charting.DateTimeSeries
Sets a custom format string for DateTime labels.
setCustomDateTimeFormat(String) - Method in class com.mindfusion.charting.StockPriceSeries
Sets a custom format string for DateTime labels.
setData(List<Double>) - Method in class com.mindfusion.charting.SimpleSeries
Sets the data values contained in this series.
setDataLabelsBackground(Brush) - Method in class com.mindfusion.charting.Theme
Sets the background of data labels.
setDataLabelsBorderDashStyle(DashStyle) - Method in class com.mindfusion.charting.Theme
Sets the dash style of data labels' borders.
setDataLabelsBorderStroke(Brush) - Method in class com.mindfusion.charting.Theme
Sets the border stroke of data labels.
setDataLabelsBorderThickness(Double) - Method in class com.mindfusion.charting.Theme
Sets the thickness of data labels' borders.
setDataLabelsBrush(Brush) - Method in class com.mindfusion.charting.Theme
Sets the Brush used to draw data labels.
setDataLabelsFontName(String) - Method in class com.mindfusion.charting.Theme
Sets the name of font used to draw data labels.
setDataLabelsFontSize(double) - Method in class com.mindfusion.charting.Theme
Sets the size of font used to draw data labels.
setDataLabelsFontStyle(EnumSet<FontStyle>) - Method in class com.mindfusion.charting.Theme
Sets the style of font used to draw data labels.
setDataSource(Object) - Method in class com.mindfusion.charting.DataBoundSeries
Sets the data source this series is bound to.
setDataSource(Object) - Method in class com.mindfusion.charting.swing.Chart
Sets the chart's data source.
setDate(Date) - Method in class com.mindfusion.charting.StockPrice
Sets the date.
setDates(List<Date>) - Method in class com.mindfusion.charting.DateTimeSeries
Sets a list of DateTime values used as X coordinates of this series.
setDateTimeFormat(DateTimeFormat) - Method in class com.mindfusion.charting.DateTimeSeries
Sets a value indicating how to format DateTime values as labels.
setDateTimeFormat(DateTimeFormat) - Method in class com.mindfusion.charting.StockPriceSeries
Sets a value indicating how to format DateTime values as labels.
setDefaultAxis(Axis) - Method in class com.mindfusion.charting.RadarPlot
Sets a default Axis object used when data item index does not have corresponding element in the Axes collection.
setDefaultAxis(Axis) - Method in class com.mindfusion.charting.swing.RadarChart
Sets a default Axis object used when data item index does not have corresponding element in the Axes collection.
setDetachedSlices(List<Integer>) - Method in class com.mindfusion.charting.PieSeries
Sets indices of emphasized data items.
setDetachedSlices(List<Integer>) - Method in class com.mindfusion.charting.swing.PieChart
Sets indices of detached slices.
setDetachOffset(double) - Method in class com.mindfusion.charting.PieRenderer
Sets the percentage by which detached slices are offset from pie center.
setDetachOffset(double) - Method in class com.mindfusion.charting.swing.PieChart
Sets the percentage by which detached slices are offset from pie center.
setDimension(int) - Method in class com.mindfusion.charting.FunnelRenderer
Sets the dimension index that should be used to read data from the Series.
setDimension(int) - Method in class com.mindfusion.charting.PieRenderer
Sets the dimension index that should be used to read data from the Series.
setDoughnut(boolean) - Method in class com.mindfusion.charting.PieRenderer
Sets a value indicating whether the pie should be rendered as a doughnut.
setDoughnut(boolean) - Method in class com.mindfusion.charting.swing.PieChart
Sets a value indicating whether the pie should be rendered as a doughnut.
setDuration(double) - Method in class com.mindfusion.charting.ChartEvent
Sets the event duration.
setElementLabelKind(LabelKinds) - Method in class com.mindfusion.charting.LegendRenderer
 
setEnableAnimation(boolean) - Method in class com.mindfusion.charting.PanController
Sets whether to enable pan inertia.
setEnableAnimation(boolean) - Method in class com.mindfusion.charting.RotationController
Sets whether to enable rotation inertia.
setEvaluateFunctionDelegate(EvaluateFunction) - Method in class com.mindfusion.charting.FunctionSeries
Sets a delegate called to evaluate unknown functions used in the expression.
setFallingBrush(Brush) - Method in class com.mindfusion.charting.CandlestickSeriesStyle
Sets a Brush used to fill candlesticks, which open value is greater than its close value.
setFills(List<List<Brush>>) - Method in class com.mindfusion.charting.MixedSeriesStyle
Sets a list of Brush lists, each list used to draw a different series, and each Brush used to fill individual elements of a series.
setFills(List<List<Brush>>) - Method in class com.mindfusion.charting.PerElementSeriesStyle
Sets a list of Brush lists, each list used to draw a different series, and each Brush used to fill individual elements of a series.
setFills(List<Brush>) - Method in class com.mindfusion.charting.PerSeriesStyle
Sets a list of brushes, each Brush used to fill all elements of a series.
setFontName(String) - Method in class com.mindfusion.charting.TextStyle
Sets the font name.
setFontSize(Double) - Method in class com.mindfusion.charting.TextStyle
Sets the font size.
setFontStyle(EnumSet<FontStyle>) - Method in class com.mindfusion.charting.TextStyle
Sets the font style.
setGaugeBackground(Brush) - Method in class com.mindfusion.charting.Theme
Sets a Brush used to draw gauge backgrounds.
setGaugeFontName(String) - Method in class com.mindfusion.charting.Theme
Sets the name of font used to draw text in gauges.
setGaugeFontSize(double) - Method in class com.mindfusion.charting.Theme
Sets the size of font used to draw text in gauges.
setGaugeFontStyle(EnumSet<FontStyle>) - Method in class com.mindfusion.charting.Theme
Sets the style of font used to draw text in gauges.
setGaugePointerBackground(Brush) - Method in class com.mindfusion.charting.Theme
Sets a Brush used to draw gauge pointer backgrounds.
setGaugePointerStroke(Brush) - Method in class com.mindfusion.charting.Theme
Sets a Brush used to stroke gauge pointers.
setGaugePointerStrokeThickness(double) - Method in class com.mindfusion.charting.Theme
Sets the thickness of gauge pointer strokes.
setGaugeScaleBackground(Brush) - Method in class com.mindfusion.charting.Theme
Sets a Brush used to draw the background of gauge scales.
setGaugeScaleStroke(Brush) - Method in class com.mindfusion.charting.Theme
Sets a Brush used to stroke gauge scales.
setGaugeScaleStrokeThickness(double) - Method in class com.mindfusion.charting.Theme
Sets the thickness of gauge scale strokes.
setGaugeStroke(Brush) - Method in class com.mindfusion.charting.Theme
Sets a Brush used to stroke gauge borders.
setGaugeStrokeThickness(double) - Method in class com.mindfusion.charting.Theme
Sets the thickness of gauge borders.
setGaugeTickBackground(Brush) - Method in class com.mindfusion.charting.Theme
Sets a Brush used to draw gauge tick backgrounds.
setGaugeTickStroke(Brush) - Method in class com.mindfusion.charting.Theme
Sets a Brush used to stroke gauge ticks.
setGaugeTickStrokeThickness(double) - Method in class com.mindfusion.charting.Theme
Sets the thickness of gauge tick strokes.
setGraphics(Graphics2D) - Method in class com.mindfusion.charting.RenderContext
Sets the current drawing surface.
setGridColor1(Color) - Method in class com.mindfusion.charting.Plot2D
Sets the main color of the grid.
setGridColor1(Color) - Method in class com.mindfusion.charting.RadarPlot
Sets the main color of the grid.
setGridColor1(Color) - Method in class com.mindfusion.charting.swing.RadarChart
Sets the main color of the grid.
setGridColor1(Color) - Method in class com.mindfusion.charting.Theme
Sets the main color of plot grid.
setGridColor2(Color) - Method in class com.mindfusion.charting.Plot2D
Sets the alternating color of the grid.
setGridColor2(Color) - Method in class com.mindfusion.charting.RadarPlot
Sets the alternating color of the grid.
setGridColor2(Color) - Method in class com.mindfusion.charting.swing.RadarChart
Sets the alternating color of the grid.
setGridColor2(Color) - Method in class com.mindfusion.charting.Theme
Sets the alternating color of plot grid.
setGridDivisions(int) - Method in class com.mindfusion.charting.RadarPlot
Sets the number of concentric shapes to draw in the grid.
setGridDivisions(int) - Method in class com.mindfusion.charting.swing.RadarChart
Sets the number of grid divisions.
setGridLineColor(Color) - Method in class com.mindfusion.charting.Plot2D
Sets the color of the grid lines.
setGridLineColor(Color) - Method in class com.mindfusion.charting.Theme
Sets the line color of plot grid.
setGridLineStyle(DashStyle) - Method in class com.mindfusion.charting.Plot2D
Sets the style of the grid lines.
setGridLineStyle(DashStyle) - Method in class com.mindfusion.charting.Theme
Sets the style of plot grid lines.
setGridLineThickness(Double) - Method in class com.mindfusion.charting.Plot2D
Sets the thickness of the grid lines.
setGridLineThickness(double) - Method in class com.mindfusion.charting.Theme
Sets the thickness of plot grid lines.
setGridType(GridType) - Method in class com.mindfusion.charting.Plot2D
Sets the type of grid to draw in this plot.
setGridType(RadarGridType) - Method in class com.mindfusion.charting.RadarPlot
Sets the type of grid to draw in this plot.
setGridType(GridType) - Method in class com.mindfusion.charting.swing.BiaxialChart
Sets the type of grid to draw in this chart.
setGridType(RadarGridType) - Method in class com.mindfusion.charting.swing.RadarChart
Sets the type of grid drawn in this chart.
setHigh(double) - Method in class com.mindfusion.charting.StockPrice
Sets the high value.
setHighDimension(int) - Method in class com.mindfusion.charting.CandlestickRenderer
Sets the index of the dimension, containing high values.
setHighlightedItem(HitResult) - Method in class com.mindfusion.charting.Plot
Sets the data item that should be drawn highlighted.
setHighlightStroke(Brush) - Method in class com.mindfusion.charting.Plot
Sets the Brush used to stroke highlighted item.
setHighlightStroke(Brush) - Method in class com.mindfusion.charting.Theme
Sets a Brush used to stroke highlighted items.
setHighlightStrokeDashStyle(DashStyle) - Method in class com.mindfusion.charting.Plot
Sets the stroke dash style of highlighted item.
setHighlightStrokeDashStyle(DashStyle) - Method in class com.mindfusion.charting.Theme
Sets the dash style of highlight strokes.
setHighlightStrokeThickness(Double) - Method in class com.mindfusion.charting.Plot
Sets the stroke thickness of highlighted item.
setHighlightStrokeThickness(double) - Method in class com.mindfusion.charting.Theme
Sets the thickness of highlight strokes.
setHorizontalBars(boolean) - Method in interface com.mindfusion.charting.BarContainer
Sets a value identifying whether bars should be horizontal.
setHorizontalBars(boolean) - Method in class com.mindfusion.charting.BarOverlayRenderer
Sets a value indicating whether bars should be horizontal.
setHorizontalBars(boolean) - Method in class com.mindfusion.charting.BarRenderer
Sets a value indicating whether bars should be horizontal.
setHorizontalBars(boolean) - Method in class com.mindfusion.charting.BarStackRenderer
Sets a value identifying whether bars should be horizontal.
setHorizontalBars(boolean) - Method in class com.mindfusion.charting.swing.BarChart
Sets a value identifying whether bars should be horizontal.
setIncludeUnalteredProperties(boolean) - Method in class com.mindfusion.charting.XmlPersistContext
Sets a value specifies whether properties that have their default value should be serialized to XML.
setIndex(int) - Method in class com.mindfusion.charting.HitResult
Gets the data item index within its Series.
setInnerLabel(String) - Method in class com.mindfusion.charting.ChartEvent
Sets label to display inside chart segments.
setInnerLabels(List<String>) - Method in class com.mindfusion.charting.BarSeries
Sets the inner labels.
setInnerLabels(List<String>) - Method in class com.mindfusion.charting.PieSeries
Sets the inner labels.
setInnerLabelsDataField(String) - Method in class com.mindfusion.charting.DataBoundSeries
Sets the name of inner labels data field in the data source.
setInnerLabelsDataFields(ObservableList<String>) - Method in class com.mindfusion.charting.swing.Chart
Sets the names of fields in the data source whose values are shown as inner labels of rendered graphical elements.
setInnerLabelsPath(String) - Method in class com.mindfusion.charting.XmlSeries
Sets the XPath expression identifying inner data labels.
setInterval(Double) - Method in class com.mindfusion.charting.Axis
Sets the size of axis intervals.
setLabelAlignment(Align) - Method in class com.mindfusion.charting.AxisRenderer
Sets the alignment of data labels.
setLabelAlignment(BubbleLabelAlignment) - Method in class com.mindfusion.charting.BubbleRenderer
Sets the label alignment.
setLabelBrush(Brush) - Method in class com.mindfusion.charting.AxisRenderer
Sets the Brush that should be used to draw axis labels.
setLabelBrush(Brush) - Method in class com.mindfusion.charting.SeriesRenderer
Sets the Brush that should be used to draw labels of data items.
setLabelFont(Font) - Method in class com.mindfusion.charting.TextRenderer
Sets the Font used to draw labels.
setLabelFontName(String) - Method in class com.mindfusion.charting.AxisRenderer
Sets the name of font that should be used to draw axis labels.
setLabelFontName(String) - Method in class com.mindfusion.charting.SeriesRenderer
Sets the name of font that should be used to draw labels of data items.
setLabelFontSize(Double) - Method in class com.mindfusion.charting.AxisRenderer
Sets the size of font that should be used to draw axis labels.
setLabelFontSize(Double) - Method in class com.mindfusion.charting.SeriesRenderer
Sets the size of font that should be used to draw labels of data items.
setLabelFontStyle(EnumSet<FontStyle>) - Method in class com.mindfusion.charting.AxisRenderer
Sets the style of font that should be used to draw axis labels.
setLabelFontStyle(EnumSet<FontStyle>) - Method in class com.mindfusion.charting.SeriesRenderer
Sets the style of font that should be used to draw labels of data items.
setLabelPadding(double) - Method in class com.mindfusion.charting.AxisRenderer
Sets the padding space between the axis line and coordinate labels.
setLabelPrefix(String) - Method in class com.mindfusion.charting.DateTimeSeries
Sets a prefix added in front of formatted DateTime labels.
setLabelPrefix(String) - Method in class com.mindfusion.charting.StockPriceSeries
Sets a prefix added in front of formatted DateTime labels.
setLabelRotationAngle(double) - Method in class com.mindfusion.charting.AxisRenderer
Sets the rotation angle of data labels.
setLabels(List<String>) - Method in class com.mindfusion.charting.PointSeries
Sets the data labels.
setLabels(List<String>) - Method in class com.mindfusion.charting.PointSeries3D
Sets the data labels.
setLabels(List<String>) - Method in class com.mindfusion.charting.Series2D
Sets the data labels.
setLabels(List<String>) - Method in class com.mindfusion.charting.Series3D
Sets the data labels.
setLabelsSource(SeriesContainer) - Method in class com.mindfusion.charting.AxisRenderer
Sets the object whose Series labels should be rendered along this axis.
setLabelSuffix(String) - Method in class com.mindfusion.charting.DateTimeSeries
Sets a suffix appended to formatted DateTime labels.
setLabelSuffix(String) - Method in class com.mindfusion.charting.StockPriceSeries
Sets a suffix appended to formatted DateTime labels.
setLayout(TowerLayout) - Method in class com.mindfusion.charting.TowerRenderer
Sets the layout of tower segments.
setLayoutBuilder(LayoutBuilder) - Method in class com.mindfusion.charting.swing.Dashboard
Gets a LayoutBuilder instance that provides shortcut methods for building fragments of dashboard's user interface.
setLayoutPanel(Panel) - Method in class com.mindfusion.charting.swing.Dashboard
Gets a Panel containing dashboard components that should participate in layout measurements and be arranged relatively to each other.
setLeft(float) - Method in class com.mindfusion.charting.ChartPadding
 
setLeft(double) - Method in class com.mindfusion.charting.Margins
Sets the width of the left side of the frame.
setLeft(double) - Method in class com.mindfusion.charting.Thickness
Sets the width of the left side of the frame.
setLeftSeries(Series) - Method in class com.mindfusion.charting.swing.TowerChart
Sets the series whose data is drawn on the left side of this chart.
setLeftSeries(Series) - Method in class com.mindfusion.charting.TowerRenderer
Sets the left-side Series drawn by this TowerRenderer.
setLegendBackground(Brush) - Method in class com.mindfusion.charting.Theme
Sets a Brush used to draw legend background.
setLegendBorderStroke(Brush) - Method in class com.mindfusion.charting.Theme
Sets a Brush used to draw legend borders.
setLegendBorderStrokeDashStyle(DashStyle) - Method in class com.mindfusion.charting.Theme
Sets the dash style of legend borders.
setLegendBorderStrokeThickness(double) - Method in class com.mindfusion.charting.Theme
Sets the thickness of legend borders.
setLegendElementLabelKind(LabelKinds) - Method in class com.mindfusion.charting.swing.Chart
 
setLegendHorizontalAlignment(LayoutAlignment) - Method in class com.mindfusion.charting.swing.Chart
Sets the horizontal alignment of the legend.
setLegendMargin(Margins) - Method in class com.mindfusion.charting.swing.Chart
Sets the margin space around the legend.
setLegendTitle(String) - Method in class com.mindfusion.charting.swing.Chart
Sets the legend title.
setLegendTitleBrush(Brush) - Method in class com.mindfusion.charting.Theme
Sets the Brush used to draw legend titles.
setLegendTitleFontName(String) - Method in class com.mindfusion.charting.Theme
Sets the name of font used to draw legend titles.
setLegendTitleFontSize(double) - Method in class com.mindfusion.charting.Theme
Sets the size of font used to draw legend titles.
setLegendTitleFontStyle(EnumSet<FontStyle>) - Method in class com.mindfusion.charting.Theme
Sets the style of font used to draw legend titles.
setLegendVerticalAlignment(LayoutAlignment) - Method in class com.mindfusion.charting.swing.Chart
Sets the vertical alignment of the legend.
setLicenseKey(String) - Static method in class com.mindfusion.charting.swing.Dashboard
Sets the component's license key string, disabling evaluation mode.
setLineType(LineType) - Method in class com.mindfusion.charting.swing.AreaChart
Sets what type of line segments to draw between data points.
setLineType(LineType) - Method in class com.mindfusion.charting.swing.LineChart
Sets what type of line segments to draw between data points.
setLow(double) - Method in class com.mindfusion.charting.StockPrice
Sets the low value.
setLowDimension(int) - Method in class com.mindfusion.charting.CandlestickRenderer
Sets the index of the dimension, containing low values.
setMargins(Margins) - Method in class com.mindfusion.charting.swing.TowerChart
Sets the size of margins around chart graphics.
setMargins(Margins) - Method in class com.mindfusion.charting.TowerRenderer
Sets the size of margins around chart graphics.
setMaxDate(Date) - Method in class com.mindfusion.charting.DateTimeSeries
Sets the end of the time range.
setMaxItemsPerColumn(int) - Method in class com.mindfusion.charting.LegendRenderer
 
setMaxLegendItemsPerColumn(int) - Method in class com.mindfusion.charting.swing.Chart
 
setMaxValue(Double) - Method in class com.mindfusion.charting.Axis
Sets the largest value displayed on this axis.
setMaxValue(double) - Method in class com.mindfusion.charting.DateTimeSeries
Sets the coordinate corresponding to MaxDate.
setMinDate(Date) - Method in class com.mindfusion.charting.DateTimeSeries
Sets the start of the time range.
setMinValue(Double) - Method in class com.mindfusion.charting.Axis
Sets the smallest value displayed on this axis.
setMinValue(double) - Method in class com.mindfusion.charting.DateTimeSeries
Sets the coordinate corresponding to MinDate.
setModel(int) - Method in class com.mindfusion.charting.BarRenderer3D
 
setModel(int) - Method in class com.mindfusion.charting.BarStackRenderer3D
 
setNumberFormat(String) - Method in class com.mindfusion.charting.Axis
Sets the number format of coordinate labels.
setOpen(double) - Method in class com.mindfusion.charting.StockPrice
Sets the open value.
setOpenDimension(int) - Method in class com.mindfusion.charting.CandlestickRenderer
Sets the index of the dimension, containing open values.
setOrigin(Double) - Method in class com.mindfusion.charting.Axis
Sets the axis origin.
setOuterLabel(String) - Method in class com.mindfusion.charting.ChartEvent
Sets label to display outside chart segments.
setOuterLabels(List<String>) - Method in class com.mindfusion.charting.PieSeries
Sets the outer labels.
setOuterLabelsDataField(String) - Method in class com.mindfusion.charting.DataBoundSeries
Sets the name of outer labels data field in the data source.
setOuterLabelsDataFields(ObservableList<String>) - Method in class com.mindfusion.charting.swing.Chart
Sets the names of fields in the data source whose values are shown as outer labels of rendered graphical elements.
setOuterLabelsPath(String) - Method in class com.mindfusion.charting.XmlSeries
Sets the XPath expression identifying outer data labels.
setPadding(double) - Method in class com.mindfusion.charting.LegendRenderer
Sets the padding space between content and borders of this legend.
setPadding(int) - Method in class com.mindfusion.charting.PolarPlot
Sets padding space between the plot's border and series graphics.
setPinGrid(boolean) - Method in class com.mindfusion.charting.Plot2D
Sets a value indicating whether grid stripes should be pinned in place or scroll together with the plot when users pan it.
setPinGrid(boolean) - Method in class com.mindfusion.charting.swing.BiaxialChart
Sets a value indicating whether grid stripes should be pinned in place or scroll together with the plot when users pan it.
setPinLabels(boolean) - Method in class com.mindfusion.charting.AxisRenderer
Sets a value indicating whether coordinate labels should be pinned in place or scroll together with the plot when users pan it.
setPlot(Plot) - Method in class com.mindfusion.charting.HitResult
Gets the Plot that has been hit.
setPlotBackground(Brush) - Method in class com.mindfusion.charting.Theme
Sets a Brush used to draw the background of plots.
setPlotBorderStroke(Brush) - Method in class com.mindfusion.charting.Theme
Sets a Brush used to stroke plot borders.
setPlotBorderStrokeDashStyle(DashStyle) - Method in class com.mindfusion.charting.Theme
Sets the dash style of plot borders.
setPlotBorderStrokeThickness(double) - Method in class com.mindfusion.charting.Theme
Sets the thickness of plot borders.
setPlotBottomSide(boolean) - Method in class com.mindfusion.charting.XAxisRenderer
Sets whether this XAxisRenderer is shown at the bottom side of a plot.
setPlotImage(Image) - Method in class com.mindfusion.charting.swing.Chart
Sets the Image drawn inside chart's plot area.
setPlotImageAlign(ImageAlign) - Method in class com.mindfusion.charting.swing.Chart
Sets the alignment of PlotImage relatively to the plot boundaries.
setPlotImageAutoSize(boolean) - Method in class com.mindfusion.charting.swing.Chart
Sets whether auto-size mode is enabled for PlotImage.
setPlotLeftSide(boolean) - Method in class com.mindfusion.charting.YAxisRenderer
Sets whether this YAxisRenderer is shown at the left side of a plot.
setPoints(List<Point2D>) - Method in class com.mindfusion.charting.PointSeries
Sets the series' points.
setPoints(List<Point3D>) - Method in class com.mindfusion.charting.PointSeries3D
Sets the series' points.
setPosition(Point2D) - Static method in class com.mindfusion.charting.ToolTip
Sets the tooltip position.
setPrintMargins(Margins) - Method in class com.mindfusion.charting.swing.Dashboard
 
setRadarType(RadarType) - Method in class com.mindfusion.charting.swing.RadarChart
Sets the type of radar graphics drawn in this chart.
setRange(Double) - Method in class com.mindfusion.charting.swing.TowerChart
Sets fixed data range size.
setRange(Double) - Method in class com.mindfusion.charting.TowerRenderer
Sets fixed data range size.
setRenderer(SeriesRenderer) - Method in class com.mindfusion.charting.HitResult
Gets the SeriesRenderer that has been hit.
setRight(float) - Method in class com.mindfusion.charting.ChartPadding
 
setRight(double) - Method in class com.mindfusion.charting.Margins
sets the width of the right side of the frame.
setRight(double) - Method in class com.mindfusion.charting.Thickness
Sets the width of the right side of the frame.
setRightSeries(Series) - Method in class com.mindfusion.charting.swing.TowerChart
Sets the series whose data is drawn on the right side of this chart.
setRightSeries(Series) - Method in class com.mindfusion.charting.TowerRenderer
Sets the right-side Series drawn by this TowerRenderer.
setRisingBrush(Brush) - Method in class com.mindfusion.charting.CandlestickSeriesStyle
Sets a Brush used to fill candlesticks, which open value is smaller or equal to its close value.
setRootPanel(Panel) - Method in class com.mindfusion.charting.swing.Dashboard
Gets the root Panel in the hierarchy of dashboard components.
setSameIndexSpacingRatio(double) - Method in class com.mindfusion.charting.BarRenderer
Sets the ratio of empty space to occupied space in bar groups drawn for data items as same index in each series.
setSegmentShape(TowerSegmentShape) - Method in class com.mindfusion.charting.swing.TowerChart
Sets the shape of tower segments.
setSegmentShape(TowerSegmentShape) - Method in class com.mindfusion.charting.TowerRenderer
Sets the shape of tower segments.
setSegmentSpacing(double) - Method in class com.mindfusion.charting.FunnelRenderer
Sets the spacing between segments.
setSegmentSpacing(double) - Method in class com.mindfusion.charting.swing.FunnelChart
Sets the spacing between funnel segments.
setSeries(Series) - Method in class com.mindfusion.charting.FunnelRenderer
Sets the Series drawn by this FunnelRenderer.
setSeries(Series) - Method in class com.mindfusion.charting.HitResult
Gets the Series that has been hit.
setSeries(Series) - Method in class com.mindfusion.charting.PieRenderer
Sets the Series drawn by this PieRenderer.
setSeries(ObservableList<Series>) - Method in class com.mindfusion.charting.RadarRenderer
Sets the list of Series drawn by this RadarRenderer.
setSeries(ObservableList<Series>) - Method in class com.mindfusion.charting.Renderer2D
Sets a list of Series drawn by this Renderer2D.
setSeries(ObservableList<Series>) - Method in class com.mindfusion.charting.swing.AreaChart
Sets the list of series whose data is drawn in this chart.
setSeries(ObservableList<Series>) - Method in class com.mindfusion.charting.swing.BarChart
Sets the list of series whose data is drawn in this chart.
setSeries(ObservableList<Series>) - Method in class com.mindfusion.charting.swing.BarChart3D
Sets the list of series whose data is drawn in this chart.
setSeries(ObservableList<Series>) - Method in class com.mindfusion.charting.swing.BiaxialChart
Sets the list of series whose data is drawn in this chart.
setSeries(ObservableList<Series>) - Method in class com.mindfusion.charting.swing.BubbleChart
{@inheritDoc
setSeries(ObservableList<Series>) - Method in class com.mindfusion.charting.swing.CandlestickChart
Sets the list of series whose data is drawn in this chart.
setSeries(Series) - Method in class com.mindfusion.charting.swing.FunnelChart
Sets the series whose data is drawn in this chart.
setSeries(ObservableList<Series>) - Method in class com.mindfusion.charting.swing.LineChart
Sets the list of series whose data is drawn in this chart.
setSeries(Series) - Method in class com.mindfusion.charting.swing.PieChart
Sets the series whose data is drawn in this chart.
setSeries(ObservableList<Series>) - Method in class com.mindfusion.charting.swing.RadarChart
Sets the list of series whose data is drawn in this chart.
setSeries(ObservableList<Series>) - Method in class com.mindfusion.charting.swing.ScatterChart
Sets the list of series whose data is drawn in this chart.
setSeriesFills(List<List<Brush>>) - Method in class com.mindfusion.charting.Theme
Sets a list of Brush lists, each list used to draw a different series, and each Brush used to fill individual elements of a series.
setSeriesPadding(int) - Method in class com.mindfusion.charting.swing.TowerChart
Sets the padding distance between series.
setSeriesPadding(int) - Method in class com.mindfusion.charting.TowerRenderer
Sets the padding distance between series.
setSeriesRenderers(ObservableList<SeriesRenderer>) - Method in class com.mindfusion.charting.Plot
Sets the SeriesRenderer objects that should draw inside this plot.
setSeriesStrokeDashStyles(List<List<DashStyle>>) - Method in class com.mindfusion.charting.Theme
Sets a list of DashStyle lists, each list used to stroke a different series, and each DashStyle value specifying style of individual elements of a series.
setSeriesStrokes(List<List<Brush>>) - Method in class com.mindfusion.charting.Theme
Sets a list of Brush lists, each list used to stroke a different series, and each Brush used to stroke individual elements of a series.
setSeriesStrokeThicknesses(List<List<Double>>) - Method in class com.mindfusion.charting.Theme
Sets a list of double lists, each list used to stroke a different series, and each double value specifying thickness of individual elements of a series.
setSeriesStyle(SeriesStyle) - Method in class com.mindfusion.charting.Plot
Sets a SeriesStyle whose attributes should be used to draw series inside this plot, unless their own renderers have a local SeriesStyle value set for respective attribute.
setSeriesStyle(SeriesStyle) - Method in class com.mindfusion.charting.SeriesRenderer
A SeriesStyle instance specifying the appearance of series associated with this renderer.
setShape(ScatterType) - Method in class com.mindfusion.charting.ScatterRenderer
Sets the type of scatter shapes.
setShape(ScatterType) - Method in class com.mindfusion.charting.swing.ScatterChart
Sets the type of scatter shapes.
setShapeSize(double) - Method in class com.mindfusion.charting.ScatterRenderer
Sets the size of scatter shapes.
setShapeSize(double) - Method in class com.mindfusion.charting.swing.ScatterChart
Sets the size of scatter shapes.
setShowCoordinates(boolean) - Method in class com.mindfusion.charting.AxisRenderer
Sets a value indicating whether this AxisRenderer should draw axis coordinates.
setShowCoordinates(boolean) - Method in class com.mindfusion.charting.RadarPlot
Sets a value indicating whether the grid should display axis coordinates.
setShowCoordinates(boolean) - Method in class com.mindfusion.charting.swing.RadarChart
Sets a value indicating whether the chart should show axis coordinates.
setShowDataLabels(EnumSet<LabelKinds>) - Method in class com.mindfusion.charting.SeriesRenderer
Sets the kind of data labels to draw.
setShowDataLabels(EnumSet<LabelKinds>) - Method in class com.mindfusion.charting.swing.Chart
Sets what kind of labels from data series should be drawn.
setShowHighlight(boolean) - Method in class com.mindfusion.charting.SeriesRenderer
Sets a value indicating whether to highlight hovered data items.
setShowHighlight(boolean) - Method in class com.mindfusion.charting.swing.Chart
Sets a value indicating whether to highlight hovered data items.
setShowLegend(boolean) - Method in class com.mindfusion.charting.swing.Chart
Sets a value indicating whether the chart should draw a legend.
setShowScatter(boolean) - Method in class com.mindfusion.charting.swing.BiaxialChart
Sets a value indicating whether the chart should render scatter shapes.
setShowScatter(boolean) - Method in class com.mindfusion.charting.swing.RadarChart
Sets a value indicating whether the chart should render scatter shapes.
setShowSeriesElements(boolean) - Method in class com.mindfusion.charting.LegendRenderer
 
setShowSeriesLabels(boolean) - Method in class com.mindfusion.charting.AxisRenderer
Sets a value indicating whether this AxisRenderer should draw data labels.
setShowTicks(boolean) - Method in class com.mindfusion.charting.AxisRenderer
Sets a value indicating whether this AxisRenderer should draw axis ticks.
setShowTitle(boolean) - Method in class com.mindfusion.charting.LegendRenderer
Sets a value indicating whether to display the legend title.
setShowToolTips(boolean) - Method in class com.mindfusion.charting.SeriesRenderer
Sets a value indicating whether to show tooltips.
setShowToolTips(boolean) - Method in class com.mindfusion.charting.swing.Chart
Sets a value indicating whether to show tooltips.
setShowXCoordinates(boolean) - Method in class com.mindfusion.charting.swing.BiaxialChart
Sets a value indicating whether to show X axis coordinates.
setShowXTicks(boolean) - Method in class com.mindfusion.charting.swing.BiaxialChart
Sets a value indicating whether to show X axis ticks.
setShowYCoordinates(boolean) - Method in class com.mindfusion.charting.swing.BiaxialChart
Sets a value indicating whether to show Y axis coordinates.
setShowYTicks(boolean) - Method in class com.mindfusion.charting.swing.BiaxialChart
Sets a value indicating whether to show Y axis ticks.
setShowZoomWidgets(boolean) - Method in class com.mindfusion.charting.swing.Chart
Sets a value indicating whether the plot should show zoom buttons.
setStartAngle(double) - Method in class com.mindfusion.charting.PolarPlot
Sets the angle where first data item of series should be drawn.
setStartAngle(double) - Method in class com.mindfusion.charting.swing.PieChart
Sets the angle where first data item of series should be drawn.
setStartAngle(double) - Method in class com.mindfusion.charting.swing.RadarChart
Sets the angle where first data item of series should be drawn.
setStemWidth(double) - Method in class com.mindfusion.charting.FunnelRenderer
Sets the width of the funnel stem.
setStemWidth(double) - Method in class com.mindfusion.charting.swing.FunnelChart
Sets the width of the funnel stem.
setStroke(Brush) - Method in class com.mindfusion.charting.CandlestickSeriesStyle
Sets a Brush used to stroke candlesticks;
setStrokeDashStyle(DashStyle) - Method in class com.mindfusion.charting.CandlestickSeriesStyle
Sets the stroke dash style of the candlesticks.
setStrokeDashStyles(List<List<DashStyle>>) - Method in class com.mindfusion.charting.MixedSeriesStyle
Sets a list of DashStyle lists, each list used to stroke a different series, and each DashStyle value specifying style of individual elements of a series.
setStrokeDashStyles(List<List<DashStyle>>) - Method in class com.mindfusion.charting.PerElementSeriesStyle
Sets a list of DashStyle lists, each list used to stroke a different series, and each DashStyle value specifying style of individual elements of a series.
setStrokeDashStyles(List<DashStyle>) - Method in class com.mindfusion.charting.PerSeriesStyle
Sets a list of dash styles, each style applied to all elements of a series.
setStrokes(List<List<Brush>>) - Method in class com.mindfusion.charting.MixedSeriesStyle
Sets a list of Brush lists, each list used to stroke a different series, and each Brush used to stroke individual elements of a series.
setStrokes(List<List<Brush>>) - Method in class com.mindfusion.charting.PerElementSeriesStyle
Sets a list of Brush lists, each list used to stroke a different series, and each Brush used to stroke individual elements of a series.
setStrokes(List<Brush>) - Method in class com.mindfusion.charting.PerSeriesStyle
Sets a list of brushes, each Brush used to stroke all elements of a series.
setStrokeThickness(double) - Method in class com.mindfusion.charting.CandlestickSeriesStyle
Sets the stroke thickness of the candlesticks.
setStrokeThicknesses(List<List<Double>>) - Method in class com.mindfusion.charting.MixedSeriesStyle
Sets a list of double lists, each list used to stroke a different series, and each double value specifying thickness of individual elements of a series.
setStrokeThicknesses(List<List<Double>>) - Method in class com.mindfusion.charting.PerElementSeriesStyle
Sets a list of double lists, each list used to stroke a different series, and each double value specifying thickness of individual elements of a series.
setStrokeThicknesses(List<Double>) - Method in class com.mindfusion.charting.PerSeriesStyle
Sets a list of stroke thicknesses, each thickness applied to all elements of a series.
setSubtitle(String) - Method in class com.mindfusion.charting.swing.Chart
Sets the sub-title of this chart.
setSubtitleBrush(Brush) - Method in class com.mindfusion.charting.swing.Chart
Sets the Brush used to draw chart's Subtitle.
setSubtitleBrush(Brush) - Method in class com.mindfusion.charting.Theme
Sets the Brush used to draw the chart sub-title.
setSubtitleFontName(String) - Method in class com.mindfusion.charting.swing.Chart
Sets the name of Font used to draw chart's Subtitle.
setSubtitleFontName(String) - Method in class com.mindfusion.charting.Theme
Sets the name of font used to draw the chart sub-title.
setSubtitleFontSize(Double) - Method in class com.mindfusion.charting.swing.Chart
Sets the size of Font used to draw chart's Subtitle.
setSubtitleFontSize(double) - Method in class com.mindfusion.charting.Theme
Sets the size of font used to draw the chart sub-title.
setSubtitleFontStyle(EnumSet<FontStyle>) - Method in class com.mindfusion.charting.swing.Chart
Sets the style of Font used to draw chart's Subtitle.
setSubtitleFontStyle(EnumSet<FontStyle>) - Method in class com.mindfusion.charting.Theme
Sets the style of font used to draw the chart sub-title.
setSubtitleMargin(Margins) - Method in class com.mindfusion.charting.swing.Chart
Sets the margin space around Subtitle.
setSupportedLabels(EnumSet<LabelKinds>) - Method in class com.mindfusion.charting.EventSeries
Sets a bitmask specifying which labels from the series should be displayed.
setSupportedLabels(LabelKinds) - Method in class com.mindfusion.charting.Series2D
Sets the kind of labels reported as supported by this series.
setTag(Object) - Method in class com.mindfusion.charting.RenderContext
 
setText(String) - Static method in class com.mindfusion.charting.ToolTip
Sets the tooltip text.
setTextBrush(Brush) - Method in class com.mindfusion.charting.TextRenderer
Sets the Brush used to draw labels.
setTextBrush(Brush) - Method in class com.mindfusion.charting.TextStyle
Sets a Brush used to draw text.
setTheme(Theme) - Method in class com.mindfusion.charting.RenderContext
Sets the Theme used to resolve appearance attributes.
setTheme(Theme) - Method in class com.mindfusion.charting.swing.Dashboard
Sets a Theme specifying appearance of dashboard elements.
setTime(double) - Method in class com.mindfusion.charting.ChartEvent
Sets the event time or order.
setTitle(String) - Method in class com.mindfusion.charting.Axis
Sets the axis title.
setTitle(String) - Method in class com.mindfusion.charting.DataBoundSeries
Sets the title of this series.
setTitle(String) - Method in class com.mindfusion.charting.DateTimeSeries
Sets the title of this series.
setTitle(String) - Method in class com.mindfusion.charting.EventSeries
Sets the series' title.
setTitle(String) - Method in class com.mindfusion.charting.FunctionSeries
Sets the title of this series.
setTitle(String) - Method in class com.mindfusion.charting.LegendRenderer
Sets the legend's title.
setTitle(String) - Method in class com.mindfusion.charting.PointSeries
Sets the title of this series.
setTitle(String) - Method in class com.mindfusion.charting.PointSeries3D
Sets the title of this series.
setTitle(String) - Method in class com.mindfusion.charting.Series2D
Sets the title of this series.
setTitle(String) - Method in class com.mindfusion.charting.Series3D
ISets the title of this series.
setTitle(String) - Method in class com.mindfusion.charting.SimpleSeries
Sets the title of this series.
setTitle(String) - Method in class com.mindfusion.charting.StockPriceSeries
Sets the title of this series.
setTitle(String) - Method in class com.mindfusion.charting.swing.Chart
Sets the title of this chart.
setTitle(String) - Method in class com.mindfusion.charting.XmlSeries
Sets the title of this series.
setTitleBrush(Brush) - Method in class com.mindfusion.charting.AxisRenderer
Sets the Brush that should be used to draw the axis Title.
setTitleBrush(Brush) - Method in class com.mindfusion.charting.LegendRenderer
Sets the Brush that should be used to draw the legend's Title.
setTitleBrush(Brush) - Method in class com.mindfusion.charting.swing.Chart
Sets the Brush used to draw chart's Title.
setTitleBrush(Brush) - Method in class com.mindfusion.charting.Theme
Sets the Brush used to draw the chart title.
setTitleFontName(String) - Method in class com.mindfusion.charting.AxisRenderer
Sets the name of font that should be used to draw the axis Title.
setTitleFontName(String) - Method in class com.mindfusion.charting.LegendRenderer
Sets the name of font that should be used to draw the legend's Title.
setTitleFontName(String) - Method in class com.mindfusion.charting.swing.Chart
Sets the name of Font used to draw chart's Title.
setTitleFontName(String) - Method in class com.mindfusion.charting.Theme
Sets the name of font used to draw the chart title.
setTitleFontSize(Double) - Method in class com.mindfusion.charting.AxisRenderer
Sets the size of font that should be used to draw the axis Title.
setTitleFontSize(Double) - Method in class com.mindfusion.charting.LegendRenderer
Sets the size of font that should be used to draw the legend's Title.
setTitleFontSize(Double) - Method in class com.mindfusion.charting.swing.Chart
Sets the size of Font used to draw chart's Title.
setTitleFontSize(double) - Method in class com.mindfusion.charting.Theme
Sets the size of font used to draw the chart title.
setTitleFontStyle(EnumSet<FontStyle>) - Method in class com.mindfusion.charting.AxisRenderer
Sets the style of font that should be used to draw the axis Title.
setTitleFontStyle(EnumSet<FontStyle>) - Method in class com.mindfusion.charting.LegendRenderer
Sets the style of font that should be used to draw the legend's Title.
setTitleFontStyle(EnumSet<FontStyle>) - Method in class com.mindfusion.charting.swing.Chart
Sets the style of Font used to draw chart's Title.
setTitleFontStyle(EnumSet<FontStyle>) - Method in class com.mindfusion.charting.Theme
Sets the style of font used to draw the chart title.
setTitleMargin(Margins) - Method in class com.mindfusion.charting.swing.Chart
Sets the margin space around Title.
setTooltip(String) - Method in class com.mindfusion.charting.ChartEvent
Sets segment's tooltip.
setToolTip(String, Point2D) - Method in class com.mindfusion.charting.SeriesRenderer
Sets tooltip text and location.
setToolTips(List<String>) - Method in class com.mindfusion.charting.SimpleSeries
Sets the tooltips associated with data items.
setToolTipsDataField(String) - Method in class com.mindfusion.charting.DataBoundSeries
Sets the name of tooltips data field in the data source.
setToolTipsDataFields(ObservableList<String>) - Method in class com.mindfusion.charting.swing.Chart
Sets the names of fields in the data source whose values are shown as tooltips of rendered graphical elements.
setToolTipsPath(String) - Method in class com.mindfusion.charting.XmlSeries
Sets the XPath expression identifying tooltips.
setTop(float) - Method in class com.mindfusion.charting.ChartPadding
 
setTop(double) - Method in class com.mindfusion.charting.Margins
Sets the width of the top side of the frame.
setTop(double) - Method in class com.mindfusion.charting.Thickness
Sets the width of the top side of the frame.
setTopLabels(List<String>) - Method in class com.mindfusion.charting.BarSeries
Sets the top labels.
setTowerLayout(TowerLayout) - Method in class com.mindfusion.charting.swing.TowerChart
Sets the layout of tower segments.
setUniformFill(Brush) - Method in class com.mindfusion.charting.MixedSeriesStyle
Sets a Brush used to fill all elements of all series uniformly.
setUniformFill(Brush) - Method in class com.mindfusion.charting.UniformSeriesStyle
Sets a Brush used to fill all elements of all series uniformly.
setUniformScale(boolean) - Method in class com.mindfusion.charting.RadarPlot
Sets a value indicating whether all axes should display same data range.
setUniformScale(boolean) - Method in class com.mindfusion.charting.swing.RadarChart
Sets a value indicating whether all axes should display same data range.
setUniformSeriesFill(Brush) - Method in class com.mindfusion.charting.Theme
Sets a Brush used to fill all elements of all series uniformly.
setUniformSeriesStroke(Brush) - Method in class com.mindfusion.charting.Theme
Sets a Brush used to stroke all elements of all series uniformly.
setUniformSeriesStrokeDashStyle(DashStyle) - Method in class com.mindfusion.charting.Theme
Sets uniform stroke dash style for all elements of all series.
setUniformSeriesStrokeThickness(double) - Method in class com.mindfusion.charting.Theme
Sets uniform stroke thickness for all elements of all series.
setUniformStroke(Brush) - Method in class com.mindfusion.charting.MixedSeriesStyle
Sets a Brush used to stroke all elements of all series uniformly.
setUniformStroke(Brush) - Method in class com.mindfusion.charting.UniformSeriesStyle
Sets a Brush used to stroke all elements of all series uniformly.
setUniformStrokeDashStyle(DashStyle) - Method in class com.mindfusion.charting.MixedSeriesStyle
Sets uniform stroke dash style for all elements of all series.
setUniformStrokeDashStyle(DashStyle) - Method in class com.mindfusion.charting.UniformSeriesStyle
Sets uniform stroke dash style for all elements of all series.
setUniformStrokeThickness(Double) - Method in class com.mindfusion.charting.MixedSeriesStyle
Sets uniform stroke thickness for all elements of all series.
setUniformStrokeThickness(double) - Method in class com.mindfusion.charting.UniformSeriesStyle
Sets uniform stroke thickness for all elements of all series.
setValue(double) - Method in class com.mindfusion.charting.ChartEvent
Sets the event value.
setValue(double) - Method in class com.mindfusion.charting.HitResult
Gets the data item value.
setValues(List<ChartEvent>) - Method in class com.mindfusion.charting.EventSeries
Sets the series' events.
setValues(List<StockPrice>) - Method in class com.mindfusion.charting.StockPriceSeries
Sets the series' points.
setVertical(boolean) - Method in class com.mindfusion.charting.Plot2DController
Sets a value indicating whether interaction is done along the X or Y axis.
setVerticalScroll(boolean) - Method in class com.mindfusion.charting.Plot2D
Sets whether the plot should scroll vertically when panned.
setWidgetBrush(Brush) - Method in class com.mindfusion.charting.Theme
Sets the Brush used to draw text in UI widgets.
setWidgetFontName(String) - Method in class com.mindfusion.charting.Theme
Sets the name of font used to draw text in UI widgets.
setWidgetFontSize(double) - Method in class com.mindfusion.charting.Theme
Sets the size of font used to draw text in UI widgets.
setWidgetFontStyle(EnumSet<FontStyle>) - Method in class com.mindfusion.charting.Theme
Sets the style of font used to draw text in UI widgets.
setX(double) - Method in class com.mindfusion.charting.Point3D
Sets the X coordinate of this point.
setX(double) - Method in class com.mindfusion.charting.Vector
Sets the X component of this vector.
setXAxis(Axis) - Method in class com.mindfusion.charting.Plot2D
Sets default Axis instance used to map X data coordinates of series rendered inside this plot to the plot's pixels.
setXAxis(Axis) - Method in class com.mindfusion.charting.Renderer2D
Sets the X axis associated with this Renderer2D.
setXAxis(Axis) - Method in class com.mindfusion.charting.swing.BiaxialChart
Sets an Axis object representing horizontal data range.
setXAxisLabels(List<String>) - Method in class com.mindfusion.charting.BarSeries
Sets the X axis labels.
setXAxisLabelsDataField(String) - Method in class com.mindfusion.charting.DataBoundSeries
Sets the name of X axis labels data field in the data source.
setXAxisLabelsDataFields(ObservableList<String>) - Method in class com.mindfusion.charting.swing.Chart
Sets the names of fields in the data source whose values are shown as X axis labels of rendered graphical elements.
setXAxisLabelsPath(String) - Method in class com.mindfusion.charting.XmlSeries
Sets the XPath expression identifying X axis labels.
setXData(List<Double>) - Method in class com.mindfusion.charting.Series2D
Sets the X coordinates of data items.
setXData(List<Double>) - Method in class com.mindfusion.charting.Series3D
Sets the X coordinates of data items.
setXDataField(String) - Method in class com.mindfusion.charting.DataBoundSeries
Sets the name of X data field in the data source.
setXDataFields(ObservableList<String>) - Method in class com.mindfusion.charting.swing.Chart
Sets the names of fields in the data source whose values are assigned to X coordinates of rendered graphical elements.
setXDataPath(String) - Method in class com.mindfusion.charting.XmlSeries
Sets the XPath expression identifying data coordinates in first dimension.
setXLabelAlignment(Align) - Method in class com.mindfusion.charting.swing.BiaxialChart
Sets the alignment of data labels on the X axis.
setXLabelRotationAngle(double) - Method in class com.mindfusion.charting.swing.BiaxialChart
Sets rotation angle of data labels on the X axis.
setY(double) - Method in class com.mindfusion.charting.Point3D
Sets the Y coordinate of this point.
setY(double) - Method in class com.mindfusion.charting.Vector
Sets the Y component of this vector.
setYAxis(Axis) - Method in class com.mindfusion.charting.Plot2D
Sets default Axis instance used to map Y data coordinates of series rendered inside this plot to the plot's pixels.
setYAxis(Axis) - Method in class com.mindfusion.charting.Renderer2D
Sets the Y axis associated with this Renderer2D.
setYAxis(Axis) - Method in class com.mindfusion.charting.swing.BiaxialChart
Sets an Axis object representing vertical data range.
setYAxisLabelsDataField(String) - Method in class com.mindfusion.charting.DataBoundSeries
Sets the name of Y axis labels data field in the data source.
setYAxisLabelsDataFields(ObservableList<String>) - Method in class com.mindfusion.charting.swing.Chart
Sets the names of fields in the data source whose values are shown as Y axis labels of rendered graphical elements.
setYAxisLabelsPath(String) - Method in class com.mindfusion.charting.XmlSeries
Sets the XPath expression identifying Y axis labels.
setYData(List<Double>) - Method in class com.mindfusion.charting.Series2D
Sets the Y coordinates of data items.
setYData(List<Double>) - Method in class com.mindfusion.charting.Series3D
Sets the Y coordinates of data items.
setYDataField(String) - Method in class com.mindfusion.charting.DataBoundSeries
Sets the name of Y data field in the data source.
setYDataFields(ObservableList<String>) - Method in class com.mindfusion.charting.swing.Chart
Sets the names of fields in the data source whose values are assigned to Y coordinates of rendered graphical elements.
setYDataPath(String) - Method in class com.mindfusion.charting.XmlSeries
Sets the XPath expression identifying data coordinates in second dimension.
setYLabelAlignment(Align) - Method in class com.mindfusion.charting.swing.BiaxialChart
Sets the alignment of data labels on the Y axis.
setYLabelRotationAngle(double) - Method in class com.mindfusion.charting.swing.BiaxialChart
Sets rotation angle of data labels on the Y axis.
setZ(double) - Method in class com.mindfusion.charting.Point3D
Sets the Z coordinate of this point.
setZAxis(Axis) - Method in class com.mindfusion.charting.Plot3D
Sets the default Axis instance used to map Z data coordinates of series rendered inside this plot to the plot's pixels.
setZAxisLabelsDataField(String) - Method in class com.mindfusion.charting.DataBoundSeries
Sets the name of Z axis labels data field in the data source.
setZAxisLabelsDataFields(ObservableList<String>) - Method in class com.mindfusion.charting.swing.Chart
Sets the names of fields in the data source whose values are shown as Z axis labels of rendered graphical elements.
setZAxisLabelsPath(String) - Method in class com.mindfusion.charting.XmlSeries
Sets the XPath expression identifying Z axis labels.
setZData(List<Double>) - Method in class com.mindfusion.charting.Series3D
Sets the Z coordinates of data items.
setZDataField(String) - Method in class com.mindfusion.charting.DataBoundSeries
Sets the name of Z data field in the data source.
setZDataFields(ObservableList<String>) - Method in class com.mindfusion.charting.swing.Chart
Sets the names of fields in the data source whose values are assigned to Z coordinates of rendered graphical elements.
setZDataPath(String) - Method in class com.mindfusion.charting.XmlSeries
Sets the XPath expression identifying data coordinates in third dimension.
shellSort(int[]) - Static method in class com.mindfusion.charting.Utilities
 
shellSortByX(List<Point2D>) - Static method in class com.mindfusion.charting.Utilities
 
SimpleSeries - Class in com.mindfusion.charting
Represents one-dimensional series defined by a list of data values and a list of labels.
SimpleSeries(List<Double>, List<String>) - Constructor for class com.mindfusion.charting.SimpleSeries
Initializes a new instance of the SimpleSeries class.
SimpleSeries(List<Double>, List<String>, List<String>) - Constructor for class com.mindfusion.charting.SimpleSeries
Initializes a new instance of the SimpleSeries class.
StackRenderer - Class in com.mindfusion.charting
A base SeriesRenderer for stacked graphics.
StackRenderer(ObservableList<Series>) - Constructor for class com.mindfusion.charting.StackRenderer
Initializes a new instance of the StackRenderer class.
StackRenderer.ProcessStackPoint - Interface in com.mindfusion.charting
Defines the signature of delegates called to process a data point one element at a time.
StackRenderer.ProcessStackRange - Interface in com.mindfusion.charting
Defines the signature of delegates called to process all points from current data range at once.
startMeasureData(RenderContext) - Method in class com.mindfusion.charting.Plot
Called in the beginning of data measurement pass.
startMeasureData(RenderContext) - Method in class com.mindfusion.charting.RadarPlot
Plot.startMeasureData override.
startMeasureData(RenderContext) - Method in class com.mindfusion.charting.Renderer2D
SeriesRenderer.startMeasureData override.
startMeasureData(RenderContext) - Method in class com.mindfusion.charting.SeriesRenderer
Called to reset measure accumulators at the beginning of a measure pass.
StepAreaRenderer - Class in com.mindfusion.charting
A SeriesRenderer that draws series as filled steps between data points.
StepAreaRenderer(ObservableList<Series>) - Constructor for class com.mindfusion.charting.StepAreaRenderer
Initializes a new instance of the StepAreaRenderer class.
StepRenderer - Class in com.mindfusion.charting
A SeriesRenderer that draws series as steps between data points.
StepRenderer(ObservableList<Series>) - Constructor for class com.mindfusion.charting.StepRenderer
Initializes a new instance of the StepRenderer class.
StockPrice - Class in com.mindfusion.charting
Represents a data object, containing open, close, low and high values for a certain date.
StockPrice(double, double, double, double) - Constructor for class com.mindfusion.charting.StockPrice
Initializes a new instance of the StockPrice class.
StockPrice(double, double, double, double, Date) - Constructor for class com.mindfusion.charting.StockPrice
Initializes a new instance of the StockPrice class.
StockPriceSeries - Class in com.mindfusion.charting
Represents a data series defined by a list of StockPrice objects.
StockPriceSeries(List<StockPrice>) - Constructor for class com.mindfusion.charting.StockPriceSeries
Initializes a new instance of the StockPriceSeries class.
stroke(int, int) - Method in class com.mindfusion.charting.CandlestickSeriesStyle
Implements SeriesStyle.stroke.
stroke(int, int) - Method in class com.mindfusion.charting.MixedSeriesStyle
Implements SeriesStyle.stroke.
stroke(int, int) - Method in class com.mindfusion.charting.PerElementSeriesStyle
Implements SeriesStyle.stroke.
stroke(int, int) - Method in class com.mindfusion.charting.PerSeriesStyle
Implements SeriesStyle.stroke.
stroke(int, int) - Method in interface com.mindfusion.charting.SeriesStyle
Returns a Brush that should be used to stroke specified element of specified series.
stroke(int, int) - Method in class com.mindfusion.charting.UniformSeriesStyle
Implements SeriesStyle.stroke.
strokeDashStyle(int, int) - Method in class com.mindfusion.charting.CandlestickSeriesStyle
Implements SeriesStyle.strokeDashStyle.
strokeDashStyle(int, int) - Method in class com.mindfusion.charting.MixedSeriesStyle
Implements SeriesStyle.strokeDashStyle.
strokeDashStyle(int, int) - Method in class com.mindfusion.charting.PerElementSeriesStyle
Implements SeriesStyle.strokeDashStyle.
strokeDashStyle(int, int) - Method in class com.mindfusion.charting.PerSeriesStyle
Implements SeriesStyle.strokeDashStyle.
strokeDashStyle(int, int) - Method in interface com.mindfusion.charting.SeriesStyle
Returns the dash style of the stroke used to draw specified element of specified series.
strokeDashStyle(int, int) - Method in class com.mindfusion.charting.UniformSeriesStyle
Implements SeriesStyle.strokeDashStyle.
strokeThickness(int, int) - Method in class com.mindfusion.charting.CandlestickSeriesStyle
Implements SeriesStyle.strokeThickness.
strokeThickness(int, int) - Method in class com.mindfusion.charting.MixedSeriesStyle
Implements SeriesStyle.strokeThickness.
strokeThickness(int, int) - Method in class com.mindfusion.charting.PerElementSeriesStyle
Implements SeriesStyle.strokeThickness.
strokeThickness(int, int) - Method in class com.mindfusion.charting.PerSeriesStyle
Implements SeriesStyle.strokeThickness.
strokeThickness(int, int) - Method in interface com.mindfusion.charting.SeriesStyle
Returns the thickness of the stroke used to draw specified element of specified series.
strokeThickness(int, int) - Method in class com.mindfusion.charting.UniformSeriesStyle
Implements SeriesStyle.strokeThickness.
subtract(Vector, Vector) - Static method in class com.mindfusion.charting.Vector
Subtracts two vectors.

T

TextRenderer - Class in com.mindfusion.charting
Draws text and labels inside chart components.
TextRenderer(RenderContext, Font, Brush) - Constructor for class com.mindfusion.charting.TextRenderer
Initializes a new instance of the TextRenderer class.
TextRenderer(RenderContext, Font, Brush, Brush, Pen) - Constructor for class com.mindfusion.charting.TextRenderer
Initializes a new instance of the TextRenderer class.
TextRenderer.collectModeData - Class in com.mindfusion.charting
 
textStyle(TextStyleHint) - Method in class com.mindfusion.charting.RenderContext
Gets a TextStyle from current Theme.
TextStyle - Class in com.mindfusion.charting
Defines text appearance attributes.
TextStyle() - Constructor for class com.mindfusion.charting.TextStyle
Initializes a new instance of the TextStyle class.
TextStyleHint - Enum in com.mindfusion.charting
Identifies text styles that can be accessed through RenderContent.
Theme - Class in com.mindfusion.charting
Represents a dashboard's theme defining all appearance attributes of its elements.
Theme() - Constructor for class com.mindfusion.charting.Theme
Initializes a new instance of the Theme class.
Theme(Brush, Brush, double, DashStyle) - Constructor for class com.mindfusion.charting.Theme
Initializes a new instance of the Theme class.
Thickness - Class in com.mindfusion.charting
Describes the thickness of a rectangular frame.
Thickness(double) - Constructor for class com.mindfusion.charting.Thickness
Initializes a new instance of the Thickness class.
Thickness(double, double, double, double) - Constructor for class com.mindfusion.charting.Thickness
Initializes a new instance of the Thickness class.
toBoolean(String) - Static method in class com.mindfusion.charting.Converter
Converts the specified string value to bool.
toByte(String) - Static method in class com.mindfusion.charting.Converter
Converts the specified string value to byte value.
toChar(String) - Static method in class com.mindfusion.charting.Converter
Converts the specified string value to char.
toColor(String) - Static method in class com.mindfusion.charting.Converter
Converts the specified string value to Color.
toDouble(String) - Static method in class com.mindfusion.charting.Converter
Converts the specified string value to double.
toImage(String) - Static method in class com.mindfusion.charting.Converter
Converts the specified string value to image.
ToolTip - Class in com.mindfusion.charting
Represents current tooltip.
ToolTip() - Constructor for class com.mindfusion.charting.ToolTip
 
tooltipBrush - Static variable in class com.mindfusion.charting.swing.Dashboard
 
tooltipPen - Static variable in class com.mindfusion.charting.swing.Dashboard
 
tooltips - Variable in class com.mindfusion.charting.SimpleSeries
Contains the tooltips of data items.
toSingle(String) - Static method in class com.mindfusion.charting.Converter
Converts the specified string value to float.
toString() - Method in class com.mindfusion.charting.Point3D
Object.ToString override.
toString() - Method in class com.mindfusion.charting.Vector
Object.toString override.
toString(Locale) - Method in class com.mindfusion.charting.Vector
Gets a string representation of this vector.
TowerChart - Class in com.mindfusion.charting.swing
A control used to draw tower charts, rendering series side by side to allow comparing data sequence and sizes.
TowerChart() - Constructor for class com.mindfusion.charting.swing.TowerChart
Initializes a new instance of the TowerChart class.
TowerLayout - Enum in com.mindfusion.charting
Specifies how to arrange segments in tower charts.
TowerRenderer - Class in com.mindfusion.charting
Implements a SeriesRenderer used to draw tower charts, rendering series side by side to allow comparing data sequence and sizes.
TowerRenderer(Series, Series) - Constructor for class com.mindfusion.charting.TowerRenderer
Initializes a new instance of the TowerRenderer class.
TowerRenderer.ProcessSegment - Interface in com.mindfusion.charting
Defines the signature of delegates called to process tower chart segments.
TowerRenderer.ProcessSegmentPlot - Interface in com.mindfusion.charting
 
TowerSegmentShape - Enum in com.mindfusion.charting
Specifies the shape of segments in tower charts.

U

UniformSeriesStyle - Class in com.mindfusion.charting
Implements SeriesStyle using uniform attributes for all elements in all series.
UniformSeriesStyle() - Constructor for class com.mindfusion.charting.UniformSeriesStyle
Initializes a new instance of the UniformSeriesStyle class.
UniformSeriesStyle(Brush, Brush, double, DashStyle) - Constructor for class com.mindfusion.charting.UniformSeriesStyle
Initializes a new instance of the UniformSeriesStyle class.
Utilities - Class in com.mindfusion.charting
 
Utilities() - Constructor for class com.mindfusion.charting.Utilities
 

V

valueOf(String) - Static method in enum com.mindfusion.charting.AnnotationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.charting.AxisLabelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.charting.BarLayout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.charting.BarType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.charting.BubbleLabelAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.charting.DateTimeFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.charting.GridType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.charting.LabelKinds
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.charting.LineType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.charting.PieType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.charting.RadarGridType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.charting.RadarType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.charting.ScatterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.charting.TextStyleHint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.charting.TowerLayout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.charting.TowerSegmentShape
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.mindfusion.charting.AnnotationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.charting.AxisLabelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.charting.BarLayout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.charting.BarType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.charting.BubbleLabelAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.charting.DateTimeFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.charting.GridType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.charting.LabelKinds
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.charting.LineType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.charting.PieType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.charting.RadarGridType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.charting.RadarType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.charting.ScatterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.charting.TextStyleHint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.charting.TowerLayout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.charting.TowerSegmentShape
Returns an array containing the constants of this enum type, in the order they are declared.
Vector - Class in com.mindfusion.charting
Represents a two-dimensional vector.
Vector() - Constructor for class com.mindfusion.charting.Vector
Initializes a new instance of the Vector class.
Vector(double, double) - Constructor for class com.mindfusion.charting.Vector
Initializes a new instance of the Vector class.
Vector(Vector) - Constructor for class com.mindfusion.charting.Vector
 
visit(ComponentVisitor) - Method in class com.mindfusion.charting.Plot2D
Component.visit override.
visit(ComponentVisitor) - Method in class com.mindfusion.charting.PolarPlot
Component.visit override.

W

windowChanged() - Method in class com.mindfusion.charting.swing.PrintPreview
 
writeBool(boolean, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Writes a boolean value with the specified name.
writeBrush(Brush, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Writes a reference to the specified brush.
writeBrushList(List<Brush>, String, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Writes the specified brushes.
writeByte(byte, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Write a byte value with the specified name.
writeChar(char, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Write a char value with the specified name.
writeColor(Color, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Writes the specified color.
writeColorArray(Color[], String, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Writes the specified array.
writeDecimal(double, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Write a decimal value with the specified name.
writeDictionary(Map, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Writes the specified dictionary.
writeDouble(double, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Writes a double value with the specified name.
writeDouble(Double, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Writes a nullable double value with the specified name.
writeDoubleList(List<Double>, String, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Writes the specified list of doubles.
writeEnum(Object, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Writes the specified enum value.
writeFloat(float, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Writes a float value with the specified name.
writeFloatArray(float[], String, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Writes the specified array.
writeFont(Font, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Writes the specified font.
writeImage(Image, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Writes a reference to the specified image.
writeInt(int, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Writes an integer value with the specified name.
writeLong(long, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Writes a long value with the specified name.
writeObject(Object, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Writes the specified object under the specified name.
writePen(Pen, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Writes the specified pen.
writePointF(Point2D, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Writes a PointF with the specified name.
writePointF(double, double, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Writes the specified PointF under the specified name.
writeRectangleF(Rectangle2D, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Writes a RectangleF with the specified name.
writeSByte(byte, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Write a 8-bit signed integer value with the specified name.
writeShort(short, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Writes a short value with the specified name.
writeSizeF(XDimension2D.Double, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Writes a SizeF with the specified name.
writeString(String, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Writes a string value with the specified name.
writeThickness(Thickness, String, Element) - Method in class com.mindfusion.charting.XmlPersistContext
Writes a Thickness with the specified name.

X

XAxisRenderer - Class in com.mindfusion.charting
A Component that renders horizontal Axis ranges.
XAxisRenderer(Axis) - Constructor for class com.mindfusion.charting.XAxisRenderer
Initializes a new instance of the XAxisRenderer class.
xData(int, int) - Method in class com.mindfusion.charting.Renderer2D
Gets the X value of specified data item.
XmlException - Exception in com.mindfusion.charting
 
XmlException(Throwable) - Constructor for exception com.mindfusion.charting.XmlException
 
XmlException(String) - Constructor for exception com.mindfusion.charting.XmlException
 
XmlPersistContext - Class in com.mindfusion.charting
Contains methods that facilitate serializing and deserializing objects to and from XML documents.
XmlPersistContext(Document, int) - Constructor for class com.mindfusion.charting.XmlPersistContext
Initializes a new instance of the XmlPersistContext class.
XmlSeries - Class in com.mindfusion.charting
Represents a series whose data items are retrieved from an XML document.
XmlSeries(Document, String) - Constructor for class com.mindfusion.charting.XmlSeries
Initializes a new instance of the XmlSeries class.
XmlSeries(Document, String, String) - Constructor for class com.mindfusion.charting.XmlSeries
Initializes a new instance of the XmlSeries class.
XmlSeries(Document, String, String, String, String, String, String, String, String, String) - Constructor for class com.mindfusion.charting.XmlSeries
Initializes a new instance of the XmlSeries class.
xSorted(int) - Method in class com.mindfusion.charting.Renderer2D
Gets a value indicating whether values of specified series increase monotonously in X dimension.

Y

YAxisRenderer - Class in com.mindfusion.charting
A Component that renders vertical Axis ranges.
YAxisRenderer(Axis) - Constructor for class com.mindfusion.charting.YAxisRenderer
Initializes a new instance of the YAxisRenderer class.
YAxisRenderer(Axis, Axis) - Constructor for class com.mindfusion.charting.YAxisRenderer
Initializes a new instance of the YAxisRenderer class.
yData(int, int) - Method in class com.mindfusion.charting.Renderer2D
Gets the Y value of specified data item.
ySorted(int) - Method in class com.mindfusion.charting.Renderer2D
Gets a value indicating whether values of specified series increase monotonously in Y dimension.

Z

Zero - Static variable in class com.mindfusion.charting.Margins
 
zoomChanged(EventObject) - Method in interface com.mindfusion.charting.ZoomChangedListener
 
ZoomChangedListener - Interface in com.mindfusion.charting
 
ZoomController - Class in com.mindfusion.charting
Represents a controller that zooms into plot's data range.
ZoomController(RenderContext, boolean) - Constructor for class com.mindfusion.charting.ZoomController
Initializes a new instance of the ZoomController class.
ZoomDisplay(double, JCheckBoxMenuItem) - Method in class com.mindfusion.charting.swing.PrintPreview
 
zoomOut(List<Axis>) - Method in class com.mindfusion.charting.Plot2D
Zooms out from current data range.
zoomOut() - Method in class com.mindfusion.charting.swing.BiaxialChart
Zooms out of current data range.
zoomOut() - Method in class com.mindfusion.charting.swing.Chart
Zooms out of current data range.
A B C D E F G H I L M N O P R S T U V W X Y Z 
Skip navigation links