Chart FX 7 for Java Desktop
A B C D E F G H I J L M N O P R S T U V X Z

A

add(Color) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.ColorCollection
Appends the specified element to the ColorCollection collection.
add(Float) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.FloatCollection
Appends the specified element to the FloatCollection collection.
add(Object) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationList
Used to add an object to the end of an annotation group or to the entire annotation objects list.
add(AnnotationObject) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationListBase
Used to add an object to the end of an annotation group or to the entire annotation objects list.
add(Object) - Method in class com.softwarefx.chartfx.desktop.annotation.SelectionList
Used to add an object to the end of an annotation group or to the entire annotation objects list.
add(AxisSection) - Method in class com.softwarefx.chartfx.desktop.AxisSectionCollection
Appends the specified element to the AxisSectionCollection collection.
add(AxisX) - Method in class com.softwarefx.chartfx.desktop.AxisXCollection
Appends the specified element to the AxisXCollection collection.
add(AxisY) - Method in class com.softwarefx.chartfx.desktop.AxisYCollection
Appends the specified element to the AxisYCollection collection.
add(CellAttributes) - Method in class com.softwarefx.chartfx.desktop.CellAttributesCollection
Appends the specified element to the CellAttributesCollection collection.
add(Command) - Method in class com.softwarefx.chartfx.desktop.CommandCollection
Appends the specified element to the CommandCollection collection.
add(ConditionalAttributes) - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesCollection
Appends the specified element to the ConditionalAttributesCollection collection.
add(CustomGridLine) - Method in class com.softwarefx.chartfx.desktop.CustomGridLineCollection
Appends the specified element to the CustomGridLineCollection collection.
add(CustomLegendItem) - Method in class com.softwarefx.chartfx.desktop.CustomLegendItemCollection
Appends the specified element to the CustomLegendItemCollection collection.
add(Object) - Method in class com.softwarefx.chartfx.desktop.dataproviders.ListProvider
Appends the specified element to the ListProvider collection.
add(List<Object>) - Method in class com.softwarefx.chartfx.desktop.dataproviders.ListProvider
Appends the specified element to the ListProvider collection.
add(String, Object) - Method in class com.softwarefx.chartfx.desktop.dataproviders.ListProvider
Appends the specified element to the ListProvider collection.
add(String, List<Object>) - Method in class com.softwarefx.chartfx.desktop.dataproviders.ListProvider
Appends the specified element to the ListProvider collection.
add(XmlColumn) - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlColumnCollection
Appends the specified element to the XmlColumnCollection collection.
add(com.softwarefx.chartfx.desktop.IExtension) - Method in class com.softwarefx.chartfx.desktop.ExtensionCollection
Error: D:\DevSource\CfxJava70\JavaDoc\Desktop\docsource\Objects\ExtensionCollection\add.xml
add(FieldMap) - Method in class com.softwarefx.chartfx.desktop.FieldMapCollection
Appends the specified element to the FieldMapCollection collection.
add(String) - Method in class com.softwarefx.chartfx.desktop.LabelCollection
Appends the specified element to the LabelCollection collection.
add(Object) - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributesCollection
Appends the specified element to the LegendItemAttributesCollection collection.
add(Pane) - Method in class com.softwarefx.chartfx.desktop.PaneCollection
Appends the specified element to the PaneCollection collection.
add(PointAttributes) - Method in class com.softwarefx.chartfx.desktop.PointAttributesCollection
Appends the specified element to the PointAttributesCollection collection.
add(SeriesAttributes) - Method in class com.softwarefx.chartfx.desktop.SeriesAttributesCollection
Appends the specified element to the SeriesAttributesCollection collection.
add(CommandId) - Method in class com.softwarefx.chartfx.desktop.SubCommandCollection
Appends the specified element to the SubCommandCollection collection.
add(Integer) - Method in class com.softwarefx.chartfx.desktop.SubCommandCollection
Appends the specified element to the SubCommandCollection collection.
add(TitleDockable) - Method in class com.softwarefx.chartfx.desktop.TitleCollection
Appends the specified element to the TitleCollection collection.
addAll(Collection<? extends Color>) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.ColorCollection
Adds all of the elements in the specified collection to the ColorCollection collection.
addAll(Collection<? extends Float>) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.FloatCollection
Adds all of the elements in the specified collection to the FloatCollection collection.
addAll(Collection<? extends Object>) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationList
Adds all of the elements in the specified collection to the AnnotationList collection.
addAll(Collection<? extends Object>) - Method in class com.softwarefx.chartfx.desktop.annotation.SelectionList
Adds all of the elements in the specified collection to the SelectionList collection.
addAll(Collection<? extends AxisSection>) - Method in class com.softwarefx.chartfx.desktop.AxisSectionCollection
Adds all of the elements in the specified collection to the AxisSectionCollection collection.
addAll(Collection<? extends AxisX>) - Method in class com.softwarefx.chartfx.desktop.AxisXCollection
Adds all of the elements in the specified collection to the AxisXCollection collection.
addAll(Collection<? extends AxisY>) - Method in class com.softwarefx.chartfx.desktop.AxisYCollection
Adds all of the elements in the specified collection to the AxisYCollection collection.
addAll(Collection<? extends CellAttributes>) - Method in class com.softwarefx.chartfx.desktop.CellAttributesCollection
Adds all of the elements in the specified collection to the CellAttributesCollection collection.
addAll(Collection<? extends Command>) - Method in class com.softwarefx.chartfx.desktop.CommandCollection
Adds all of the elements in the specified collection to the CommandCollection collection.
addAll(Collection<? extends ConditionalAttributes>) - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesCollection
Adds all of the elements in the specified collection to the ConditionalAttributesCollection collection.
addAll(Collection<? extends CustomGridLine>) - Method in class com.softwarefx.chartfx.desktop.CustomGridLineCollection
Adds all of the elements in the specified collection to the CustomGridLineCollection collection.
addAll(Collection<? extends CustomLegendItem>) - Method in class com.softwarefx.chartfx.desktop.CustomLegendItemCollection
Adds all of the elements in the specified collection to the CustomLegendItemCollection collection.
addAll(Collection<? extends XmlColumn>) - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlColumnCollection
Adds all of the elements in the specified collection to the XmlColumnCollection collection.
addAll(Collection<? extends com.softwarefx.chartfx.desktop.IExtension>) - Method in class com.softwarefx.chartfx.desktop.ExtensionCollection
Adds all of the elements in the specified collection to the ExtensionCollection collection.
addAll(Collection<? extends FieldMap>) - Method in class com.softwarefx.chartfx.desktop.FieldMapCollection
Adds all of the elements in the specified collection to the FieldMapCollection collection.
addAll(Collection<? extends String>) - Method in class com.softwarefx.chartfx.desktop.LabelCollection
Adds all of the elements in the specified collection to the LabelCollection collection.
addAll(Collection<? extends Object>) - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributesCollection
Adds all of the elements in the specified collection to the LegendItemAttributesCollection collection.
addAll(Collection<? extends Pane>) - Method in class com.softwarefx.chartfx.desktop.PaneCollection
Adds all of the elements in the specified collection to the PaneCollection collection.
addAll(Collection<? extends PointAttributes>) - Method in class com.softwarefx.chartfx.desktop.PointAttributesCollection
Adds all of the elements in the specified collection to the PointAttributesCollection collection.
addAll(Collection<? extends SeriesAttributes>) - Method in class com.softwarefx.chartfx.desktop.SeriesAttributesCollection
Adds all of the elements in the specified collection to the SeriesAttributesCollection collection.
addAll(Collection<? extends Integer>) - Method in class com.softwarefx.chartfx.desktop.SubCommandCollection
Adds all of the elements in the specified collection to the SubCommandCollection collection.
addAll(Collection<? extends TitleDockable>) - Method in class com.softwarefx.chartfx.desktop.TitleCollection
Adds all of the elements in the specified collection to the TitleCollection collection.
addConditionalAttributesCallbackListener(ConditionalAttributesListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Adds a ConditionalAttributesCallbackListener to the listener list.
addDataChangedByUserListener(PointLabelListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Adds a DataChangedByUserListener to the listener list.
addGetAxisLabelListener(AxisLabelListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Adds a GetAxisLabelListener to the listener list.
addGetPointLabelListener(PointLabelListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Adds a GetPointLabelListener to the listener list.
addGetTipListener(GetTipListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Adds a GetTipListener to the listener list.
addHighlightingListener(com.softwarefx.chartfx.desktop.HighlightingListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Adds a HighlightingListener to the listener list.
addInternalCommandListener(AnnotationCommandListener) - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Adds a InternalCommandListener to the listener list.
addMouseClickListener(com.softwarefx.chartfx.desktop.HitTestListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Adds a MouseClickListener to the listener list.
addMouseDoubleClickListener(com.softwarefx.chartfx.desktop.HitTestListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Adds a MouseDoubleClickListener to the listener list.
addMouseDownListener(com.softwarefx.MouseListener) - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Adds a MouseDownListener to the listener list.
addMouseDownListener(com.softwarefx.chartfx.desktop.HitTestListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Adds a MouseDownListener to the listener list.
addMouseMoveListener(com.softwarefx.MouseListener) - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Adds a MouseMoveListener to the listener list.
addMouseMoveListener(com.softwarefx.chartfx.desktop.HitTestListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Adds a MouseMoveListener to the listener list.
addMouseUpListener(com.softwarefx.MouseListener) - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Adds a MouseUpListener to the listener list.
addMouseUpListener(com.softwarefx.chartfx.desktop.HitTestListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Adds a MouseUpListener to the listener list.
addObjectCreatedListener(AnnotationListener) - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Adds a ObjectCreatedListener to the listener list.
addPaintMarkerListener(PaintMarkerListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Adds a PaintMarkerListener to the listener list.
addPostPaintListener(CustomPaintListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Adds a PostPaintListener to the listener list.
addPrePaintListener(CustomPaintListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Adds a PrePaintListener to the listener list.
addPrePaintMarkerListener(PaintMarkerListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Adds a PrePaintMarkerListener to the listener list.
addProcessUrlListener(com.softwarefx.chartfx.desktop.ProcessUrlListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Adds a ProcessUrlListener to the listener list.
addRange(AxisSection[]) - Method in class com.softwarefx.chartfx.desktop.AxisSectionCollection
Adds an array of objects to the AxisSectionCollection collection.
addRange(AxisX[]) - Method in class com.softwarefx.chartfx.desktop.AxisXCollection
Adds an array of objects to the AxisXCollection collection.
addRange(AxisY[]) - Method in class com.softwarefx.chartfx.desktop.AxisYCollection
Adds an array of objects to the AxisYCollection collection.
addRange(Command[]) - Method in class com.softwarefx.chartfx.desktop.CommandCollection
Adds an array of objects to the CommandCollection collection.
addRange(ConditionalAttributes[]) - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesCollection
Adds an array of objects to the ConditionalAttributesCollection collection.
addRange(CustomGridLine[]) - Method in class com.softwarefx.chartfx.desktop.CustomGridLineCollection
Adds an array of objects to the CustomGridLineCollection collection.
addRange(FieldMap[]) - Method in class com.softwarefx.chartfx.desktop.FieldMapCollection
Adds an array of objects to the FieldMapCollection collection.
addRange(String[]) - Method in class com.softwarefx.chartfx.desktop.LabelCollection
Adds an array of objects to the LabelCollection collection.
addRange(Pane[]) - Method in class com.softwarefx.chartfx.desktop.PaneCollection
Adds an array of objects to the PaneCollection collection.
addRange(SeriesAttributes[]) - Method in class com.softwarefx.chartfx.desktop.SeriesAttributesCollection
Adds an array of objects to the SeriesAttributesCollection collection.
addRange(int[]) - Method in class com.softwarefx.chartfx.desktop.SubCommandCollection
Adds an array of objects to the SubCommandCollection collection.
addRange(TitleDockable[]) - Method in class com.softwarefx.chartfx.desktop.TitleCollection
Adds an array of objects to the TitleCollection collection.
addSelectionChangedListener(SelectionChangedListener) - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Adds a SelectionChangedListener to the listener list.
addSelectionDeletedListener(SelectionDeletedListener) - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Adds a SelectionDeletedListener to the listener list.
addUserCommandListener(AnnotationCommandListener) - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Adds a UserCommandListener to the listener list.
adjustScale() - Method in class com.softwarefx.chartfx.desktop.Axis
Adjusts the selected axis to "nice" scale values.
AllowChanges - Enum in com.softwarefx.chartfx.desktop
Define end user access to several functions provided through the Chart FX end user interface.
AnnCommandID - Enum in com.softwarefx.chartfx.desktop.annotation
Defines the valid pre-defined annotation commands for the Annotation Toolbar
AnnImageMode - Enum in com.softwarefx.chartfx.desktop.annotation
Annotation image modes.
AnnotationArc - Class in com.softwarefx.chartfx.desktop.annotation
Provides access to the AnnotationArc object.
AnnotationArc() - Constructor for class com.softwarefx.chartfx.desktop.annotation.AnnotationArc
 
AnnotationArrow - Class in com.softwarefx.chartfx.desktop.annotation
Provides access to the AnnotationArrow object.
AnnotationArrow() - Constructor for class com.softwarefx.chartfx.desktop.annotation.AnnotationArrow
 
AnnotationBalloon - Class in com.softwarefx.chartfx.desktop.annotation
Provides access to the AnnotationBalloon object.
AnnotationBalloon() - Constructor for class com.softwarefx.chartfx.desktop.annotation.AnnotationBalloon
 
AnnotationCircle - Class in com.softwarefx.chartfx.desktop.annotation
Provides access to the AnnotationCircle object.
AnnotationCircle() - Constructor for class com.softwarefx.chartfx.desktop.annotation.AnnotationCircle
 
AnnotationCommandEvent - Class in com.softwarefx.chartfx.desktop.annotation
Provides access to the AnnotationCommandEvent object.
AnnotationCommandEvent() - Constructor for class com.softwarefx.chartfx.desktop.annotation.AnnotationCommandEvent
 
annotationCommandEventHandler(AnnotationCommandEvent) - Method in interface com.softwarefx.chartfx.desktop.annotation.AnnotationCommandListener
Invoked when the AnnotationCommand event occurs.
AnnotationCommandListener - Interface in com.softwarefx.chartfx.desktop.annotation
This is the Listener Interface for AnnotationCommand event.
AnnotationEvent - Class in com.softwarefx.chartfx.desktop.annotation
Provides access to the AnnotationEvent object.
AnnotationEvent() - Constructor for class com.softwarefx.chartfx.desktop.annotation.AnnotationEvent
 
annotationEventHandler(AnnotationEvent) - Method in interface com.softwarefx.chartfx.desktop.annotation.AnnotationListener
Invoked when the Annotation event occurs.
AnnotationGroup - Class in com.softwarefx.chartfx.desktop.annotation
Provides access to the AnnotationGroup object.
AnnotationGroup() - Constructor for class com.softwarefx.chartfx.desktop.annotation.AnnotationGroup
 
AnnotationGroup(AnnotationObject[]) - Constructor for class com.softwarefx.chartfx.desktop.annotation.AnnotationGroup
 
AnnotationList - Class in com.softwarefx.chartfx.desktop.annotation
Provides access to the AnnotationList object.
AnnotationList() - Constructor for class com.softwarefx.chartfx.desktop.annotation.AnnotationList
 
AnnotationList(Annotations) - Constructor for class com.softwarefx.chartfx.desktop.annotation.AnnotationList
 
AnnotationListBase - Class in com.softwarefx.chartfx.desktop.annotation
Provides access to the AnnotationListBase object.
AnnotationListBase() - Constructor for class com.softwarefx.chartfx.desktop.annotation.AnnotationListBase
 
AnnotationListener - Interface in com.softwarefx.chartfx.desktop.annotation
This is the Listener Interface for Annotation event.
AnnotationObject - Class in com.softwarefx.chartfx.desktop.annotation
Provides access to the AnnotationObject object.
AnnotationObject() - Constructor for class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
 
AnnotationPicture - Class in com.softwarefx.chartfx.desktop.annotation
Provides access to the AnnotationPicture object.
AnnotationPicture() - Constructor for class com.softwarefx.chartfx.desktop.annotation.AnnotationPicture
 
AnnotationPicture(Image) - Constructor for class com.softwarefx.chartfx.desktop.annotation.AnnotationPicture
 
AnnotationPolygon - Class in com.softwarefx.chartfx.desktop.annotation
Provides access to the AnnotationPolygon object.
AnnotationPolygon() - Constructor for class com.softwarefx.chartfx.desktop.annotation.AnnotationPolygon
 
AnnotationPolygon(Point[]) - Constructor for class com.softwarefx.chartfx.desktop.annotation.AnnotationPolygon
 
AnnotationRectangle - Class in com.softwarefx.chartfx.desktop.annotation
Provides access to the AnnotationRectangle object.
AnnotationRectangle() - Constructor for class com.softwarefx.chartfx.desktop.annotation.AnnotationRectangle
 
Annotations - Class in com.softwarefx.chartfx.desktop.annotation
Provides access to the Annotations object.
Annotations() - Constructor for class com.softwarefx.chartfx.desktop.annotation.Annotations
 
AnnotationText - Class in com.softwarefx.chartfx.desktop.annotation
Provides access to the AnnotationText object.
AnnotationText() - Constructor for class com.softwarefx.chartfx.desktop.annotation.AnnotationText
 
AnnotationText(String) - Constructor for class com.softwarefx.chartfx.desktop.annotation.AnnotationText
 
appendImage(Image) - Method in class com.softwarefx.chartfx.desktop.CommandCollection
Appends the specified image to the CommandCollection.
attach(double, double) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Attaches the annotation object to the chart relative to X and Y Axis values.
attach(com.softwarefx.StringAlignment, double, com.softwarefx.StringAlignment, double) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Attaches the annotation object to the chart relative to X and Y Axis values.
AttachMode - Enum in com.softwarefx.chartfx.desktop.annotation
Defines how an annotation can be attached to the chart.
Attributes3D - Class in com.softwarefx.chartfx.desktop
Provides access to the Attributes3D object.
Attributes3D() - Constructor for class com.softwarefx.chartfx.desktop.Attributes3D
 
AxesStyle - Enum in com.softwarefx.chartfx.desktop
Define the style for the axes surround the chart area.
Axis - Class in com.softwarefx.chartfx.desktop
This is the base for the Axis object.
Axis() - Constructor for class com.softwarefx.chartfx.desktop.Axis
 
AxisCollection - Class in com.softwarefx.chartfx.desktop
Provides access to the AxisCollection object.
AxisCollection() - Constructor for class com.softwarefx.chartfx.desktop.AxisCollection
 
AxisFormat - Enum in com.softwarefx.chartfx.desktop
Defines the valid formats to may be apply to an axis.
AxisLabelEvent - Class in com.softwarefx.chartfx.desktop
Provides access to the AxisLabelEvent object.
AxisLabelEvent() - Constructor for class com.softwarefx.chartfx.desktop.AxisLabelEvent
 
axisLabelEventHandler(AxisLabelEvent) - Method in interface com.softwarefx.chartfx.desktop.AxisLabelListener
Invoked when the AxisLabel event occurs.
AxisLabelListener - Interface in com.softwarefx.chartfx.desktop
This is the listener interface for AxisLabel event.
AxisPosition - Enum in com.softwarefx.chartfx.desktop
Specifies the placement of the axis line relative to the chart.
AxisSection - Class in com.softwarefx.chartfx.desktop
Provides access to the AxisSection object.
AxisSection() - Constructor for class com.softwarefx.chartfx.desktop.AxisSection
 
AxisSection(double, double, Color) - Constructor for class com.softwarefx.chartfx.desktop.AxisSection
 
AxisSectionBase - Class in com.softwarefx.chartfx.desktop
Provides access to the AxisSectionBase, which is the base class for both the Axis and AxisSection.
AxisSectionBase() - Constructor for class com.softwarefx.chartfx.desktop.AxisSectionBase
 
AxisSectionCollection - Class in com.softwarefx.chartfx.desktop
Provides access to the AxisSectionCollection object.
AxisSectionCollection() - Constructor for class com.softwarefx.chartfx.desktop.AxisSectionCollection
 
AxisStyles - Enum in com.softwarefx.chartfx.desktop
Allows you to add additional styles to the selected axis.
AxisX - Class in com.softwarefx.chartfx.desktop
This class provides a shortcut to the Chart's main Axis X object.
AxisX() - Constructor for class com.softwarefx.chartfx.desktop.AxisX
 
AxisXCollection - Class in com.softwarefx.chartfx.desktop
Provides access to the AxisXCollection object.
AxisXCollection() - Constructor for class com.softwarefx.chartfx.desktop.AxisXCollection
 
AxisY - Class in com.softwarefx.chartfx.desktop
This class provides a shortcut to the Chart's main Axis Y object.
AxisY() - Constructor for class com.softwarefx.chartfx.desktop.AxisY
 
AxisY(int) - Constructor for class com.softwarefx.chartfx.desktop.AxisY
 
AxisYCollection - Class in com.softwarefx.chartfx.desktop
Provides access to the AxisYCollection object.
AxisYCollection() - Constructor for class com.softwarefx.chartfx.desktop.AxisYCollection
 

B

BalloonTailCorner - Enum in com.softwarefx.chartfx.desktop.annotation
Enumerations to position the tail corner for AnnotationBalloon objects.
Bar - Class in com.softwarefx.chartfx.desktop.galleries
Provides access to the Bar gallery object.
Bar() - Constructor for class com.softwarefx.chartfx.desktop.galleries.Bar
 
BarShape - Enum in com.softwarefx.chartfx.desktop
Sets the shape for the bars in a Bar Chart
BorderAttributes - Class in com.softwarefx.chartfx.desktop
Provides access to the BorderAttributes object.
BorderAttributes() - Constructor for class com.softwarefx.chartfx.desktop.BorderAttributes
 
BorderEffect - Enum in com.softwarefx.chartfx.desktop
Specify different border effects that may be applied to a object.
bringToFront() - Method in class com.softwarefx.chartfx.desktop.SeriesAttributes
Sends a SeriesAttributes to the first position in the SeriesAttributes Collection.
Bubble - Class in com.softwarefx.chartfx.desktop.galleries
Provides access to the Bubble gallery object.
Bubble() - Constructor for class com.softwarefx.chartfx.desktop.galleries.Bubble
 

C

CellAttributes - Class in com.softwarefx.chartfx.desktop
Allows you to modify the attributes of a Cell in the DataGrid.
CellAttributes() - Constructor for class com.softwarefx.chartfx.desktop.CellAttributes
 
CellAttributesCollection - Class in com.softwarefx.chartfx.desktop
Provides access to the CellAttributesCollection object.
CellAttributesCollection() - Constructor for class com.softwarefx.chartfx.desktop.CellAttributesCollection
 
Chart - Class in com.softwarefx.chartfx.desktop
Provides access to the Chart object.
Chart() - Constructor for class com.softwarefx.chartfx.desktop.Chart
 
ChartStyles - Enum in com.softwarefx.chartfx.desktop
Define end user access to several functions provided through the Chart FX end user interface.
clear() - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.ColorCollection
Removes all of the elements from this collection.
clear() - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.FloatCollection
Removes all of the elements from this collection.
clear() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationList
Removes all of the elements from this collection.
clear() - Method in class com.softwarefx.chartfx.desktop.annotation.SelectionList
Removes all of the elements from this collection.
clear() - Method in class com.softwarefx.chartfx.desktop.AxisCollection
Removes all of the elements from this collection.
clear() - Method in class com.softwarefx.chartfx.desktop.AxisSectionCollection
Removes all of the elements from this collection.
clear() - Method in class com.softwarefx.chartfx.desktop.AxisXCollection
Removes all of the elements from this collection.
clear() - Method in class com.softwarefx.chartfx.desktop.AxisYCollection
Removes all of the elements from this collection.
clear() - Method in class com.softwarefx.chartfx.desktop.CellAttributesCollection
Removes all of the elements from this collection.
clear() - Method in class com.softwarefx.chartfx.desktop.CommandCollection
Removes all of the elements from this collection.
clear() - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesCollection
Removes all of the elements from this collection.
clear() - Method in class com.softwarefx.chartfx.desktop.CustomGridLineCollection
Removes all of the elements from this collection.
clear() - Method in class com.softwarefx.chartfx.desktop.CustomLegendItemCollection
Removes all of the elements from this collection.
clear() - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlColumnCollection
Removes all of the elements from this collection.
clear() - Method in class com.softwarefx.chartfx.desktop.DataValues
Clears all the data values in the chart.
clear() - Method in class com.softwarefx.chartfx.desktop.ExtensionCollection
Error: D:\DevSource\CfxJava70\JavaDoc\Desktop\docsource\Objects\ExtensionCollection\clear.xml
clear() - Method in class com.softwarefx.chartfx.desktop.FieldMapCollection
Removes all of the elements from this collection.
clear() - Method in interface com.softwarefx.chartfx.desktop.IDataArray
Removes all of the values.
clear() - Method in class com.softwarefx.chartfx.desktop.LabelAwareCollection
Removes all of the elements from this collection.
clear() - Method in class com.softwarefx.chartfx.desktop.LabelCollection
Removes all of the elements from this collection.
clear() - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributesCollection
Removes all of the elements from this collection.
clear() - Method in class com.softwarefx.chartfx.desktop.PaneCollection
Removes all of the elements from this collection.
clear() - Method in class com.softwarefx.chartfx.desktop.PointAttributesCollection
Removes all of the elements from this collection.
clear() - Method in class com.softwarefx.chartfx.desktop.SeriesAttributesCollection
Removes all of the elements from this collection.
clear() - Method in class com.softwarefx.chartfx.desktop.SubCommandCollection
Removes all of the elements from this collection.
clear() - Method in class com.softwarefx.chartfx.desktop.TitleCollection
Removes all of the elements from this collection.
clear() - Method in class com.softwarefx.chartfx.desktop.ToolBar
Clears all items from the toolbar object.
clearText() - Method in class com.softwarefx.chartfx.desktop.SeriesAttributesCollection
Removes all of the elements from this collection.
close() - Method in class com.softwarefx.chartfx.desktop.dataproviders.TextProvider
Used to close the connection to the text datasource linked to the TextProvider object.
ColorBlender - Class in com.softwarefx.chartfx.desktop
Provides access to the ColorBlender object.
ColorBlender(Color, Color, int) - Constructor for class com.softwarefx.chartfx.desktop.ColorBlender
 
com.softwarefx.chartfx.desktop - package com.softwarefx.chartfx.desktop
 
com.softwarefx.chartfx.desktop.adornments - package com.softwarefx.chartfx.desktop.adornments
 
com.softwarefx.chartfx.desktop.annotation - package com.softwarefx.chartfx.desktop.annotation
 
com.softwarefx.chartfx.desktop.dataproviders - package com.softwarefx.chartfx.desktop.dataproviders
 
com.softwarefx.chartfx.desktop.galleries - package com.softwarefx.chartfx.desktop.galleries
 
Command - Class in com.softwarefx.chartfx.desktop
Provides access to the Command object.
Command(int) - Constructor for class com.softwarefx.chartfx.desktop.Command
 
CommandCollection - Class in com.softwarefx.chartfx.desktop
Provides access to the CommandCollection object.
CommandCollection() - Constructor for class com.softwarefx.chartfx.desktop.CommandCollection
 
CommandId - Enum in com.softwarefx.chartfx.desktop
Command ID enumerations.
CommandStyles - Enum in com.softwarefx.chartfx.desktop
Define the command styles.
commitChanges() - Method in class com.softwarefx.chartfx.desktop.DataValues
Finalizes chart data and invokes selected data related tasks.
compact(double) - Method in class com.softwarefx.chartfx.desktop.DataValues
Compacts the data in order to display more summarized information.
compactFormulaHandler(IDataArray, int, int, int) - Method in interface com.softwarefx.chartfx.desktop.CompactFormulaListener
Invoked when the CompactFormula event occurs.
CompactFormulaListener - Interface in com.softwarefx.chartfx.desktop
This is the Listener Interface for CompactFormula event.
CompactFormulas - Class in com.softwarefx.chartfx.desktop
Provides developers with access to the compacting features.
CompactFormulas() - Constructor for class com.softwarefx.chartfx.desktop.CompactFormulas
 
Condition - Class in com.softwarefx.chartfx.desktop
Provides access to the Condition object.
Condition() - Constructor for class com.softwarefx.chartfx.desktop.Condition
 
ConditionalAttributes - Class in com.softwarefx.chartfx.desktop
The members of the ConditionalAttributes class allow developers to control when special attributes should be applied to the chart and what chart elements will be taken into consideration when they are applied.
ConditionalAttributes() - Constructor for class com.softwarefx.chartfx.desktop.ConditionalAttributes
 
ConditionalAttributes(double, double, Color) - Constructor for class com.softwarefx.chartfx.desktop.ConditionalAttributes
 
ConditionalAttributesCollection - Class in com.softwarefx.chartfx.desktop
Provides access to the ConditionalAttributesCollection object.
ConditionalAttributesCollection() - Constructor for class com.softwarefx.chartfx.desktop.ConditionalAttributesCollection
 
ConditionalAttributesCollection(ConditionalAttributes[]) - Constructor for class com.softwarefx.chartfx.desktop.ConditionalAttributesCollection
 
ConditionalAttributesEvent - Class in com.softwarefx.chartfx.desktop
Provides access to the ConditionalAttributesEvent object.
ConditionalAttributesEvent() - Constructor for class com.softwarefx.chartfx.desktop.ConditionalAttributesEvent
 
conditionalAttributesEventHandler(ConditionalAttributesEvent) - Method in interface com.softwarefx.chartfx.desktop.ConditionalAttributesListener
Invoked when the ConditionalAttributes event occurs.
ConditionalAttributesListener - Interface in com.softwarefx.chartfx.desktop
This is the Listener interface for ConditionalAttributes event.
contains(Object) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.ColorCollection
Returns true if the ColorCollection contains the specified element.
contains(Object) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.FloatCollection
Returns true if the FloatCollection contains the specified element.
contains(Object) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationList
Determines whether an annotation list or group contains a specific element.
contains(AnnotationObject) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationListBase
Determines whether an annotation list or group contains a specific element.
contains(Object) - Method in class com.softwarefx.chartfx.desktop.annotation.SelectionList
Determines whether an annotation list or group contains a specific element.
contains(Object) - Method in class com.softwarefx.chartfx.desktop.AxisSectionCollection
Returns true if the AxisSectionCollection contains the specified element.
contains(Object) - Method in class com.softwarefx.chartfx.desktop.AxisXCollection
Returns true if the AxisXCollection contains the specified element.
contains(Object) - Method in class com.softwarefx.chartfx.desktop.AxisYCollection
Returns true if the AxisYCollection contains the specified element.
contains(Object) - Method in class com.softwarefx.chartfx.desktop.CellAttributesCollection
Returns true if the CellAttributesCollection contains the specified element.
contains(Object) - Method in class com.softwarefx.chartfx.desktop.CommandCollection
Returns true if the CommandCollection contains the specified element.
contains(Object) - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesCollection
Returns true if the ConditionalAttributesCollection contains the specified element.
contains(Object) - Method in class com.softwarefx.chartfx.desktop.CustomGridLineCollection
Returns true if the CustomGridLineCollection contains the specified element.
contains(Object) - Method in class com.softwarefx.chartfx.desktop.CustomLegendItemCollection
Returns true if the CustomLegendItemCollection contains the specified element.
contains(Object) - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlColumnCollection
Returns true if the XmlColumnCollection contains the specified element.
contains(Object) - Method in class com.softwarefx.chartfx.desktop.ExtensionCollection
Returns true if the ExtensionCollection contains the specified element.
contains(Object) - Method in class com.softwarefx.chartfx.desktop.FieldMapCollection
Returns true if the FieldMapCollection contains the specified element.
contains(Object) - Method in class com.softwarefx.chartfx.desktop.LabelCollection
Returns true if the LabelCollection contains the specified element.
contains(Object) - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributesCollection
Returns true if the LegendItemAttributesCollection contains the specified element.
contains(Object) - Method in class com.softwarefx.chartfx.desktop.PaneCollection
Returns true if the PaneCollection contains the specified element.
contains(Object) - Method in class com.softwarefx.chartfx.desktop.PointAttributesCollection
Returns true if the PointAttributesCollection contains the specified element.
contains(Object) - Method in class com.softwarefx.chartfx.desktop.SeriesAttributesCollection
Returns true if the SeriesAttributesCollection contains the specified element.
contains(Object) - Method in class com.softwarefx.chartfx.desktop.SubCommandCollection
Returns true if the SubCommandCollection contains the specified element.
contains(Object) - Method in class com.softwarefx.chartfx.desktop.TitleCollection
Returns true if the TitleCollection contains the specified element.
containsAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.ColorCollection
Returns true if the ColorCollection collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.FloatCollection
Returns true if the FloatCollection collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationList
Returns true if the AnnotationList collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.annotation.SelectionList
Returns true if the SelectionList collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.AxisSectionCollection
Returns true if the AxisSectionCollection collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.AxisXCollection
Returns true if the AxisXCollection collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.AxisYCollection
Returns true if the AxisYCollection collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.CellAttributesCollection
Returns true if the CellAttributesCollection collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.CommandCollection
Returns true if the CommandCollection collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesCollection
Returns true if the ConditionalAttributesCollection collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.CustomGridLineCollection
Returns true if the CustomGridLineCollection collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.CustomLegendItemCollection
Returns true if the CustomLegendItemCollection collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlColumnCollection
Returns true if the XmlColumnCollection collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.ExtensionCollection
Returns true if the ExtensionCollection collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.FieldMapCollection
Returns true if the FieldMapCollection collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.LabelCollection
Returns true if the LabelCollection collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributesCollection
Returns true if the LegendItemAttributesCollection collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.PaneCollection
Returns true if the PaneCollection collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.PointAttributesCollection
Returns true if the PointAttributesCollection collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.SeriesAttributesCollection
Returns true if the SeriesAttributesCollection collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.SubCommandCollection
Returns true if the SubCommandCollection collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.TitleCollection
Returns true if the TitleCollection collection contains all of the elements in the specified collection.
ContentLayout - Enum in com.softwarefx.chartfx.desktop
Defines the alignment of the selected object in the chart.
copyTo(Color[], int) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.ColorCollection
Copies the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array.
copyTo(float[], int) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.FloatCollection
Copies the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array.
copyTo(AnnotationObject[], int) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationListBase
Copies the elements of this collection into the specified array.
copyTo(AxisSection[], int) - Method in class com.softwarefx.chartfx.desktop.AxisSectionCollection
Copies the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array.
copyTo(AxisX[], int) - Method in class com.softwarefx.chartfx.desktop.AxisXCollection
Copies the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array.
copyTo(AxisY[], int) - Method in class com.softwarefx.chartfx.desktop.AxisYCollection
Copies the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array.
copyTo(CellAttributes[], int) - Method in class com.softwarefx.chartfx.desktop.CellAttributesCollection
Copies the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array.
copyTo(Command[], int) - Method in class com.softwarefx.chartfx.desktop.CommandCollection
Copies the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array.
copyTo(ConditionalAttributes[], int) - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesCollection
Copies the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array.
copyTo(CustomGridLine[], int) - Method in class com.softwarefx.chartfx.desktop.CustomGridLineCollection
Copies the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array.
copyTo(CustomLegendItem[], int) - Method in class com.softwarefx.chartfx.desktop.CustomLegendItemCollection
Copies the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array.
copyTo(FieldMap[], int) - Method in class com.softwarefx.chartfx.desktop.FieldMapCollection
Copies the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array.
copyTo(String[], int) - Method in class com.softwarefx.chartfx.desktop.LabelCollection
Copies the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array.
copyTo(PointAttributes[], int) - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributesCollection
Copies the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array.
copyTo(Pane[], int) - Method in class com.softwarefx.chartfx.desktop.PaneCollection
Copies the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array.
copyTo(PointAttributes[], int) - Method in class com.softwarefx.chartfx.desktop.PointAttributesCollection
Copies the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array.
copyTo(SeriesAttributes[], int) - Method in class com.softwarefx.chartfx.desktop.SeriesAttributesCollection
Copies the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array.
copyTo(int[], int) - Method in class com.softwarefx.chartfx.desktop.SubCommandCollection
Copies the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array.
copyTo(TitleDockable[], int) - Method in class com.softwarefx.chartfx.desktop.TitleCollection
Copies the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array.
CrosstabDataProvider - Class in com.softwarefx.chartfx.desktop.dataproviders
Provides access to the CrosstabDataProvider object.
CrosstabDataProvider() - Constructor for class com.softwarefx.chartfx.desktop.dataproviders.CrosstabDataProvider
 
CrosstabDataProvider(IDataSource) - Constructor for class com.softwarefx.chartfx.desktop.dataproviders.CrosstabDataProvider
 
CrosstabDataProvider.CrosstabDataTypeCollection - Class in com.softwarefx.chartfx.desktop.dataproviders
Provides access to the CrosstabDataTypeCollection object.
CrosstabDataProvider.CrosstabDataTypeCollection() - Constructor for class com.softwarefx.chartfx.desktop.dataproviders.CrosstabDataProvider.CrosstabDataTypeCollection
 
Curve - Class in com.softwarefx.chartfx.desktop.galleries
Provides access to the Curve gallery object.
Curve() - Constructor for class com.softwarefx.chartfx.desktop.galleries.Curve
 
CustomGridLine - Class in com.softwarefx.chartfx.desktop
Provides access to the CustomGridLine object.
CustomGridLine() - Constructor for class com.softwarefx.chartfx.desktop.CustomGridLine
 
CustomGridLine(double, String) - Constructor for class com.softwarefx.chartfx.desktop.CustomGridLine
 
CustomGridLineCollection - Class in com.softwarefx.chartfx.desktop
Provides access to the Collections object.
CustomGridLineCollection() - Constructor for class com.softwarefx.chartfx.desktop.CustomGridLineCollection
 
CustomGridLineStyles - Enum in com.softwarefx.chartfx.desktop
Defines the style of the line for a CustomGridLine
CustomLegendItem - Class in com.softwarefx.chartfx.desktop
Provides access to the customization features for a particular CustomLegendItem.
CustomLegendItem() - Constructor for class com.softwarefx.chartfx.desktop.CustomLegendItem
 
CustomLegendItemCollection - Class in com.softwarefx.chartfx.desktop
Provides access to the CustomLegendItemCollection object.
CustomLegendItemCollection() - Constructor for class com.softwarefx.chartfx.desktop.CustomLegendItemCollection
 
CustomPaintEvent - Class in com.softwarefx.chartfx.desktop
Provides access to the CustomPaintEvent object.
CustomPaintEvent() - Constructor for class com.softwarefx.chartfx.desktop.CustomPaintEvent
 
customPaintEventHandler(CustomPaintEvent) - Method in interface com.softwarefx.chartfx.desktop.CustomPaintListener
Invoked when the customPaint event occurs.
CustomPaintListener - Interface in com.softwarefx.chartfx.desktop
This is the Listener Interface for CustomPaintListener event.

D

DataElement - Enum in com.softwarefx.chartfx.desktop
Define how the chart should treat the different fields available in the result set.
DataGrid - Class in com.softwarefx.chartfx.desktop
Provides access to the DataGrid object, that is a component which displays the data in a tabular format.
DataGrid() - Constructor for class com.softwarefx.chartfx.desktop.DataGrid
 
DataGridHighlightStyle - Enum in com.softwarefx.chartfx.desktop
Defines the way the Highlight will be done in a DataGrid
DataSourceSettings - Class in com.softwarefx.chartfx.desktop
Provides customization on how the Data is databind to the chart.
DataSourceSettings() - Constructor for class com.softwarefx.chartfx.desktop.DataSourceSettings
 
DataSourceStyles - Enum in com.softwarefx.chartfx.desktop
Define the attributes for the data source columns.
DataValues - Class in com.softwarefx.chartfx.desktop
Provides access to the DataValues object which is the key component to pass data to the chart.
DataValues() - Constructor for class com.softwarefx.chartfx.desktop.DataValues
 
dateToNumber(Calendar) - Static method in class com.softwarefx.chartfx.desktop.Chart
Converts a Java Date to Chart FX internal Format.
dateToNumber(Date) - Static method in class com.softwarefx.chartfx.desktop.Chart
Converts a Java Date to Chart FX internal Format.
detach() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Detaches the selected annotation object from the chart.
dispose() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Releases all resources used by the current instance of a selected object.
dispose() - Method in class com.softwarefx.chartfx.desktop.CommandCollection
Error: D:\DevSource\CfxJava70\JavaDoc\Desktop\docsource\Objects\Collections\dispose.xml
dispose() - Method in class com.softwarefx.chartfx.desktop.PersonalizeAttributes
Releases the unmanaged resources used by the object.
DockableBar - Class in com.softwarefx.chartfx.desktop
Provides access to the DockableBar object, which is the parent class of objects such as the LegendBox, the ToolBar, and the DataGrid.
DockableBar() - Constructor for class com.softwarefx.chartfx.desktop.DockableBar
 
DockArea - Enum in com.softwarefx.chartfx.desktop
Define how to set the docked selected tool position.
DockBorder - Enum in com.softwarefx.chartfx.desktop
Sets the Docking style for Border of the selected object.
draw(Graphics2D, Rectangle, Color) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground
Draws a Chart FX GradientBackground on a selected device context.
draw(Graphics2D, Rectangle, Color) - Method in class com.softwarefx.chartfx.desktop.adornments.ImageBackground
Draws a Chart FX ImageBackground on a selected device context.
draw(Graphics2D, Rectangle, Color) - Method in class com.softwarefx.chartfx.desktop.adornments.ImageBorder
Draws a Chart FX ImageBorder on a selected device context.
draw(Graphics2D, Rectangle, Color) - Method in class com.softwarefx.chartfx.desktop.adornments.SimpleBorder
Draws a Chart FX SimpleBorder on a selected device context.
draw(Graphics2D, Rectangle, Color) - Method in class com.softwarefx.chartfx.desktop.adornments.SolidBackground
Draws a Chart FX SolidBackground on a selected device context.
drawMarker(Graphics2D, Point, int, int, boolean) - Method in class com.softwarefx.chartfx.desktop.SeriesAttributes
Used to draw a marker on a selected device context.

E

evaluate(double) - Method in class com.softwarefx.chartfx.desktop.Condition
Returns a boolean indicating whether or not the configured condition is met for a specified value.
expandMacros(String, int, int, boolean) - Method in class com.softwarefx.chartfx.desktop.Chart
Returns the mask string for a selected point or line in a chart.
ExplodingMode - Enum in com.softwarefx.chartfx.desktop.galleries
Sets the Pie exploding mode.
export(FileFormat) - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to export the chart to a data file or stream.
export(FileFormat, OutputStream) - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to export the chart to a data file or stream.
exportChart(OutputStream) - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to export the chart to a data file or stream.
exportChart(FileFormat, OutputStream) - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to export the chart to a data file or stream.
exportChart(FileFormat, String) - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to export the chart to a data file or stream.
ExtensionCollection - Class in com.softwarefx.chartfx.desktop
Provides access to the ExtensionCollection object.
ExtensionCollection() - Constructor for class com.softwarefx.chartfx.desktop.ExtensionCollection
 

F

FieldMap - Class in com.softwarefx.chartfx.desktop
Allows you to bind of specific field of the ResultSet to the Chart.
FieldMap() - Constructor for class com.softwarefx.chartfx.desktop.FieldMap
 
FieldMap(String, FieldUsage) - Constructor for class com.softwarefx.chartfx.desktop.FieldMap
 
FieldMapCollection - Class in com.softwarefx.chartfx.desktop
Provides access to the FieldMapCollection object.
FieldMapCollection() - Constructor for class com.softwarefx.chartfx.desktop.FieldMapCollection
 
FieldMapCollection(DataSourceSettings) - Constructor for class com.softwarefx.chartfx.desktop.FieldMapCollection
 
FieldUsage - Enum in com.softwarefx.chartfx.desktop
Define how Chart FX should treat the different fields available in the data set.
FileContents - Enum in com.softwarefx.chartfx.desktop
FileContents (FileContent, TemplateContents properties)
FileFormat - Enum in com.softwarefx.chartfx.desktop
Defines valid file formats for import and export.
fillFromSchema() - Method in class com.softwarefx.chartfx.desktop.FieldMapCollection
Fills the FieldMapCollection from the columns available in the current datasource using defaults to assign a use for each column.
FillMode - Enum in com.softwarefx.chartfx.desktop
Defines color scheme in the chart.
find(Class<?>) - Method in class com.softwarefx.chartfx.desktop.ExtensionCollection
Description goes here
findCommand(CommandId) - Method in class com.softwarefx.chartfx.desktop.ToolBar
Returns the position of given command in the toolbar.
findCommand(int) - Method in class com.softwarefx.chartfx.desktop.ToolBar
Returns the position of given command in the toolbar.
flip(boolean) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Allows you to flip an object horizontally or vertically.
formatDateTime(Date) - Method in class com.softwarefx.chartfx.desktop.ValueFormat
Returns an expression formatted as a date or time.
formatNumber(double) - Method in class com.softwarefx.chartfx.desktop.ValueFormat
Returns an expression formatted as a number.

G

Gallery - Enum in com.softwarefx.chartfx.desktop
Gallery types
get(int) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.ColorCollection
Error: Member ColorCollection.
get(int) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.FloatCollection
Error: Member FloatCollection.
get(int) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationListBase
Error: Member AnnotationListBase.
get(int) - Method in class com.softwarefx.chartfx.desktop.AxisSectionCollection
Error: Member AxisSectionCollection.
get(int) - Method in class com.softwarefx.chartfx.desktop.AxisXCollection
Error: Member AxisXCollection.
get(int) - Method in class com.softwarefx.chartfx.desktop.AxisYCollection
Error: Member AxisYCollection.
get(int) - Method in class com.softwarefx.chartfx.desktop.CellAttributesCollection
Error: Member CellAttributesCollection.
get(int, int) - Method in class com.softwarefx.chartfx.desktop.CellAttributesCollection
Error: Member CellAttributesCollection.
get(CommandId) - Method in class com.softwarefx.chartfx.desktop.CommandCollection
Error: Member CommandCollection.
get(int) - Method in class com.softwarefx.chartfx.desktop.CommandCollection
Error: Member CommandCollection.
get(int) - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesCollection
Error: Member ConditionalAttributesCollection.
get(int) - Method in class com.softwarefx.chartfx.desktop.CustomGridLineCollection
Error: Member CustomGridLineCollection.
get(int) - Method in class com.softwarefx.chartfx.desktop.CustomLegendItemCollection
Error: Member CustomLegendItemCollection.
get(int) - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlColumnCollection
Error: Member XmlColumnCollection.
get(int, int) - Method in class com.softwarefx.chartfx.desktop.DataValues
Error: Member DataValues.
get(int) - Method in class com.softwarefx.chartfx.desktop.ExtensionCollection
Error: Member ExtensionCollection.
get(int) - Method in class com.softwarefx.chartfx.desktop.FieldMapCollection
Error: Member FieldMapCollection.
get(int) - Method in interface com.softwarefx.chartfx.desktop.IDataArray
Error: Member IDataArray.
get(int, int) - Method in interface com.softwarefx.chartfx.desktop.IDataArray
Error: Member IDataArray.
get(int) - Method in class com.softwarefx.chartfx.desktop.LabelCollection
Error: Member LabelCollection.
get(ILegendBoxItemCollection) - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributesCollection
Error: Member LegendItemAttributesCollection.
get(ILegendBoxItemCollection, int) - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributesCollection
Error: Member LegendItemAttributesCollection.
get(int) - Method in class com.softwarefx.chartfx.desktop.PaneCollection
Error: Member PaneCollection.
get(int) - Method in class com.softwarefx.chartfx.desktop.PointAttributesCollection
Error: Member PointAttributesCollection.
get(int, int) - Method in class com.softwarefx.chartfx.desktop.PointAttributesCollection
Error: Member PointAttributesCollection.
get(int) - Method in class com.softwarefx.chartfx.desktop.SeriesAttributesCollection
Error: Member SeriesAttributesCollection.
get(int) - Method in class com.softwarefx.chartfx.desktop.SubCommandCollection
Error: Member SubCommandCollection.
get(int) - Method in class com.softwarefx.chartfx.desktop.TitleCollection
Error: Member TitleCollection.
get(int) - Method in class com.softwarefx.chartfx.desktop.ToolBar
Error: Member ToolBar.
getAlign() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationText
Gets the Align.
getAlignment() - Method in class com.softwarefx.chartfx.desktop.CustomGridLine
Gets the Alignment.
getAlignment() - Method in class com.softwarefx.chartfx.desktop.PointLabelAttributes
Gets the Alignment.
getAlignment() - Method in class com.softwarefx.chartfx.desktop.Title
Gets the Alignment.
getAllowChanges() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the AllowChanges.
getAllSeries() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the AllSeries.
getAlternateColor() - Method in class com.softwarefx.chartfx.desktop.CustomLegendItem
Gets the AlternateColor.
getAlternateColor() - Method in class com.softwarefx.chartfx.desktop.GlobalAttributes
Gets the AlternateColor.
getAlternateColor() - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Gets the AlternateColor.
getAnchor() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Gets the Anchor.
getAngle() - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground
Gets the Angle.
getAngle() - Method in class com.softwarefx.chartfx.desktop.PointLabelAttributes
Gets the Angle.
getAngleX() - Method in class com.softwarefx.chartfx.desktop.Attributes3D
Gets the AngleX.
getAngleY() - Method in class com.softwarefx.chartfx.desktop.Attributes3D
Gets the AngleY.
getArrowCap() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationBalloon
Gets the ArrowCap.
getArrowX() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationBalloon
Gets the ArrowX.
getArrowY() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationBalloon
Gets the ArrowY.
getAttributes() - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesEvent
Gets the Attributes.
getAttributes() - Method in class com.softwarefx.chartfx.desktop.CustomLegendItem
Gets the Attributes.
getAverage() - Static method in class com.softwarefx.chartfx.desktop.CompactFormulas
Returns the average points set by the DataValues.setCompactedBy(double) property.
getAxes() - Method in class com.softwarefx.chartfx.desktop.Pane
Provides access to the Y Axis Collection for the selected Pane.
getAxesStyle() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the AxesStyle.
getAxesX() - Method in class com.softwarefx.chartfx.desktop.Chart
Returns the collection of the X axes of the chart.
getAxesY() - Method in class com.softwarefx.chartfx.desktop.Chart
Returns the collection of the Y axes of the chart.
getAxis() - Method in class com.softwarefx.chartfx.desktop.AxisLabelEvent
Gets the axis which was referenced by the event.
getAxis() - Method in class com.softwarefx.chartfx.desktop.PointLabelEvent
Gets the Axis affected by the event.
getAxisX() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the AxisX.
getAxisX() - Method in class com.softwarefx.chartfx.desktop.GlobalAttributes
Gets the AxisX.
getAxisX() - Method in class com.softwarefx.chartfx.desktop.SeriesAttributes
Gets the AxisX.
getAxisY() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the AxisY.
getAxisY() - Method in class com.softwarefx.chartfx.desktop.GlobalAttributes
Gets the AxisY.
getAxisY() - Method in class com.softwarefx.chartfx.desktop.Pane
Gets the AxisY.
getAxisY() - Method in class com.softwarefx.chartfx.desktop.SeriesAttributes
Gets the AxisY.
getAxisY2() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the AxisY2.
getBackColor() - Method in class com.softwarefx.chartfx.desktop.adornments.ImageBackground
Gets the BackColor.
getBackColor() - Method in class com.softwarefx.chartfx.desktop.AxisSection
Gets the BackColor.
getBackColor() - Method in class com.softwarefx.chartfx.desktop.CellAttributes
Gets the BackColor.
getBackColor() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the BackColor.
getBackColor() - Method in class com.softwarefx.chartfx.desktop.DockableBar
Gets the BackColor.
getBackColor() - Method in class com.softwarefx.chartfx.desktop.Pane
Gets the BackColor.
getBackColor() - Method in class com.softwarefx.chartfx.desktop.PointLabelAttributes
Gets the BackColor.
getBackColor() - Method in class com.softwarefx.chartfx.desktop.Title
Gets the BackColor.
getBackColorData() - Method in class com.softwarefx.chartfx.desktop.DataGrid
Gets the BackColorData.
getBackColorDataAlternate() - Method in class com.softwarefx.chartfx.desktop.DataGrid
Gets the BackColorDataAlternate.
getBackColorHeader() - Method in class com.softwarefx.chartfx.desktop.DataGrid
Gets the BackColorHeader.
getBackground() - Method in class com.softwarefx.chartfx.desktop.Pane
Gets the Background.
getBarShape() - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Gets the BarShape.
getBorder() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationGroup
Gets the Border.
getBorder() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Gets the Border.
getBorder() - Method in class com.softwarefx.chartfx.desktop.CustomLegendItem
Gets a BorderAttributes object allowing you to modify the border properties for this CustomLegendItem.
getBorder() - Method in class com.softwarefx.chartfx.desktop.DockableBar
Gets the Border.
getBorder() - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Gets the Border.
getBorderColor() - Method in class com.softwarefx.chartfx.desktop.CellAttributes
Gets the BorderColor.
getBorderColor() - Method in class com.softwarefx.chartfx.desktop.PointLabelAttributes
Gets the BorderColor.
getBorderWidth() - Method in class com.softwarefx.chartfx.desktop.CellAttributes
Gets the BorderWidth.
getBorderWidth() - Method in class com.softwarefx.chartfx.desktop.PointLabelAttributes
Gets the BorderWidth.
getBottom() - Method in class com.softwarefx.chartfx.desktop.Margins
Gets the Bottom.
getBoundingRectangle() - Method in class com.softwarefx.chartfx.desktop.Pane
Returns a rectangle object that contains attributes for the selected pane.
getBoxThickness() - Method in class com.softwarefx.chartfx.desktop.Attributes3D
Gets the BoxThickness.
getCells() - Method in class com.softwarefx.chartfx.desktop.DataGrid
Gets the collection of CellAttributes that belong to the DataGrid.
getChart() - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Gets the Chart.
getChartAreaRectangle() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the rectangle object for the chart area.
getColor() - Method in interface com.softwarefx.chartfx.desktop.adornments.IBorderAdornment
Gets the Color.
getColor() - Method in class com.softwarefx.chartfx.desktop.adornments.ImageBorder
Gets the Color.
getColor() - Method in class com.softwarefx.chartfx.desktop.adornments.SimpleBorder
Gets the Color.
getColor() - Method in class com.softwarefx.chartfx.desktop.adornments.SolidBackground
Gets the Color.
getColor() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationGroup
Gets the Color.
getColor() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Gets the Color.
getColor() - Method in class com.softwarefx.chartfx.desktop.BorderAttributes
Gets the Color.
getColor() - Method in class com.softwarefx.chartfx.desktop.CustomLegendItem
Gets the Color.
getColor() - Method in class com.softwarefx.chartfx.desktop.GlobalAttributes
Gets the Color.
getColor() - Method in class com.softwarefx.chartfx.desktop.Line
Gets the Color.
getColor() - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Gets the Color.
getColor() - Method in class com.softwarefx.chartfx.desktop.SeriesAttributes
Gets the Color.
getColorFrom() - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground
Gets the ColorFrom.
getColors() - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground
Sets the colors to be used for a gradient background.
getColors() - Method in class com.softwarefx.chartfx.desktop.galleries.Surface
Gets the Colors.
getColorTo() - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground
Gets the ColorTo.
getColumns() - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlDataProvider
Returns the collection of XmlColumns.
getCommandId() - Method in class com.softwarefx.chartfx.desktop.ToolBarItem
Gets the CommandId.
getCommands() - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Gets the list of commands associated with the Annotation Extension.
getCommands() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the list of commands associated with the chart.
getCommands() - Method in class com.softwarefx.chartfx.desktop.ToolBar
Returns the CommandCollection for the ToolBar object.
getCompactedBy() - Method in class com.softwarefx.chartfx.desktop.DataValues
Gets the CompactedBy.
getCompactFormula() - Method in interface com.softwarefx.chartfx.desktop.IDataArray
Gets the CompactFormula.
getCondition() - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributes
Returns a Condition object for the specified ConditionalAttributes object.
getConditionalAttributes() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the ConditionalAttributes.
getConditionalAttributesCallbackListeners() - Method in class com.softwarefx.chartfx.desktop.Chart
Returns an array of all the ConditionalAttributesCallbackListeners added to this class with addConditionalAttributesCallbackListeners().
getContentLayout() - Method in class com.softwarefx.chartfx.desktop.DataGrid
Gets the ContentLayout.
getContentLayout() - Method in class com.softwarefx.chartfx.desktop.LegendBox
Error: Member LegendBox.ContentLayout member not found
getCornerRadius() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationBalloon
Gets the CornerRadius.
getCulture() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the Culture.
getCulture() - Method in class com.softwarefx.chartfx.desktop.dataproviders.CrosstabDataProvider
Gets the Culture.
getCulture() - Method in class com.softwarefx.chartfx.desktop.dataproviders.TextProvider
Gets the Culture.
getCulture() - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlDataProvider
Gets the Culture.
getCulture() - Method in class com.softwarefx.chartfx.desktop.ValueFormat
Gets the Culture.
getCurrentObjectIndex() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationList
Get the index of the current object in the Annotation list.
getCurrentPage() - Method in class com.softwarefx.chartfx.desktop.Printer
Error: Member Printer.CurrentPage member not found
getCustomFormat() - Method in class com.softwarefx.chartfx.desktop.ValueFormat
Gets the CustomFormat.
getCustomGridLines() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the CustomGridLines.
getCustomItems() - Method in class com.softwarefx.chartfx.desktop.LegendBox
Error: Member LegendBox.CustomItems member not found
getCustomSteps() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the CustomSteps.
getData() - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to set the Y values.
getDataChangedByUserListeners() - Method in class com.softwarefx.chartfx.desktop.Chart
Returns an array of all the DataChangedByUserListeners added to this class with addDataChangedByUserListeners().
getDataElement() - Method in class com.softwarefx.chartfx.desktop.Condition
Gets the DataElement.
getDataFormat() - Method in class com.softwarefx.chartfx.desktop.Axis
Used to format the data displayed on point labels, and tool tips shown at mouseover.
getDataGrid() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the DataGrid.
getDataSource() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the DataSource.
getDataSource() - Method in class com.softwarefx.chartfx.desktop.dataproviders.CrosstabDataProvider
Gets the DataSource.
getDataSource() - Method in class com.softwarefx.chartfx.desktop.DataSourceSettings
Gets the DataSource.
getDataSourceSettings() - Method in class com.softwarefx.chartfx.desktop.Chart
Used to assign data related attributes to your chart applications.
getDateFormat() - Method in class com.softwarefx.chartfx.desktop.dataproviders.CrosstabDataProvider
Gets the DateFormat.
getDateFormat() - Method in class com.softwarefx.chartfx.desktop.dataproviders.TextProvider
Gets the DateFormat.
getDateFormat() - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlDataProvider
Gets the DateFormat.
getDecimals() - Method in class com.softwarefx.chartfx.desktop.ValueFormat
Gets the Decimals.
getDefaultBorderColor() - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Gets the DefaultBorderColor.
getDefaultFillColor() - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Gets the DefaultFillColor.
getDepth() - Method in class com.softwarefx.chartfx.desktop.Attributes3D
Gets the Depth.
getDescription() - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlColumn
Gets the Description.
getDisplayName() - Method in class com.softwarefx.chartfx.desktop.FieldMap
Gets the DisplayName.
getDock() - Method in class com.softwarefx.chartfx.desktop.DockableBar
Gets the Dock.
getDock() - Method in class com.softwarefx.chartfx.desktop.TitleDockable
Gets the Dock.
getDocument() - Method in class com.softwarefx.chartfx.desktop.Printer
Error: Member Printer.Document member not found
getDoughnutThickness() - Method in class com.softwarefx.chartfx.desktop.galleries.Pie
Gets the DoughnutThickness.
getEffect() - Method in class com.softwarefx.chartfx.desktop.BorderAttributes
Gets the Effect.
getEffectArea() - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground
Gets the EffectArea.
getEndCap() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationArrow
Gets the EndCap.
getEndCap() - Method in class com.softwarefx.chartfx.desktop.Line
Gets the EndCap.
getEndCap() - Method in class com.softwarefx.chartfx.desktop.LineAttributes
Gets the EndCap.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.adornments.GradientType
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.adornments.ImageBorderType
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.adornments.ImageMode
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.adornments.SimpleBorderType
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.AllowChanges
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.annotation.AnnCommandID
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.annotation.AnnImageMode
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.annotation.AttachMode
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.annotation.BalloonTailCorner
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.annotation.HitFlag
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.annotation.ObjType
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.AxesStyle
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.AxisFormat
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.AxisPosition
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.AxisStyles
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.BarShape
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.BorderEffect
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.ChartStyles
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.CommandId
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.CommandStyles
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.ContentLayout
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.CustomGridLineStyles
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.DataElement
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.DataGridHighlightStyle
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.dataproviders.RowHeadingSettings
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.DataSourceStyles
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.DockArea
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.DockBorder
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.FieldUsage
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.FileContents
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.FileFormat
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.FillMode
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.galleries.ExplodingMode
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.Gallery
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.HighLowClose
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.HitType
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.Interlaced
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.LegendBoxStyles
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.MarkerShape
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.OpenHighLowClose
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.PageOrientation
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.PaintStyles
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.PersonalizeAction
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.Shadow
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.Stacked
Returns a EnumSet that represents the given numeric value.
getEnumSetValue(int) - Static method in enum com.softwarefx.chartfx.desktop.TickMark
Returns a EnumSet that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.adornments.GradientType
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.adornments.ImageBorderType
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.adornments.ImageMode
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.adornments.SimpleBorderType
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.AllowChanges
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.annotation.AnnCommandID
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.annotation.AnnImageMode
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.annotation.AttachMode
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.annotation.BalloonTailCorner
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.annotation.HitFlag
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.annotation.ObjType
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.AxesStyle
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.AxisFormat
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.AxisPosition
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.AxisStyles
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.BarShape
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.BorderEffect
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.ChartStyles
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.CommandId
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.CommandStyles
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.ContentLayout
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.CustomGridLineStyles
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.DataElement
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.DataGridHighlightStyle
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.dataproviders.RowHeadingSettings
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.DataSourceStyles
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.DockArea
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.DockBorder
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.FieldUsage
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.FileContents
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.FileFormat
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.FillMode
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.galleries.ExplodingMode
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.Gallery
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.HighLowClose
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.HitType
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.Interlaced
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.LegendBoxStyles
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.MarkerShape
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.OpenHighLowClose
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.PageOrientation
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.PaintStyles
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.PersonalizeAction
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.Shadow
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.Stacked
Returns a Enum Item that represents the given numeric value.
getEnumValue(int) - Static method in enum com.softwarefx.chartfx.desktop.TickMark
Returns a Enum Item that represents the given numeric value.
getExplodingMode() - Method in class com.softwarefx.chartfx.desktop.galleries.Pie
Gets the ExplodingMode.
getExportImageSize() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the ExportImageSize.
getExtensions() - Method in class com.softwarefx.chartfx.desktop.Chart
Collection used to add, clear and assign Chart FX extension objects.
getExtraStyle() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the ExtraStyle.
getExtraStyle() - Method in class com.softwarefx.chartfx.desktop.CustomGridLine
Gets the ExtraStyle.
getFaces() - Method in class com.softwarefx.chartfx.desktop.galleries.Pyramid
Gets the Faces.
getFactor() - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground
Specifies the percentages of the starting color and the ending color to use at the corresponding position for two color gradients.
getFields() - Method in class com.softwarefx.chartfx.desktop.DataSourceSettings
Returns a collection of FieldMap objects.
getFileContents() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the FileContents.
getFillMode() - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Gets the FillMode.
getFirst() - Static method in class com.softwarefx.chartfx.desktop.CompactFormulas
Returns the first points set by the DataValues.setCompactedBy(double) property.
getFirstLabel() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the FirstLabel.
getFont() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationText
Gets the Font.
getFont() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the Font.
getFont() - Method in class com.softwarefx.chartfx.desktop.CommandCollection
Gets the Font.
getFont() - Method in class com.softwarefx.chartfx.desktop.CustomGridLine
Gets the Font.
getFont() - Method in class com.softwarefx.chartfx.desktop.DataGrid
Gets the Font.
getFont() - Method in class com.softwarefx.chartfx.desktop.LegendBox
Gets the Font.
getFont() - Method in class com.softwarefx.chartfx.desktop.PointLabelAttributes
Gets the Font.
getFont() - Method in class com.softwarefx.chartfx.desktop.Title
Gets the Font.
getFontStyle() - Method in class com.softwarefx.chartfx.desktop.AxisSection
Gets the FontStyle.
getFontStyle() - Method in class com.softwarefx.chartfx.desktop.CellAttributes
Gets the FontStyle.
getFontStyle() - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributes
Gets the FontStyle.
getForeColor() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the ForeColor.
getFormat() - Method in class com.softwarefx.chartfx.desktop.PointLabelAttributes
Gets the Format.
getFormat() - Method in class com.softwarefx.chartfx.desktop.ValueFormat
Gets the Format.
getFrom() - Method in class com.softwarefx.chartfx.desktop.AxisSection
Gets the From.
getFrom() - Method in class com.softwarefx.chartfx.desktop.Condition
Gets the From.
getGallery() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the Gallery.
getGallery() - Method in class com.softwarefx.chartfx.desktop.GlobalAttributes
Gets the Gallery.
getGallery() - Method in class com.softwarefx.chartfx.desktop.SeriesAttributes
Gets the Gallery.
getGalleryAttributes() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the GalleryAttributes.
getGetAxisLabelListeners() - Method in class com.softwarefx.chartfx.desktop.Chart
Returns an array of all the GetAxisLabelListeners added to this class with addGetAxisLabelListeners().
getGetPointLabelListeners() - Method in class com.softwarefx.chartfx.desktop.Chart
Returns an array of all the GetPointLabelListeners added to this class with addGetPointLabelListeners().
getGetTipListeners() - Method in class com.softwarefx.chartfx.desktop.Chart
Returns an array of all the GetTipListeners added to this class with addGetTipListeners().
getGraphics() - Method in class com.softwarefx.chartfx.desktop.CustomPaintEvent
Gets the Graphics object used to custom paint the chart.
getGraphics() - Method in class com.softwarefx.chartfx.desktop.PaintMarkerEvent
Gets the Graphics object used to paint the point marker.
getGrids() - Method in class com.softwarefx.chartfx.desktop.AxisSectionBase
Gets the Grids.
getHashCode() - Method in class com.softwarefx.chartfx.desktop.SeriesAttributesCollection
ERROR: Object reference not set to an instance of an object.
getHeight() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Gets the Height.
getHeight() - Method in class com.softwarefx.chartfx.desktop.CustomPaintEvent
Gets the height of the area to be painted (in pixels).
getHeight() - Method in class com.softwarefx.chartfx.desktop.DockableBar
Gets the Height.
getHighlightingListeners() - Method in class com.softwarefx.chartfx.desktop.Chart
Returns an array of all the HighlightingListeners added to this class with addHighlightingListeners().
getHiLowClose() - Static method in class com.softwarefx.chartfx.desktop.CompactFormulas
Returns the high, low, and close points set by the DataValues.setCompactedBy(double) property.
getHorizontalGridColor() - Method in class com.softwarefx.chartfx.desktop.DataGrid
Gets the HorizontalGridColor.
getID() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationCommandEvent
Gets the ID of the Command that caused this event.
getID() - Method in class com.softwarefx.chartfx.desktop.Command
Gets the unique identifier of the command item.
getImage() - Method in class com.softwarefx.chartfx.desktop.adornments.ImageBackground
Gets the Image.
getImage() - Method in class com.softwarefx.chartfx.desktop.CommandCollection
Gets Image associated with command in CommandCollection.
getImageIndex() - Method in class com.softwarefx.chartfx.desktop.Command
Gets the ImageIndex.
getIndentation() - Method in class com.softwarefx.chartfx.desktop.Title
Gets the Indentation.
getInterlaced() - Method in class com.softwarefx.chartfx.desktop.DataGrid
Gets the Interlaced.
getInterlacedColor() - Method in class com.softwarefx.chartfx.desktop.Grids
Gets the InterlacedColor.
getInternalCommandListeners() - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Returns an array of all the InternalCommandListeners added to this class with addInternalCommandListeners().
getItemAttributes() - Method in class com.softwarefx.chartfx.desktop.LegendBox
Error: Member LegendBox.ItemAttributes member not found
getKeyLabels() - Method in class com.softwarefx.chartfx.desktop.Axis
Used to assign a key (short) legend to tickmarks in a categorical axis.
getLabelAngle() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the LabelAngle.
getLabelLineBreak() - Method in class com.softwarefx.chartfx.desktop.galleries.Pie
Gets the LabelLineBreak.
getLabels() - Method in class com.softwarefx.chartfx.desktop.Axis
Allows you to get or set the tick mark labels for the selected axis.
getLabels() - Method in class com.softwarefx.chartfx.desktop.DataValues
Provides access to label collection of the Chart.getAxisX().
getLabelSeparator() - Method in class com.softwarefx.chartfx.desktop.DataSourceSettings
Gets the LabelSeparator.
getLabelsFormat() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the LabelsFormat.
getLabelTrimming() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the LabelTrimming.
getLabelValue() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the LabelValue.
getLast() - Static method in class com.softwarefx.chartfx.desktop.CompactFormulas
Returns the last points set by the DataValues.setCompactedBy(double) property.
getLeft() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Gets the Left.
getLeft() - Method in class com.softwarefx.chartfx.desktop.Margins
Gets the Left.
getLegendBox() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the LegendBox.
getLength() - Method in class com.softwarefx.chartfx.desktop.ToolBar
Gets the total number of ToolBarItems for a toolbar object.
getLine() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the Line.
getLine() - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Gets the Line.
getLineAlignment() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationText
Gets the LineAlignment.
getLineAlignment() - Method in class com.softwarefx.chartfx.desktop.CustomGridLine
Gets the LineAlignment.
getLineAlignment() - Method in class com.softwarefx.chartfx.desktop.PointLabelAttributes
Gets the LineAlignment.
getLineAlignment() - Method in class com.softwarefx.chartfx.desktop.Title
Gets the LineAlignment.
getLineSpacing() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the LineSpacing.
getLink() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationGroup
Gets the Link object for a selected AnnotationGroup.
getLink() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Gets the Link object for a selected AnnotationObject item.
getList() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationGroup
Allows you to access the CollectionBase members used modify the annotation group.
getList() - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Allows you to access the CollectionBase members used modify the annotation list.
getList() - Method in class com.softwarefx.chartfx.desktop.dataproviders.ListProvider
Gets the List.
getLogBase() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the LogBase.
getMainPane() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the default pane of the chart.
getMajor() - Method in class com.softwarefx.chartfx.desktop.Grids
Gets the Major.
getMargins() - Method in class com.softwarefx.chartfx.desktop.Printer
Gets the Margins.
getMarginX() - Method in class com.softwarefx.chartfx.desktop.LegendBox
Error: Member LegendBox.MarginX member not found
getMarginY() - Method in class com.softwarefx.chartfx.desktop.LegendBox
Error: Member LegendBox.MarginY member not found
getMarkerFont() - Method in class com.softwarefx.chartfx.desktop.SeriesAttributes
Gets the MarkerFont.
getMarkerShape() - Method in class com.softwarefx.chartfx.desktop.CustomLegendItem
Gets the MarkerShape.
getMarkerShape() - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Gets the MarkerShape.
getMarkerSize() - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Gets the MarkerSize.
getMarkerStep() - Method in class com.softwarefx.chartfx.desktop.SeriesAttributes
Gets the MarkerStep.
getMax() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the Max.
getMax() - Static method in class com.softwarefx.chartfx.desktop.CompactFormulas
Returns the max points set by the DataValues.setCompactedBy(double) property.
getMaximumBubbleSize() - Method in class com.softwarefx.chartfx.desktop.galleries.Bubble
Gets the MaximumBubbleSize.
getMaximumCollisions() - Method in class com.softwarefx.chartfx.desktop.PointLabelOrganizer
Gets the MaximumCollisions.
getMaximumLabelMargin() - Method in class com.softwarefx.chartfx.desktop.galleries.Pie
Gets the MaximumLabelMargin.
getMaximumTime() - Method in class com.softwarefx.chartfx.desktop.PointLabelOrganizer
Gets the MaximumTime.
getMaxSizePercentage() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the MaxSizePercentage.
getMaxSizePercentage() - Method in class com.softwarefx.chartfx.desktop.DataGrid
Gets the MaxSizePercentage.
getMenuBar() - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to access the menu bar of the chart.
getMessageText(String) - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to obtain default Chart FX stings which are displayed in the chart.
getMin() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the Min.
getMin() - Static method in class com.softwarefx.chartfx.desktop.CompactFormulas
Returns the min points set by the DataValues.setCompactedBy(double) property.
getMinor() - Method in class com.softwarefx.chartfx.desktop.Grids
Gets the Minor.
getMinorStep() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the MinorStep.
getMode() - Method in class com.softwarefx.chartfx.desktop.adornments.ImageBackground
Gets the Mode.
getMode() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationPicture
Gets the Mode.
getMouseClickListeners() - Method in class com.softwarefx.chartfx.desktop.Chart
Returns an array of all the MouseClickListeners added to this class with addMouseClickListeners().
getMouseDoubleClickListeners() - Method in class com.softwarefx.chartfx.desktop.Chart
Returns an array of all the MouseDoubleClickListeners added to this class with addMouseDoubleClickListeners().
getMouseDownListeners() - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Returns an array of all the MouseDownListeners added to this class with addMouseDownListeners().
getMouseDownListeners() - Method in class com.softwarefx.chartfx.desktop.Chart
Returns an array of all the MouseDownListeners added to this class with addMouseDownListeners().
getMouseMoveListeners() - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Returns an array of all the MouseMoveListeners added to this class with addMouseMoveListeners().
getMouseMoveListeners() - Method in class com.softwarefx.chartfx.desktop.Chart
Returns an array of all the MouseMoveListeners added to this class with addMouseMoveListeners().
getMouseUpListeners() - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Returns an array of all the MouseUpListeners added to this class with addMouseUpListeners().
getMouseUpListeners() - Method in class com.softwarefx.chartfx.desktop.Chart
Returns an array of all the MouseUpListeners added to this class with addMouseUpListeners().
getName() - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlColumn
Gets the Name.
getName() - Method in class com.softwarefx.chartfx.desktop.FieldMap
Gets the Name.
getName() - Method in class com.softwarefx.chartfx.desktop.PersonalizeAttributes
Gets the Name.
getNewObjectType() - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Gets the NewObjectType.
getNullColumnHeading() - Method in class com.softwarefx.chartfx.desktop.dataproviders.CrosstabDataProvider
Gets the NullColumnHeading.
getNumVertex() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationPolygon
Allows you to read the number of vertices associated with an annotation polygon object.
getObject() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationEvent
Gets the Annotation Object which was referenced by the event.
getObjectBounds() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Gets the ObjectBounds.
getObjectCreatedListeners() - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Returns an array of all the ObjectCreatedListeners added to this class with addObjectCreatedListeners().
getOffset() - Method in class com.softwarefx.chartfx.desktop.PointLabelAttributes
Gets the Offset.
getOpenHiLowClose() - Static method in class com.softwarefx.chartfx.desktop.CompactFormulas
Returns the open, high, low, and close points set by the DataValues.setCompactedBy(double) property.
getOrderIndex() - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributes
Gets the OrderIndex.
getOrientation() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationText
Gets the Orientation.
getOrientation() - Method in class com.softwarefx.chartfx.desktop.Printer
Gets the Orientation.
getOriginalPosition() - Method in class com.softwarefx.chartfx.desktop.SeriesAttributes
Gets the OriginalPosition.
getPageColor() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the PageColor.
getPaintMarkerListeners() - Method in class com.softwarefx.chartfx.desktop.Chart
Returns an array of all the PaintMarkerListeners added to this class with addPaintMarkerListeners().
getPalette() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the Palette.
getPane() - Method in class com.softwarefx.chartfx.desktop.AxisY
Sets an integer value specifying the Pane for a Y Axis object.
getPane() - Method in class com.softwarefx.chartfx.desktop.GlobalAttributes
Gets the Pane.
getPane() - Method in class com.softwarefx.chartfx.desktop.SeriesAttributes
Gets the Pane.
getPanes() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the Panes.
getPattern() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationGroup
Gets the Pattern.
getPattern() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Gets the Pattern.
getPattern() - Method in class com.softwarefx.chartfx.desktop.CustomLegendItem
Gets the Pattern.
getPattern() - Method in class com.softwarefx.chartfx.desktop.GlobalAttributes
Gets the Pattern.
getPattern() - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Gets the Pattern.
getPersonalize() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the Personalize.
getPerspective() - Method in class com.softwarefx.chartfx.desktop.Attributes3D
Gets the Perspective.
getPicture() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationPicture
Gets the Picture.
getPicture() - Method in class com.softwarefx.chartfx.desktop.CustomLegendItem
Gets the Picture.
getPicture() - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Gets the Picture.
getPixelsPerUnit() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the PixelsPerUnit.
getPlotAreaBackground() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the PlotAreaBackground.
getPlotAreaColor() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the PlotAreaColor.
getPlotAreaMargin() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the PlotAreaMargin.
getPoint() - Method in class com.softwarefx.chartfx.desktop.AxisSection
Gets the Point.
getPoint() - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesEvent
Gets the Point.
getPoint() - Method in class com.softwarefx.chartfx.desktop.PaintMarkerEvent
Gets the point index (zero based) of the point marker that is being painted.
getPoint() - Method in class com.softwarefx.chartfx.desktop.PointLabelEvent
Gets the point index for the data cell edited.
getPointLabelOrganizer() - Method in class com.softwarefx.chartfx.desktop.GlobalAttributes
Gets a PointLabelOrganizer object for point label customization.
getPointLabels() - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Gets the PointLabels.
getPoints() - Method in class com.softwarefx.chartfx.desktop.Chart
Assigns properties directly to a specific point in the chart.
getPoints() - Method in class com.softwarefx.chartfx.desktop.DataValues
Gets the Points.
getPosition() - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground
Gives access to a collection that allows you to specify positions along the gradient background to correspond with color and factor attributes.
getPosition() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the Position.
getPosition() - Method in class com.softwarefx.chartfx.desktop.PaintMarkerEvent
Gets the position (in pixels) of the point marker that is being painted.
getPostPaintListeners() - Method in class com.softwarefx.chartfx.desktop.Chart
Returns an array of all the PostPaintListeners added to this class with addPostPaintListeners().
getPrePaintListeners() - Method in class com.softwarefx.chartfx.desktop.Chart
Returns an array of all the PrePaintListeners added to this class with addPrePaintListeners().
getPrePaintMarkerListeners() - Method in class com.softwarefx.chartfx.desktop.Chart
Returns an array of all the PrePaintMarkerListeners added to this class with addPrePaintMarkerListeners().
getPrinter() - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to set properties of the printer object.
getProcessUrlListeners() - Method in class com.softwarefx.chartfx.desktop.Chart
Returns an array of all the ProcessUrlListeners added to this class with addProcessUrlListeners().
getProportion() - Method in class com.softwarefx.chartfx.desktop.Pane
Gets the Proportion.
getRight() - Method in class com.softwarefx.chartfx.desktop.Margins
Gets the Right.
getRowHeadingSettings() - Method in class com.softwarefx.chartfx.desktop.dataproviders.CrosstabDataProvider
Gets the RowHeadingSettings.
getScaleUnit() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the ScaleUnit.
getScrollPosition() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the ScrollPosition.
getScrollPosition() - Method in class com.softwarefx.chartfx.desktop.DataGrid
Gets the ScrollPosition.
getScrollSize() - Method in class com.softwarefx.chartfx.desktop.Axis
Returns the number of scrolls in a chart based on the scroll view configuration.
getScrollSize() - Method in class com.softwarefx.chartfx.desktop.DataGrid
Returns the number of scrolls in the DataEditor based on the scroll view configuration.
getSections() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the Sections.
getSelectedIndex() - Method in class com.softwarefx.chartfx.desktop.SubCommandCollection
Gets the SelectedIndex.
getSelectionChangedListeners() - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Returns an array of all the SelectionChangedListeners added to this class with addSelectionChangedListeners().
getSelectionDeletedListeners() - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Returns an array of all the SelectionDeletedListeners added to this class with addSelectionDeletedListeners().
getSelectionList() - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Allows you to set attributes directly to a selected list of annotation objects.
getSeparateSlice() - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Gets the SeparateSlice.
getSeparation() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the Separation.
getSeparation() - Method in class com.softwarefx.chartfx.desktop.galleries.Pyramid
Gets the Separation.
getSeparation() - Method in class com.softwarefx.chartfx.desktop.Pane
Gets the Separation.
getSeparation() - Method in class com.softwarefx.chartfx.desktop.Title
Gets the Separation.
getSeparator() - Method in class com.softwarefx.chartfx.desktop.dataproviders.CrosstabDataProvider
Gets the Separator.
getSeparators() - Method in class com.softwarefx.chartfx.desktop.dataproviders.TextProvider
Gets the Separators.
getSeries() - Method in class com.softwarefx.chartfx.desktop.AxisSection
Gets the Series.
getSeries() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the Series.
getSeries() - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesEvent
Gets the Series.
getSeries() - Method in class com.softwarefx.chartfx.desktop.DataValues
Gets the Series.
getSeries() - Method in class com.softwarefx.chartfx.desktop.PaintMarkerEvent
Gets the series index (zero based) of the point marker that is being painted.
getSeries() - Method in class com.softwarefx.chartfx.desktop.PointLabelEvent
Gets the series index for the data cell edited.
getSeriesConditional() - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributes
Error: Member ConditionalAttributes.SeriesConditional member not found
getShadow() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationBalloon
Gets the Shadow.
getShadow() - Method in class com.softwarefx.chartfx.desktop.Attributes3D
Gets the Shadow.
getSliceSeparation() - Method in class com.softwarefx.chartfx.desktop.galleries.Pie
Gets the SliceSeparation.
getStacked() - Method in class com.softwarefx.chartfx.desktop.GlobalAttributes
Gets the Stacked.
getStartAngle() - Method in class com.softwarefx.chartfx.desktop.galleries.Pie
Gets the StartAngle.
getStartCap() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationArrow
Gets the StartCap.
getStartCap() - Method in class com.softwarefx.chartfx.desktop.Line
Gets the StartCap.
getStartCap() - Method in class com.softwarefx.chartfx.desktop.LineAttributes
Gets the StartCap.
getStep() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the Step.
getStep() - Method in class com.softwarefx.chartfx.desktop.galleries.Surface
Gets the Step.
getStyle() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the Style.
getStyle() - Method in class com.softwarefx.chartfx.desktop.BorderAttributes
Gets the Style.
getStyle() - Method in class com.softwarefx.chartfx.desktop.Command
Gets the Style.
getStyle() - Method in class com.softwarefx.chartfx.desktop.DataSourceSettings
Gets the Style.
getStyle() - Method in class com.softwarefx.chartfx.desktop.LegendBox
Error: Member LegendBox.Style member not found
getStyle() - Method in class com.softwarefx.chartfx.desktop.Line
Gets the Style.
getStyle() - Method in class com.softwarefx.chartfx.desktop.LineAttributes
Gets the Style.
getSubCommands() - Method in class com.softwarefx.chartfx.desktop.Command
Returns the SubCommandCollection for a command.
getTag() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Gets the Tag.
getTag() - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Gets the Tag.
getTailCorner() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationBalloon
Gets the TailCorner.
getTailFactor() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationBalloon
Gets the TailFactor.
getTarget() - Method in class com.softwarefx.chartfx.desktop.Link
Gets the Target.
getTemplateContents() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the TemplateContents.
getTension() - Method in class com.softwarefx.chartfx.desktop.galleries.Curve
Gets the Tension.
getText() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationText
Gets the Text.
getText() - Method in class com.softwarefx.chartfx.desktop.AxisLabelEvent
Gets the Text.
getText() - Method in class com.softwarefx.chartfx.desktop.AxisSection
Gets the Text.
getText() - Method in class com.softwarefx.chartfx.desktop.Command
Gets the Text.
getText() - Method in class com.softwarefx.chartfx.desktop.CustomGridLine
Gets the Text.
getText() - Method in class com.softwarefx.chartfx.desktop.CustomLegendItem
Gets the Text.
getText() - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Gets the Text.
getText() - Method in class com.softwarefx.chartfx.desktop.PointLabelEvent
Gets the Text.
getText() - Method in class com.softwarefx.chartfx.desktop.Title
Gets the Text.
getTextColor() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationText
Gets the TextColor.
getTextColor() - Method in class com.softwarefx.chartfx.desktop.AxisSectionBase
Gets the TextColor.
getTextColor() - Method in class com.softwarefx.chartfx.desktop.CellAttributes
Gets the TextColor.
getTextColor() - Method in class com.softwarefx.chartfx.desktop.CustomGridLine
Gets the TextColor.
getTextColor() - Method in class com.softwarefx.chartfx.desktop.LegendBox
Gets the TextColor.
getTextColor() - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributes
Gets the TextColor.
getTextColor() - Method in class com.softwarefx.chartfx.desktop.PointLabelAttributes
Gets the TextColor.
getTextColor() - Method in class com.softwarefx.chartfx.desktop.Title
Gets the TextColor.
getTextColorData() - Method in class com.softwarefx.chartfx.desktop.DataGrid
Gets the TextColorData.
getTextColorDataAlternate() - Method in class com.softwarefx.chartfx.desktop.DataGrid
Gets the TextColorDataAlternate.
getTextColorHeader() - Method in class com.softwarefx.chartfx.desktop.DataGrid
Gets the TextColorHeader.
getTickMark() - Method in class com.softwarefx.chartfx.desktop.GridLine
Gets the TickMark.
getTipEventHandler(com.softwarefx.chartfx.desktop.GetTipEvent) - Method in interface com.softwarefx.chartfx.desktop.GetTipListener
Error: Member GetTipListener.TipEventHandler member not found
GetTipListener - Interface in com.softwarefx.chartfx.desktop
This is the Listener Interface for GetTip event.
getTitle() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the Title.
getTitle() - Method in class com.softwarefx.chartfx.desktop.Pane
Gets the Title.
getTitles() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the Titles.
getTitles() - Method in class com.softwarefx.chartfx.desktop.LegendBox
Error: Member LegendBox.Titles member not found
getTo() - Method in class com.softwarefx.chartfx.desktop.AxisSection
Gets the To.
getTo() - Method in class com.softwarefx.chartfx.desktop.Condition
Gets the To.
getToolBar() - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Used to show and hide the annotation toolbar in the chart area.
getToolBar() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the ToolBar.
getToolTipFormat() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the ToolTipFormat.
getTop() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Gets the Top.
getTop() - Method in class com.softwarefx.chartfx.desktop.Margins
Gets the Top.
getType() - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground
Gets the Type.
getType() - Method in class com.softwarefx.chartfx.desktop.adornments.ImageBorder
Gets the Type.
getType() - Method in class com.softwarefx.chartfx.desktop.adornments.SimpleBorder
Gets the Type.
getType() - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlColumn
Gets the Type.
getUnderlyingValue(GradientType) - Static method in enum com.softwarefx.chartfx.desktop.adornments.GradientType
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<GradientType>) - Static method in enum com.softwarefx.chartfx.desktop.adornments.GradientType
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(ImageBorderType) - Static method in enum com.softwarefx.chartfx.desktop.adornments.ImageBorderType
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<ImageBorderType>) - Static method in enum com.softwarefx.chartfx.desktop.adornments.ImageBorderType
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(ImageMode) - Static method in enum com.softwarefx.chartfx.desktop.adornments.ImageMode
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<ImageMode>) - Static method in enum com.softwarefx.chartfx.desktop.adornments.ImageMode
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(SimpleBorderType) - Static method in enum com.softwarefx.chartfx.desktop.adornments.SimpleBorderType
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<SimpleBorderType>) - Static method in enum com.softwarefx.chartfx.desktop.adornments.SimpleBorderType
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(AllowChanges) - Static method in enum com.softwarefx.chartfx.desktop.AllowChanges
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<AllowChanges>) - Static method in enum com.softwarefx.chartfx.desktop.AllowChanges
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(AnnCommandID) - Static method in enum com.softwarefx.chartfx.desktop.annotation.AnnCommandID
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<AnnCommandID>) - Static method in enum com.softwarefx.chartfx.desktop.annotation.AnnCommandID
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(AnnImageMode) - Static method in enum com.softwarefx.chartfx.desktop.annotation.AnnImageMode
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<AnnImageMode>) - Static method in enum com.softwarefx.chartfx.desktop.annotation.AnnImageMode
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(AttachMode) - Static method in enum com.softwarefx.chartfx.desktop.annotation.AttachMode
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<AttachMode>) - Static method in enum com.softwarefx.chartfx.desktop.annotation.AttachMode
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(BalloonTailCorner) - Static method in enum com.softwarefx.chartfx.desktop.annotation.BalloonTailCorner
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<BalloonTailCorner>) - Static method in enum com.softwarefx.chartfx.desktop.annotation.BalloonTailCorner
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(HitFlag) - Static method in enum com.softwarefx.chartfx.desktop.annotation.HitFlag
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<HitFlag>) - Static method in enum com.softwarefx.chartfx.desktop.annotation.HitFlag
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(ObjType) - Static method in enum com.softwarefx.chartfx.desktop.annotation.ObjType
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<ObjType>) - Static method in enum com.softwarefx.chartfx.desktop.annotation.ObjType
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(AxesStyle) - Static method in enum com.softwarefx.chartfx.desktop.AxesStyle
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<AxesStyle>) - Static method in enum com.softwarefx.chartfx.desktop.AxesStyle
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(AxisFormat) - Static method in enum com.softwarefx.chartfx.desktop.AxisFormat
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<AxisFormat>) - Static method in enum com.softwarefx.chartfx.desktop.AxisFormat
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(AxisPosition) - Static method in enum com.softwarefx.chartfx.desktop.AxisPosition
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<AxisPosition>) - Static method in enum com.softwarefx.chartfx.desktop.AxisPosition
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(AxisStyles) - Static method in enum com.softwarefx.chartfx.desktop.AxisStyles
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<AxisStyles>) - Static method in enum com.softwarefx.chartfx.desktop.AxisStyles
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(BarShape) - Static method in enum com.softwarefx.chartfx.desktop.BarShape
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<BarShape>) - Static method in enum com.softwarefx.chartfx.desktop.BarShape
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(BorderEffect) - Static method in enum com.softwarefx.chartfx.desktop.BorderEffect
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<BorderEffect>) - Static method in enum com.softwarefx.chartfx.desktop.BorderEffect
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(ChartStyles) - Static method in enum com.softwarefx.chartfx.desktop.ChartStyles
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<ChartStyles>) - Static method in enum com.softwarefx.chartfx.desktop.ChartStyles
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(CommandId) - Static method in enum com.softwarefx.chartfx.desktop.CommandId
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<CommandId>) - Static method in enum com.softwarefx.chartfx.desktop.CommandId
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(CommandStyles) - Static method in enum com.softwarefx.chartfx.desktop.CommandStyles
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<CommandStyles>) - Static method in enum com.softwarefx.chartfx.desktop.CommandStyles
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(ContentLayout) - Static method in enum com.softwarefx.chartfx.desktop.ContentLayout
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<ContentLayout>) - Static method in enum com.softwarefx.chartfx.desktop.ContentLayout
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(CustomGridLineStyles) - Static method in enum com.softwarefx.chartfx.desktop.CustomGridLineStyles
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<CustomGridLineStyles>) - Static method in enum com.softwarefx.chartfx.desktop.CustomGridLineStyles
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(DataElement) - Static method in enum com.softwarefx.chartfx.desktop.DataElement
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<DataElement>) - Static method in enum com.softwarefx.chartfx.desktop.DataElement
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(DataGridHighlightStyle) - Static method in enum com.softwarefx.chartfx.desktop.DataGridHighlightStyle
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<DataGridHighlightStyle>) - Static method in enum com.softwarefx.chartfx.desktop.DataGridHighlightStyle
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(RowHeadingSettings) - Static method in enum com.softwarefx.chartfx.desktop.dataproviders.RowHeadingSettings
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<RowHeadingSettings>) - Static method in enum com.softwarefx.chartfx.desktop.dataproviders.RowHeadingSettings
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(DataSourceStyles) - Static method in enum com.softwarefx.chartfx.desktop.DataSourceStyles
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<DataSourceStyles>) - Static method in enum com.softwarefx.chartfx.desktop.DataSourceStyles
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(DockArea) - Static method in enum com.softwarefx.chartfx.desktop.DockArea
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<DockArea>) - Static method in enum com.softwarefx.chartfx.desktop.DockArea
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(DockBorder) - Static method in enum com.softwarefx.chartfx.desktop.DockBorder
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<DockBorder>) - Static method in enum com.softwarefx.chartfx.desktop.DockBorder
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(FieldUsage) - Static method in enum com.softwarefx.chartfx.desktop.FieldUsage
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<FieldUsage>) - Static method in enum com.softwarefx.chartfx.desktop.FieldUsage
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(FileContents) - Static method in enum com.softwarefx.chartfx.desktop.FileContents
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<FileContents>) - Static method in enum com.softwarefx.chartfx.desktop.FileContents
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(FileFormat) - Static method in enum com.softwarefx.chartfx.desktop.FileFormat
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<FileFormat>) - Static method in enum com.softwarefx.chartfx.desktop.FileFormat
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(FillMode) - Static method in enum com.softwarefx.chartfx.desktop.FillMode
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<FillMode>) - Static method in enum com.softwarefx.chartfx.desktop.FillMode
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(ExplodingMode) - Static method in enum com.softwarefx.chartfx.desktop.galleries.ExplodingMode
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<ExplodingMode>) - Static method in enum com.softwarefx.chartfx.desktop.galleries.ExplodingMode
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(Gallery) - Static method in enum com.softwarefx.chartfx.desktop.Gallery
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<Gallery>) - Static method in enum com.softwarefx.chartfx.desktop.Gallery
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(HighLowClose) - Static method in enum com.softwarefx.chartfx.desktop.HighLowClose
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<HighLowClose>) - Static method in enum com.softwarefx.chartfx.desktop.HighLowClose
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(HitType) - Static method in enum com.softwarefx.chartfx.desktop.HitType
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<HitType>) - Static method in enum com.softwarefx.chartfx.desktop.HitType
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(Interlaced) - Static method in enum com.softwarefx.chartfx.desktop.Interlaced
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<Interlaced>) - Static method in enum com.softwarefx.chartfx.desktop.Interlaced
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(LegendBoxStyles) - Static method in enum com.softwarefx.chartfx.desktop.LegendBoxStyles
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<LegendBoxStyles>) - Static method in enum com.softwarefx.chartfx.desktop.LegendBoxStyles
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(MarkerShape) - Static method in enum com.softwarefx.chartfx.desktop.MarkerShape
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<MarkerShape>) - Static method in enum com.softwarefx.chartfx.desktop.MarkerShape
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(OpenHighLowClose) - Static method in enum com.softwarefx.chartfx.desktop.OpenHighLowClose
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<OpenHighLowClose>) - Static method in enum com.softwarefx.chartfx.desktop.OpenHighLowClose
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(PageOrientation) - Static method in enum com.softwarefx.chartfx.desktop.PageOrientation
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<PageOrientation>) - Static method in enum com.softwarefx.chartfx.desktop.PageOrientation
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(PaintStyles) - Static method in enum com.softwarefx.chartfx.desktop.PaintStyles
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<PaintStyles>) - Static method in enum com.softwarefx.chartfx.desktop.PaintStyles
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(PersonalizeAction) - Static method in enum com.softwarefx.chartfx.desktop.PersonalizeAction
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<PersonalizeAction>) - Static method in enum com.softwarefx.chartfx.desktop.PersonalizeAction
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(Shadow) - Static method in enum com.softwarefx.chartfx.desktop.Shadow
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<Shadow>) - Static method in enum com.softwarefx.chartfx.desktop.Shadow
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(Stacked) - Static method in enum com.softwarefx.chartfx.desktop.Stacked
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<Stacked>) - Static method in enum com.softwarefx.chartfx.desktop.Stacked
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(TickMark) - Static method in enum com.softwarefx.chartfx.desktop.TickMark
Returns a numeric value that represents the given EnumSet or Enum item.
getUnderlyingValue(EnumSet<TickMark>) - Static method in enum com.softwarefx.chartfx.desktop.TickMark
Returns a numeric value that represents the given EnumSet or Enum item.
getUrl() - Method in class com.softwarefx.chartfx.desktop.Link
Gets the Url.
getUsage() - Method in class com.softwarefx.chartfx.desktop.FieldMap
Gets the Usage.
getUserCommandListeners() - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Returns an array of all the UserCommandListeners added to this class with addUserCommandListeners().
getValue() - Method in class com.softwarefx.chartfx.desktop.CustomGridLine
Gets the Value.
getVerticalGridColor() - Method in class com.softwarefx.chartfx.desktop.DataGrid
Gets the VerticalGridColor.
getVertices() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationPolygon
Gets the Vertices.
getView3D() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the View3D.
getVolume() - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Gets the Volume.
getWidth() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Gets the Width.
getWidth() - Method in class com.softwarefx.chartfx.desktop.BorderAttributes
Gets the Width.
getWidth() - Method in class com.softwarefx.chartfx.desktop.CustomPaintEvent
Get the width of the area to be painted (in pixels).
getWidth() - Method in class com.softwarefx.chartfx.desktop.DockableBar
Gets the Width.
getWidth() - Method in class com.softwarefx.chartfx.desktop.Line
Gets the Width.
getWidth() - Method in class com.softwarefx.chartfx.desktop.LineAttributes
Gets the Width.
getX() - Method in class com.softwarefx.chartfx.desktop.DataValues
Allows you to set X-Values for specific point of XY plots.
getY() - Method in class com.softwarefx.chartfx.desktop.DataValues
Allows you to access the Y coordinates of the data points.
getYFrom() - Method in class com.softwarefx.chartfx.desktop.DataValues
Allows you to set the starting Y-value for a specific value on the chart.
getZOrder() - Method in class com.softwarefx.chartfx.desktop.DockableBar
Gets the ZOrder.
GlobalAttributes - Class in com.softwarefx.chartfx.desktop
Provides access to the GlobalAttributes object.
GlobalAttributes() - Constructor for class com.softwarefx.chartfx.desktop.GlobalAttributes
 
GradientBackground - Class in com.softwarefx.chartfx.desktop.adornments
Provides access to the GradientBackground object.
GradientBackground() - Constructor for class com.softwarefx.chartfx.desktop.adornments.GradientBackground
 
GradientBackground(GradientType) - Constructor for class com.softwarefx.chartfx.desktop.adornments.GradientBackground
 
GradientBackground.ColorCollection - Class in com.softwarefx.chartfx.desktop.adornments
Provides access to the ColorCollection Class.
GradientBackground.ColorCollection() - Constructor for class com.softwarefx.chartfx.desktop.adornments.GradientBackground.ColorCollection
 
GradientBackground.FloatCollection - Class in com.softwarefx.chartfx.desktop.adornments
Provides access to the FloatCollection Class.
GradientBackground.FloatCollection() - Constructor for class com.softwarefx.chartfx.desktop.adornments.GradientBackground.FloatCollection
 
GradientType - Enum in com.softwarefx.chartfx.desktop.adornments
Gradient Types.
GridLine - Class in com.softwarefx.chartfx.desktop
Provides access to the GridLine object.
GridLine() - Constructor for class com.softwarefx.chartfx.desktop.GridLine
 
Grids - Class in com.softwarefx.chartfx.desktop
Provides acces to the Grids object.
Grids() - Constructor for class com.softwarefx.chartfx.desktop.Grids
 

H

HIDDEN - Static variable in class com.softwarefx.chartfx.desktop.Chart
 
HIDDEN - Static variable in class com.softwarefx.chartfx.desktop.DataValues
 
HighLow - Class in com.softwarefx.chartfx.desktop.galleries
Provides access to the HighLowClose, OpenHighLowClose and Candlestick gallery objects.
HighLow() - Constructor for class com.softwarefx.chartfx.desktop.galleries.HighLow
 
HighLowClose - Enum in com.softwarefx.chartfx.desktop
This enum gets the index value of a series for a HighLowClose chart.
HitFlag - Enum in com.softwarefx.chartfx.desktop.annotation
HitFlag enumerations.
hitTest(com.softwarefx.chartfx.desktop.annotation.AnnotationListBase.HitTest_Point_Enum_r) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationListBase
Allows you to simulate a mouse click in a particular x,y position in the chart and returns a flag specifying the hit type.
hitTest(int, int) - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Allows you to simulate a mouse click in a particular x,y position in the chart.
hitTest(int, int) - Method in class com.softwarefx.chartfx.desktop.PaneCollection
Returns the Pane for a specific X, Y coordinate.
HitType - Enum in com.softwarefx.chartfx.desktop
Specifies what element of the chart was clicked during a HitTest.

I

IBackgroundAdornment - Interface in com.softwarefx.chartfx.desktop.adornments
The IBackgroundAdornment interface is for internal use only.
IBorderAdornment - Interface in com.softwarefx.chartfx.desktop.adornments
The IBorderAdornment interface is for internal use only.
IDataArray - Interface in com.softwarefx.chartfx.desktop
The IDataArray interface provides access to the chart's data in a multi-dimensional way.
IDataSource - Interface in com.softwarefx.chartfx.desktop.dataproviders
The IDataSource interface is for internal use only.
IGallery - Interface in com.softwarefx.chartfx.desktop
The IGallery interface is for internal use only.
ILegendBoxItem - Interface in com.softwarefx.chartfx.desktop
The ILegendBoxItem interface is for internal use only.
ILegendBoxItemCollection - Interface in com.softwarefx.chartfx.desktop
The ILegendBoxItemCollection interface is for internal use only.
ImageBackground - Class in com.softwarefx.chartfx.desktop.adornments
Provides access to the ImageBackground object.
ImageBackground() - Constructor for class com.softwarefx.chartfx.desktop.adornments.ImageBackground
 
ImageBackground(Image) - Constructor for class com.softwarefx.chartfx.desktop.adornments.ImageBackground
 
ImageBackground(String) - Constructor for class com.softwarefx.chartfx.desktop.adornments.ImageBackground
 
ImageBorder - Class in com.softwarefx.chartfx.desktop.adornments
Provides access to the ImageBorder object.
ImageBorder() - Constructor for class com.softwarefx.chartfx.desktop.adornments.ImageBorder
 
ImageBorder(ImageBorderType) - Constructor for class com.softwarefx.chartfx.desktop.adornments.ImageBorder
 
ImageBorder(String) - Constructor for class com.softwarefx.chartfx.desktop.adornments.ImageBorder
 
ImageBorder(ImageBorderType, Color) - Constructor for class com.softwarefx.chartfx.desktop.adornments.ImageBorder
 
ImageBorderType - Enum in com.softwarefx.chartfx.desktop.adornments
Sets the Chart's image border type.
ImageMode - Enum in com.softwarefx.chartfx.desktop.adornments
These values describe how an image will be displayed in the chart background when using the BackgroundImage property.
importChart(InputStream) - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to import a chart from a file or stream.
importChart(FileFormat, InputStream) - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to import a chart from a file or stream.
importChart(FileFormat, String) - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to import a chart from a file or stream.
indexOf(AnnotationObject) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationListBase
Returns the zero based index of a specific item in a list.
indexOf(CustomLegendItem) - Method in class com.softwarefx.chartfx.desktop.CustomLegendItemCollection
Returns the index in the CustomLegendItemCollection of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(com.softwarefx.chartfx.desktop.IExtension) - Method in class com.softwarefx.chartfx.desktop.ExtensionCollection
Returns the index in the ExtensionCollection of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(FieldMap) - Method in class com.softwarefx.chartfx.desktop.FieldMapCollection
Returns the index in the FieldMapCollection of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(int) - Method in class com.softwarefx.chartfx.desktop.SubCommandCollection
Returns the index in the SubCommandCollection of the first occurrence of the specified element, or -1 if this list does not contain this element.
insert(int, AnnotationObject) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationListBase
Inserts an element into the selected annotation collection at the specified index.
insert(int, AxisSection) - Method in class com.softwarefx.chartfx.desktop.AxisSectionCollection
Inserts an element into the ArrayList at the specified index.
insert(int, AxisX) - Method in class com.softwarefx.chartfx.desktop.AxisXCollection
Inserts an element into the ArrayList at the specified index.
insert(int, AxisY) - Method in class com.softwarefx.chartfx.desktop.AxisYCollection
Inserts an element into the ArrayList at the specified index.
insert(int, ConditionalAttributes) - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesCollection
Inserts an element into the ArrayList at the specified index.
insert(int, String) - Method in class com.softwarefx.chartfx.desktop.CustomGridLineCollection
Inserts an element into the ArrayList at the specified index.
insert(int, CustomLegendItem) - Method in class com.softwarefx.chartfx.desktop.CustomLegendItemCollection
Inserts an element into the ArrayList at the specified index.
insert(int, XmlColumn) - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlColumnCollection
Inserts an element into the ArrayList at the specified index.
insert(int, FieldMap) - Method in class com.softwarefx.chartfx.desktop.FieldMapCollection
Inserts an element into the ArrayList at the specified index.
insert(int, String) - Method in class com.softwarefx.chartfx.desktop.LabelCollection
Inserts an element into the ArrayList at the specified index.
insert(int, Pane) - Method in class com.softwarefx.chartfx.desktop.PaneCollection
Inserts an element into the ArrayList at the specified index.
insert(int, SeriesAttributes) - Method in class com.softwarefx.chartfx.desktop.SeriesAttributesCollection
Inserts an element into the ArrayList at the specified index.
insert(int, CommandId) - Method in class com.softwarefx.chartfx.desktop.SubCommandCollection
Inserts an element into the ArrayList at the specified index.
insert(int, int) - Method in class com.softwarefx.chartfx.desktop.SubCommandCollection
Inserts an element into the ArrayList at the specified index.
insert(int, TitleDockable) - Method in class com.softwarefx.chartfx.desktop.TitleCollection
Inserts an element into the ArrayList at the specified index.
insert(int, ToolBarItem) - Method in class com.softwarefx.chartfx.desktop.ToolBar
Used to insert a ToolBarItem in the ToolBar at a selected position.
Interlaced - Enum in com.softwarefx.chartfx.desktop
Define the type of Interlacing grid for a chart.
isActive() - Method in class com.softwarefx.chartfx.desktop.Condition
Gets the Active.
isAggressiveAllocation() - Method in class com.softwarefx.chartfx.desktop.DataValues
Gets the AggressiveAllocation.
isAllowDrag() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the AllowDrag.
isAllowModify() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Gets the AllowModify.
isAllowMove() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Gets the AllowMove.
isAntialiasing() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the Antialiasing.
isAutoArrange() - Method in class com.softwarefx.chartfx.desktop.PointLabelOrganizer
Gets the AutoArrange.
isAutoLoad() - Method in class com.softwarefx.chartfx.desktop.PersonalizeAttributes
Gets the AutoLoad.
isAutoSave() - Method in class com.softwarefx.chartfx.desktop.PersonalizeAttributes
Gets the AutoSave.
isAutoScale() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the AutoScale.
isAutoScroll() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the AutoScroll.
isAutoSize() - Method in class com.softwarefx.chartfx.desktop.DockableBar
Gets the AutoSize.
isBetweenSegments() - Method in class com.softwarefx.chartfx.desktop.BorderAttributes
Gets the BetweenSegments.
isCache() - Method in class com.softwarefx.chartfx.desktop.PointLabelOrganizer
Gets the Cache.
isCanRestore() - Method in class com.softwarefx.chartfx.desktop.PersonalizeAttributes
Returns True if the original chart can be restored.
isChecked() - Method in class com.softwarefx.chartfx.desktop.Command
Gets the Checked.
isCircular() - Method in class com.softwarefx.chartfx.desktop.galleries.Radar
Gets the Circular.
isClip() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationText
Gets the Clip.
isClockwise() - Method in class com.softwarefx.chartfx.desktop.galleries.Radar
Gets the Clockwise.
isClosed() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationPolygon
Gets the Closed.
isClosed() - Method in class com.softwarefx.chartfx.desktop.galleries.Radar
Gets the Closed.
isCluster() - Method in class com.softwarefx.chartfx.desktop.Attributes3D
Gets the Cluster.
isCompacted() - Method in class com.softwarefx.chartfx.desktop.DataValues
Gets a value indicating whether or not the data is compacted.
isCompress() - Method in class com.softwarefx.chartfx.desktop.Printer
Gets the Compress.
isConic() - Method in class com.softwarefx.chartfx.desktop.galleries.Pyramid
Gets the Conic.
isContextMenus() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the ContextMenus.
isCrosshairs() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the Crosshairs.
isDate() - Method in class com.softwarefx.chartfx.desktop.ValueFormat
Error: Member ValueFormat.Date member not found
isDateTime() - Method in class com.softwarefx.chartfx.desktop.ValueFormat
Error: Member ValueFormat.DateTime member not found
isDirty() - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Error: Member Annotations.Dirty member not found
isDirty() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the Dirty.
isDrawBackground() - Method in class com.softwarefx.chartfx.desktop.Printer
Gets the DrawBackground.
isEmpty() - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.ColorCollection
Error: Member ColorCollection.Empty member not found
isEmpty() - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.FloatCollection
Error: Member FloatCollection.Empty member not found
isEmpty() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationList
Error: Member AnnotationList.Empty member not found
isEmpty() - Method in class com.softwarefx.chartfx.desktop.annotation.SelectionList
Error: Member SelectionList.Empty member not found
isEmpty() - Method in class com.softwarefx.chartfx.desktop.AxisSectionCollection
Error: Member AxisSectionCollection.Empty member not found
isEmpty() - Method in class com.softwarefx.chartfx.desktop.AxisXCollection
Error: Member AxisXCollection.Empty member not found
isEmpty() - Method in class com.softwarefx.chartfx.desktop.AxisYCollection
Error: Member AxisYCollection.Empty member not found
isEmpty() - Method in class com.softwarefx.chartfx.desktop.CellAttributesCollection
Error: Member CellAttributesCollection.Empty member not found
isEmpty() - Method in class com.softwarefx.chartfx.desktop.CommandCollection
Error: Member CommandCollection.Empty member not found
isEmpty() - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesCollection
Error: Member ConditionalAttributesCollection.Empty member not found
isEmpty() - Method in class com.softwarefx.chartfx.desktop.CustomGridLineCollection
Error: Member CustomGridLineCollection.Empty member not found
isEmpty() - Method in class com.softwarefx.chartfx.desktop.CustomLegendItemCollection
Error: Member CustomLegendItemCollection.Empty member not found
isEmpty() - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlColumnCollection
Error: Member XmlColumnCollection.Empty member not found
isEmpty() - Method in class com.softwarefx.chartfx.desktop.ExtensionCollection
Error: Member ExtensionCollection.Empty member not found
isEmpty() - Method in class com.softwarefx.chartfx.desktop.FieldMapCollection
Error: Member FieldMapCollection.Empty member not found
isEmpty() - Method in class com.softwarefx.chartfx.desktop.LabelCollection
Error: Member LabelCollection.Empty member not found
isEmpty() - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributesCollection
Error: Member LegendItemAttributesCollection.Empty member not found
isEmpty() - Method in class com.softwarefx.chartfx.desktop.PaneCollection
Error: Member PaneCollection.Empty member not found
isEmpty() - Method in class com.softwarefx.chartfx.desktop.PointAttributesCollection
Error: Member PointAttributesCollection.Empty member not found
isEmpty() - Method in class com.softwarefx.chartfx.desktop.SeriesAttributesCollection
Error: Member SeriesAttributesCollection.Empty member not found
isEmpty() - Method in class com.softwarefx.chartfx.desktop.SubCommandCollection
Error: Member SubCommandCollection.Empty member not found
isEmpty() - Method in class com.softwarefx.chartfx.desktop.TitleCollection
Error: Member TitleCollection.Empty member not found
isEnabled() - Method in class com.softwarefx.chartfx.desktop.Attributes3D
Gets the Enabled.
isEnabled() - Method in class com.softwarefx.chartfx.desktop.Command
Gets the Enabled.
isEnabled() - Method in class com.softwarefx.chartfx.desktop.PersonalizeAttributes
Gets the Enabled.
isEnabled() - Method in class com.softwarefx.chartfx.desktop.PointLabelOrganizer
Gets the Enabled.
isEnableRestore() - Method in class com.softwarefx.chartfx.desktop.PersonalizeAttributes
Gets the EnableRestore.
isEnableUI() - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Gets the EnableUI.
isFillArea() - Method in class com.softwarefx.chartfx.desktop.galleries.Radar
Gets the FillArea.
isForceColors() - Method in class com.softwarefx.chartfx.desktop.Printer
Gets the ForceColors.
isForceZero() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the ForceZero.
isFromOpen() - Method in class com.softwarefx.chartfx.desktop.Condition
Gets the FromOpen.
isHandled() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationCommandEvent
Gets the Handled.
isHandled() - Method in class com.softwarefx.chartfx.desktop.CustomPaintEvent
Gets the Handled.
isHandled() - Method in class com.softwarefx.chartfx.desktop.PaintMarkerEvent
Gets the Handled.
isHandled() - Method in class com.softwarefx.chartfx.desktop.PointLabelEvent
Gets the Handled.
isHideXValues() - Method in class com.softwarefx.chartfx.desktop.DataGrid
Gets the HideXValues.
isHighLowClose4Series() - Method in class com.softwarefx.chartfx.desktop.galleries.HighLow
Gets the HighLowClose4Series.
isHorizontal() - Method in class com.softwarefx.chartfx.desktop.Axis
Returns a boolean value specifying whether the selected axis is a horizontal or vertical axis.
isHorizontal() - Method in class com.softwarefx.chartfx.desktop.GlobalAttributes
Gets the Horizontal.
isInitializeHidden() - Method in class com.softwarefx.chartfx.desktop.DataValues
Gets the InitializeHidden.
isInterlaced() - Method in class com.softwarefx.chartfx.desktop.Grids
Gets the Interlaced.
isInternalOpposite() - Method in class com.softwarefx.chartfx.desktop.adornments.SimpleBorder
Gets the InternalOpposite.
isInterpolateHidden() - Method in class com.softwarefx.chartfx.desktop.DataValues
Gets the InterpolateHidden.
isInverse() - Method in class com.softwarefx.chartfx.desktop.Condition
Gets the Inverse.
isInverted() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the Inverted.
isInverted() - Method in class com.softwarefx.chartfx.desktop.galleries.Pyramid
Gets the Inverted.
isInverted() - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributes
Gets the Inverted.
isLabelsInside() - Method in class com.softwarefx.chartfx.desktop.galleries.Pie
Gets the LabelsInside.
isMultipleColors() - Method in class com.softwarefx.chartfx.desktop.GlobalAttributes
Gets the MultipleColors.
isNative() - Method in class com.softwarefx.chartfx.desktop.galleries.Curve
Gets the Native.
isNotEmpty() - Method in interface com.softwarefx.chartfx.desktop.IDataArray
Error: Member IDataArray.NotEmpty member not found
isNotify() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the Notify.
isNullOrEmpty(FieldMapCollection) - Static method in class com.softwarefx.chartfx.desktop.FieldMapCollection
Error: Member FieldMapCollection.NullOrEmpty member not found
isOutsideText() - Method in class com.softwarefx.chartfx.desktop.CustomGridLine
Gets the OutsideText.
isOverlap() - Method in class com.softwarefx.chartfx.desktop.galleries.Bar
Gets the Overlap.
isPaintBefore() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Gets the PaintBefore.
isPercentage() - Method in class com.softwarefx.chartfx.desktop.ValueFormat
Error: Member ValueFormat.Percentage member not found
isPlotAreaOnly() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Gets the PlotAreaOnly.
isPlotAreaOnly() - Method in class com.softwarefx.chartfx.desktop.LegendBox
Error: Member LegendBox.PlotAreaOnly member not found
isPlotAreaOnly() - Method in class com.softwarefx.chartfx.desktop.TitleDockable
Gets the PlotAreaOnly.
isPostBack() - Method in class com.softwarefx.chartfx.desktop.Link
Gets the PostBack.
isPredefined() - Method in class com.softwarefx.chartfx.desktop.Command
Gets a value specifying if a command is pre-defined or user-defined.
isReadOnly() - Method in class com.softwarefx.chartfx.desktop.DataGrid
Gets the ReadOnly.
isReload() - Method in class com.softwarefx.chartfx.desktop.Link
Gets the Reload.
isRichText() - Method in class com.softwarefx.chartfx.desktop.PointLabelAttributes
Gets the RichText.
isRichText() - Method in class com.softwarefx.chartfx.desktop.Title
Gets the RichText.
isRotated() - Method in class com.softwarefx.chartfx.desktop.Attributes3D
Gets the Rotated.
isRowsAsElements() - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlDataProvider
Gets the RowsAsElements.
isShadow2D() - Method in class com.softwarefx.chartfx.desktop.galleries.Pyramid
Gets the Shadow2D.
isShadows() - Method in class com.softwarefx.chartfx.desktop.galleries.Pie
Gets the Shadows.
isShadows() - Method in class com.softwarefx.chartfx.desktop.galleries.Radar
Gets the Shadows.
isShared() - Method in interface com.softwarefx.chartfx.desktop.IDataArray
Gets the Shared.
isShowContourLines() - Method in class com.softwarefx.chartfx.desktop.galleries.Surface
Gets the ShowContourLines.
isShowGridLines() - Method in class com.softwarefx.chartfx.desktop.galleries.Surface
Gets the ShowGridLines.
isShowHeader() - Method in class com.softwarefx.chartfx.desktop.DataGrid
Gets the ShowHeader.
isShowHiddenSeries() - Method in class com.softwarefx.chartfx.desktop.DataGrid
Gets the ShowHiddenSeries.
isShowImages() - Method in class com.softwarefx.chartfx.desktop.ToolBar
Gets the ShowImages.
isShowInLegend() - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesCollection
Gets the ShowInLegend.
isShowLine() - Method in class com.softwarefx.chartfx.desktop.CustomGridLine
Gets the ShowLine.
isShowLine() - Method in class com.softwarefx.chartfx.desktop.CustomLegendItem
Gets the ShowLine.
isShowLines() - Method in class com.softwarefx.chartfx.desktop.galleries.Pie
Gets the ShowLines.
isShowLines() - Method in class com.softwarefx.chartfx.desktop.galleries.Radar
Gets the ShowLines.
isShowMarkers() - Method in class com.softwarefx.chartfx.desktop.DataGrid
Gets the ShowMarkers.
isShowText() - Method in class com.softwarefx.chartfx.desktop.CustomGridLine
Gets the ShowText.
isSquare() - Method in class com.softwarefx.chartfx.desktop.galleries.Pie
Gets the Square.
isStacked() - Method in class com.softwarefx.chartfx.desktop.galleries.Pie
Gets the Stacked.
isStacked() - Method in class com.softwarefx.chartfx.desktop.SeriesAttributes
Gets the Stacked.
isStaggered() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the Staggered.
isTime() - Method in class com.softwarefx.chartfx.desktop.ValueFormat
Error: Member ValueFormat.Time member not found
isToolTips() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the ToolTips.
isToOpen() - Method in class com.softwarefx.chartfx.desktop.Condition
Gets the ToOpen.
isUseArrow() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationBalloon
Gets the UseArrow.
isUseForLines() - Method in class com.softwarefx.chartfx.desktop.BorderAttributes
Gets the UseForLines.
isUsePrinterResolution() - Method in class com.softwarefx.chartfx.desktop.Printer
Gets the UsePrinterResolution.
isUseRawData() - Method in class com.softwarefx.chartfx.desktop.DataGrid
Gets the UseRawData.
isVisible() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Gets the Visible.
isVisible() - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the Visible.
isVisible() - Method in class com.softwarefx.chartfx.desktop.AxisSection
Gets the Visible.
isVisible() - Method in class com.softwarefx.chartfx.desktop.BorderAttributes
Gets the Visible.
isVisible() - Method in class com.softwarefx.chartfx.desktop.DockableBar
Gets the Visible.
isVisible() - Method in class com.softwarefx.chartfx.desktop.GlobalAttributes
Gets the Visible.
isVisible() - Method in class com.softwarefx.chartfx.desktop.GridLine
Gets the Visible.
isVisible() - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributes
Gets the Visible.
isVisible() - Method in class com.softwarefx.chartfx.desktop.Pane
Gets the Visible.
isVisible() - Method in class com.softwarefx.chartfx.desktop.PointLabelAttributes
Gets the Visible.
isVisible() - Method in class com.softwarefx.chartfx.desktop.SeriesAttributes
Gets the Visible.
isWordWrap() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationText
Gets the WordWrap.
isXValuesAsHeaders() - Method in class com.softwarefx.chartfx.desktop.DataGrid
Gets the XValuesAsHeaders.
isZoom() - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the Zoom.
iterator() - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.ColorCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.FloatCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationList
Returns an iterator over the elements in this collection.
iterator() - Method in class com.softwarefx.chartfx.desktop.annotation.SelectionList
Returns an iterator over the elements in this collection.
iterator() - Method in class com.softwarefx.chartfx.desktop.AxisSectionCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class com.softwarefx.chartfx.desktop.AxisXCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class com.softwarefx.chartfx.desktop.AxisYCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class com.softwarefx.chartfx.desktop.CellAttributesCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class com.softwarefx.chartfx.desktop.CommandCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class com.softwarefx.chartfx.desktop.CustomGridLineCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class com.softwarefx.chartfx.desktop.CustomLegendItemCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlColumnCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class com.softwarefx.chartfx.desktop.ExtensionCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class com.softwarefx.chartfx.desktop.FieldMapCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class com.softwarefx.chartfx.desktop.LabelCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributesCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class com.softwarefx.chartfx.desktop.PaneCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class com.softwarefx.chartfx.desktop.PointAttributesCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class com.softwarefx.chartfx.desktop.SeriesAttributesCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class com.softwarefx.chartfx.desktop.SubCommandCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class com.softwarefx.chartfx.desktop.TitleCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class com.softwarefx.chartfx.desktop.ToolBar
Returns an iterator over the elements in this collection.

J

JDBCDataProvider - Class in com.softwarefx.chartfx.desktop.dataproviders
Provides access to the JDBC Provider object.
JDBCDataProvider(ResultSet) - Constructor for class com.softwarefx.chartfx.desktop.dataproviders.JDBCDataProvider
 

L

LabelAwareCollection - Class in com.softwarefx.chartfx.desktop
Provides access to the LabelAwareCollection object.
LabelAwareCollection() - Constructor for class com.softwarefx.chartfx.desktop.LabelAwareCollection
 
LabelCollection - Class in com.softwarefx.chartfx.desktop
Provides access to the LabelCollection object.
LabelCollection() - Constructor for class com.softwarefx.chartfx.desktop.LabelCollection
 
LegendBox - Class in com.softwarefx.chartfx.desktop
Provides access to the LegendBox object.
LegendBox() - Constructor for class com.softwarefx.chartfx.desktop.LegendBox
 
LegendBoxStyles - Enum in com.softwarefx.chartfx.desktop
Allows you to specify the style for a legend.
LegendItemAttributes - Class in com.softwarefx.chartfx.desktop
Provides access to the customization of a specific item in the LegendBox.
LegendItemAttributes() - Constructor for class com.softwarefx.chartfx.desktop.LegendItemAttributes
 
LegendItemAttributesCollection - Class in com.softwarefx.chartfx.desktop
Provides access to the LegendItemAttributesCollection object.
LegendItemAttributesCollection() - Constructor for class com.softwarefx.chartfx.desktop.LegendItemAttributesCollection
 
Line - Class in com.softwarefx.chartfx.desktop
Provides access to the Line object.
Line() - Constructor for class com.softwarefx.chartfx.desktop.Line
 
LineAttributes - Class in com.softwarefx.chartfx.desktop
Provides access to the LineAttributes object.
LineAttributes() - Constructor for class com.softwarefx.chartfx.desktop.LineAttributes
 
Link - Class in com.softwarefx.chartfx.desktop
Provides access to the Link object.
Link() - Constructor for class com.softwarefx.chartfx.desktop.Link
 
ListProvider - Class in com.softwarefx.chartfx.desktop.dataproviders
Provides access to the ListProvider object.
ListProvider() - Constructor for class com.softwarefx.chartfx.desktop.dataproviders.ListProvider
 
ListProvider(Object) - Constructor for class com.softwarefx.chartfx.desktop.dataproviders.ListProvider
 
ListProvider(List<Object>) - Constructor for class com.softwarefx.chartfx.desktop.dataproviders.ListProvider
 
load(InputStream) - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlDataProvider
Specifies the path to the XML file.
load(String) - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlDataProvider
Specifies the path to the XML file.
load() - Method in class com.softwarefx.chartfx.desktop.PersonalizeAttributes
Apply any previously saved personalizations to the chart.
loadXML(String) - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlDataProvider
Used to pass the XML as a string.

M

Margins - Class in com.softwarefx.chartfx.desktop
Defines the distance between the border of the bounding rectangle and the plot area of the chart.
Margins() - Constructor for class com.softwarefx.chartfx.desktop.Margins
 
MarkerShape - Enum in com.softwarefx.chartfx.desktop
Defines different shapes used to paint point markers in the chart.
markerToPixel(int, int) - Method in class com.softwarefx.chartfx.desktop.Chart
Returns a point storing the position in pixel of a specified chart marker.

N

nextColor() - Method in class com.softwarefx.chartfx.desktop.ColorBlender
Gets the next available gradient color from the blend.

O

ObjType - Enum in com.softwarefx.chartfx.desktop.annotation
Annotation types.
open(Reader) - Method in class com.softwarefx.chartfx.desktop.dataproviders.TextProvider
Used to open the connection to a text datasource linked to the TextProvider object.
open(String) - Method in class com.softwarefx.chartfx.desktop.dataproviders.TextProvider
Used to open the connection to a text datasource linked to the TextProvider object.
OpenHighLowClose - Enum in com.softwarefx.chartfx.desktop
This enum gets the index value of a series for a OpenHighLowClose chart.

P

PageOrientation - Enum in com.softwarefx.chartfx.desktop
Print page orientation enumerations.
pageSetup() - Method in class com.softwarefx.chartfx.desktop.Printer
Error: Member Printer.pageSetup member not found
paint(Graphics2D, Rectangle, EnumSet<PaintStyles>) - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to paint the chart in a given device context.
PaintMarkerEvent - Class in com.softwarefx.chartfx.desktop
Provides access to the PaintMarkerEvent object.
PaintMarkerEvent() - Constructor for class com.softwarefx.chartfx.desktop.PaintMarkerEvent
 
paintMarkerEventHandler(PaintMarkerEvent) - Method in interface com.softwarefx.chartfx.desktop.PaintMarkerListener
Invoked when the PaintMarker event occurs.
PaintMarkerListener - Interface in com.softwarefx.chartfx.desktop
This is the Listener interface for PaintMarker event.
PaintStyles - Enum in com.softwarefx.chartfx.desktop
Flags for paint method.
Pane - Class in com.softwarefx.chartfx.desktop
Provides access to the Pane object.
Pane() - Constructor for class com.softwarefx.chartfx.desktop.Pane
 
Pane(int) - Constructor for class com.softwarefx.chartfx.desktop.Pane
 
PaneCollection - Class in com.softwarefx.chartfx.desktop
Provides access to the PaneCollection object.
PaneCollection(Pane[]) - Constructor for class com.softwarefx.chartfx.desktop.PaneCollection
 
parse(String) - Method in class com.softwarefx.chartfx.desktop.ValueFormat
Converts a formatted expression to a number.
PersonalizeAction - Enum in com.softwarefx.chartfx.desktop
PersonalizeAction enumerations.
PersonalizeAttributes - Class in com.softwarefx.chartfx.desktop
Provides access to the PersonalizeAttributes object, which allows access to the personalization features of ChartFX.
PersonalizeAttributes() - Constructor for class com.softwarefx.chartfx.desktop.PersonalizeAttributes
 
Pie - Class in com.softwarefx.chartfx.desktop.galleries
Provides access to the Pie and Doughnut gallery objects.
Pie() - Constructor for class com.softwarefx.chartfx.desktop.galleries.Pie
 
pixelToValue(int) - Method in class com.softwarefx.chartfx.desktop.Axis
Converts a position in pixels in the chart area to its representation on the respective axis.
PointAttributes - Class in com.softwarefx.chartfx.desktop
Provides access to the PointAttributes object.
PointAttributes() - Constructor for class com.softwarefx.chartfx.desktop.PointAttributes
 
PointAttributesAwareCollection - Class in com.softwarefx.chartfx.desktop
Provides access to the PointAttributesAwareCollection object.
PointAttributesAwareCollection() - Constructor for class com.softwarefx.chartfx.desktop.PointAttributesAwareCollection
 
PointAttributesCollection - Class in com.softwarefx.chartfx.desktop
Provides access to the PointAttributesCollection object.
PointAttributesCollection() - Constructor for class com.softwarefx.chartfx.desktop.PointAttributesCollection
 
PointLabelAttributes - Class in com.softwarefx.chartfx.desktop
Provides access to the PointAttributes object, which allows you to configure how the labeling is rendered by the chart.
PointLabelAttributes() - Constructor for class com.softwarefx.chartfx.desktop.PointLabelAttributes
 
PointLabelEvent - Class in com.softwarefx.chartfx.desktop
Provides access to the PointLabelEvent object.
PointLabelEvent() - Constructor for class com.softwarefx.chartfx.desktop.PointLabelEvent
 
pointLabelEventHandler(PointLabelEvent) - Method in interface com.softwarefx.chartfx.desktop.PointLabelListener
Invoked when the PointLabel event occurs.
PointLabelListener - Interface in com.softwarefx.chartfx.desktop
This is the Listener interface for PointLabel event.
PointLabelOrganizer - Class in com.softwarefx.chartfx.desktop
Provides access to the PointLabelOrganizer object.
PointLabelOrganizer() - Constructor for class com.softwarefx.chartfx.desktop.PointLabelOrganizer
 
print() - Method in class com.softwarefx.chartfx.desktop.Printer
Error: Member Printer.print member not found
print(int, int) - Method in class com.softwarefx.chartfx.desktop.Printer
Error: Member Printer.print member not found
printDialog() - Method in class com.softwarefx.chartfx.desktop.Printer
Error: Member Printer.printDialog member not found
printDialog(boolean) - Method in class com.softwarefx.chartfx.desktop.Printer
Error: Member Printer.printDialog member not found
Printer - Class in com.softwarefx.chartfx.desktop
Provides access to the Printer object.
Printer() - Constructor for class com.softwarefx.chartfx.desktop.Printer
 
printPreview() - Method in class com.softwarefx.chartfx.desktop.Printer
Error: Member Printer.printPreview member not found
Pyramid - Class in com.softwarefx.chartfx.desktop.galleries
Provides access to the Pyramid gallery object.
Pyramid() - Constructor for class com.softwarefx.chartfx.desktop.galleries.Pyramid
 

R

Radar - Class in com.softwarefx.chartfx.desktop.galleries
Provides access to the Radar gallery object.
Radar() - Constructor for class com.softwarefx.chartfx.desktop.galleries.Radar
 
recalcBounds() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationGroup
Used to recalculate the bounding rectangle for a group of objects.
recalcBounds() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationPolygon
Instruct Chart FX to recalculate the bounds for an annotation polygon object.
recalculate() - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesCollection
Reapplies all the conditional attributes for the current chart.
recalculateScale() - Method in class com.softwarefx.chartfx.desktop.Chart
Resets and recalculates all scale values.
recalculateScale() - Method in class com.softwarefx.chartfx.desktop.DataValues
Recalculates the scale of the chart based on the data available.
refresh() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Instructs Chart FX to repaint the selected annotation object.
reloadData() - Method in class com.softwarefx.chartfx.desktop.DataSourceSettings
Reloads the chart data from the current configured datasource.
remove(Object) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.ColorCollection
Removes the specified element from the ColorCollection collection.
remove(Object) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.FloatCollection
Removes the specified element from the FloatCollection collection.
remove(Object) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationList
Removes the first occurrence of a specified annotation object from the selected collection.
remove(AnnotationObject) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationListBase
Removes the first occurrence of a specified annotation object from the selected collection.
remove(Object) - Method in class com.softwarefx.chartfx.desktop.annotation.SelectionList
Removes the first occurrence of a specified annotation object from the selected collection.
remove(Object) - Method in class com.softwarefx.chartfx.desktop.AxisSectionCollection
Removes the specified element from the AxisSectionCollection collection.
remove(Object) - Method in class com.softwarefx.chartfx.desktop.AxisXCollection
Removes the specified element from the AxisXCollection collection.
remove(Object) - Method in class com.softwarefx.chartfx.desktop.AxisYCollection
Removes the specified element from the AxisYCollection collection.
remove(Object) - Method in class com.softwarefx.chartfx.desktop.CellAttributesCollection
Removes the specified element from the CellAttributesCollection collection.
remove(Object) - Method in class com.softwarefx.chartfx.desktop.CommandCollection
Removes the specified element from the CommandCollection collection.
remove(Object) - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesCollection
Removes the specified element from the ConditionalAttributesCollection collection.
remove(Object) - Method in class com.softwarefx.chartfx.desktop.CustomGridLineCollection
Removes the specified element from the CustomGridLineCollection collection.
remove(Object) - Method in class com.softwarefx.chartfx.desktop.CustomLegendItemCollection
Removes the specified element from the CustomLegendItemCollection collection.
remove(Object) - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlColumnCollection
Removes the specified element from the XmlColumnCollection collection.
remove(Object) - Method in class com.softwarefx.chartfx.desktop.ExtensionCollection
Error: D:\DevSource\CfxJava70\JavaDoc\Desktop\docsource\Objects\ExtensionCollection\remove.xml
remove(Object) - Method in class com.softwarefx.chartfx.desktop.FieldMapCollection
Removes the specified element from the FieldMapCollection collection.
remove(Object) - Method in class com.softwarefx.chartfx.desktop.LabelCollection
Removes the specified element from the LabelCollection collection.
remove(Object) - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributesCollection
Removes the specified element from the LegendItemAttributesCollection collection.
remove(Object) - Method in class com.softwarefx.chartfx.desktop.PaneCollection
Removes the specified element from the PaneCollection collection.
remove(Object) - Method in class com.softwarefx.chartfx.desktop.PointAttributesCollection
Removes the specified element from the PointAttributesCollection collection.
remove(Object) - Method in class com.softwarefx.chartfx.desktop.SeriesAttributesCollection
Removes the specified element from the SeriesAttributesCollection collection.
remove(Object) - Method in class com.softwarefx.chartfx.desktop.SubCommandCollection
Removes the specified element from the SubCommandCollection collection.
remove(Object) - Method in class com.softwarefx.chartfx.desktop.TitleCollection
Removes the specified element from the TitleCollection collection.
removeAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.ColorCollection
Removes all of the elements in the specified collection from the ColorCollection collection.
removeAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.FloatCollection
Removes all of the elements in the specified collection from the FloatCollection collection.
removeAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationList
Removes all of the elements in the specified collection from the AnnotationList collection.
removeAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.annotation.SelectionList
Removes all of the elements in the specified collection from the SelectionList collection.
removeAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.AxisSectionCollection
Removes all of the elements in the specified collection from the AxisSectionCollection collection.
removeAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.AxisXCollection
Removes all of the elements in the specified collection from the AxisXCollection collection.
removeAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.AxisYCollection
Removes all of the elements in the specified collection from the AxisYCollection collection.
removeAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.CellAttributesCollection
Removes all of the elements in the specified collection from the CellAttributesCollection collection.
removeAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.CommandCollection
Removes all of the elements in the specified collection from the CommandCollection collection.
removeAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesCollection
Removes all of the elements in the specified collection from the ConditionalAttributesCollection collection.
removeAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.CustomGridLineCollection
Removes all of the elements in the specified collection from the CustomGridLineCollection collection.
removeAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.CustomLegendItemCollection
Removes all of the elements in the specified collection from the CustomLegendItemCollection collection.
removeAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlColumnCollection
Removes all of the elements in the specified collection from the XmlColumnCollection collection.
removeAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.ExtensionCollection
Removes all of the elements in the specified collection from the ExtensionCollection collection.
removeAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.FieldMapCollection
Removes all of the elements in the specified collection from the FieldMapCollection collection.
removeAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.LabelCollection
Removes all of the elements in the specified collection from the LabelCollection collection.
removeAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributesCollection
Removes all of the elements in the specified collection from the LegendItemAttributesCollection collection.
removeAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.PaneCollection
Removes all of the elements in the specified collection from the PaneCollection collection.
removeAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.PointAttributesCollection
Removes all of the elements in the specified collection from the PointAttributesCollection collection.
removeAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.SeriesAttributesCollection
Removes all of the elements in the specified collection from the SeriesAttributesCollection collection.
removeAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.SubCommandCollection
Removes all of the elements in the specified collection from the SubCommandCollection collection.
removeAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.TitleCollection
Removes all of the elements in the specified collection from the TitleCollection collection.
removeAt(int) - Method in class com.softwarefx.chartfx.desktop.AxisCollection
Removes the element in the specified position from the AxisCollection collection.
removeAt(int) - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesCollection
Removes the element in the specified position from the ConditionalAttributesCollection collection.
removeAt(int) - Method in class com.softwarefx.chartfx.desktop.FieldMapCollection
Removes the element in the specified position from the FieldMapCollection collection.
removeAt(int) - Method in class com.softwarefx.chartfx.desktop.LabelAwareCollection
Removes the element in the specified position from the LabelAwareCollection collection.
removeAt(int) - Method in class com.softwarefx.chartfx.desktop.PaneCollection
Removes the element in the specified position from the PaneCollection collection.
removeAt(int) - Method in class com.softwarefx.chartfx.desktop.SeriesAttributesCollection
Removes the element in the specified position from the SeriesAttributesCollection collection.
removeAt(int) - Method in class com.softwarefx.chartfx.desktop.SubCommandCollection
Removes the element in the specified position from the SubCommandCollection collection.
removeAt(int) - Method in class com.softwarefx.chartfx.desktop.ToolBar
Used to remove ToolBarItems from a ToolBar.
removeAt(int, int) - Method in class com.softwarefx.chartfx.desktop.ToolBar
Used to remove ToolBarItems from a ToolBar.
removeConditionalAttributesCallbackListener(ConditionalAttributesListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Removes a ConditionalAttributesCallbackListener from the listener list.
removeDataChangedByUserListener(PointLabelListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Removes a DataChangedByUserListener from the listener list.
removeGetAxisLabelListener(AxisLabelListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Removes a GetAxisLabelListener from the listener list.
removeGetPointLabelListener(PointLabelListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Removes a GetPointLabelListener from the listener list.
removeGetTipListener(GetTipListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Removes a GetTipListener from the listener list.
removeHighlightingListener(com.softwarefx.chartfx.desktop.HighlightingListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Removes a HighlightingListener from the listener list.
removeInternalCommandListener(AnnotationCommandListener) - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Removes a InternalCommandListener from the listener list.
removeItemFromList(ILegendBoxItemCollection, int) - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributesCollection
Removes a #Listener# from the listener list.
removeMouseClickListener(com.softwarefx.chartfx.desktop.HitTestListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Removes a MouseClickListener from the listener list.
removeMouseDoubleClickListener(com.softwarefx.chartfx.desktop.HitTestListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Removes a MouseDoubleClickListener from the listener list.
removeMouseDownListener(com.softwarefx.MouseListener) - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Removes a MouseDownListener from the listener list.
removeMouseDownListener(com.softwarefx.chartfx.desktop.HitTestListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Removes a MouseDownListener from the listener list.
removeMouseMoveListener(com.softwarefx.MouseListener) - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Removes a MouseMoveListener from the listener list.
removeMouseMoveListener(com.softwarefx.chartfx.desktop.HitTestListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Removes a MouseMoveListener from the listener list.
removeMouseUpListener(com.softwarefx.MouseListener) - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Removes a MouseUpListener from the listener list.
removeMouseUpListener(com.softwarefx.chartfx.desktop.HitTestListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Removes a MouseUpListener from the listener list.
removeObjectCreatedListener(AnnotationListener) - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Removes a ObjectCreatedListener from the listener list.
removePaintMarkerListener(PaintMarkerListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Removes a PaintMarkerListener from the listener list.
removePostPaintListener(CustomPaintListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Removes a PostPaintListener from the listener list.
removePrePaintListener(CustomPaintListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Removes a PrePaintListener from the listener list.
removePrePaintMarkerListener(PaintMarkerListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Removes a PrePaintMarkerListener from the listener list.
removeProcessUrlListener(com.softwarefx.chartfx.desktop.ProcessUrlListener) - Method in class com.softwarefx.chartfx.desktop.Chart
Removes a ProcessUrlListener from the listener list.
removeSelectionChangedListener(SelectionChangedListener) - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Removes a SelectionChangedListener from the listener list.
removeSelectionDeletedListener(SelectionDeletedListener) - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Removes a SelectionDeletedListener from the listener list.
removeSeries(int) - Method in class com.softwarefx.chartfx.desktop.DataValues
Remove a Series from the collection by index.
removeUserCommandListener(AnnotationCommandListener) - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Removes a UserCommandListener from the listener list.
replaceImage(int, Image) - Method in class com.softwarefx.chartfx.desktop.CommandCollection
Replaces an image in the CommandCollection.
reset() - Method in class com.softwarefx.chartfx.desktop.Chart
Resets the chart to its orgininal state.
reset() - Method in class com.softwarefx.chartfx.desktop.Margins
Resets the margings between the bounding rectangle and the Chart.getPlotAreaMargin() of the chart.
resetBackColor() - Method in class com.softwarefx.chartfx.desktop.DockableBar
Resets the BackColor of DockableBar to the default.
resetOrder() - Method in class com.softwarefx.chartfx.desktop.SeriesAttributesCollection
Reset the order of the series to their original sequence.
resetScale() - Method in class com.softwarefx.chartfx.desktop.Axis
Prepares the selected axis to receive new data by resetting scale values.
restoreDefault() - Method in class com.softwarefx.chartfx.desktop.PersonalizeAttributes
Clears all the transformations made by the end-user and resets the chart to the default personalization settings.
resumeUpdate() - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesCollection
Resumes the automatic behavior of re-applying Conditional attributes when data is modified in the chart.
retainAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.ColorCollection
Retains only the elements in the ColorCollection collection that are contained in the specified collection.
retainAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.FloatCollection
Retains only the elements in the FloatCollection collection that are contained in the specified collection.
retainAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationList
Retains only the elements in the AnnotationList collection that are contained in the specified collection.
retainAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.annotation.SelectionList
Retains only the elements in the SelectionList collection that are contained in the specified collection.
retainAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.AxisSectionCollection
Retains only the elements in the AxisSectionCollection collection that are contained in the specified collection.
retainAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.AxisXCollection
Retains only the elements in the AxisXCollection collection that are contained in the specified collection.
retainAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.AxisYCollection
Retains only the elements in the AxisYCollection collection that are contained in the specified collection.
retainAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.CellAttributesCollection
Retains only the elements in the CellAttributesCollection collection that are contained in the specified collection.
retainAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.CommandCollection
Retains only the elements in the CommandCollection collection that are contained in the specified collection.
retainAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesCollection
Retains only the elements in the ConditionalAttributesCollection collection that are contained in the specified collection.
retainAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.CustomGridLineCollection
Retains only the elements in the CustomGridLineCollection collection that are contained in the specified collection.
retainAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.CustomLegendItemCollection
Retains only the elements in the CustomLegendItemCollection collection that are contained in the specified collection.
retainAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlColumnCollection
Retains only the elements in the XmlColumnCollection collection that are contained in the specified collection.
retainAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.ExtensionCollection
Retains only the elements in the ExtensionCollection collection that are contained in the specified collection.
retainAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.FieldMapCollection
Retains only the elements in the FieldMapCollection collection that are contained in the specified collection.
retainAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.LabelCollection
Retains only the elements in the LabelCollection collection that are contained in the specified collection.
retainAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributesCollection
Retains only the elements in the LegendItemAttributesCollection collection that are contained in the specified collection.
retainAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.PaneCollection
Retains only the elements in the PaneCollection collection that are contained in the specified collection.
retainAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.PointAttributesCollection
Retains only the elements in the PointAttributesCollection collection that are contained in the specified collection.
retainAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.SeriesAttributesCollection
Retains only the elements in the SeriesAttributesCollection collection that are contained in the specified collection.
retainAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.SubCommandCollection
Retains only the elements in the SubCommandCollection collection that are contained in the specified collection.
retainAll(Collection<?>) - Method in class com.softwarefx.chartfx.desktop.TitleCollection
Retains only the elements in the TitleCollection collection that are contained in the specified collection.
rotate(boolean) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Allows you to rotate an object 90 degrees clockwise or counterclockwise.
RowHeadingSettings - Enum in com.softwarefx.chartfx.desktop.dataproviders
Enumeration to specify formatting for Rows provided through DataProviders.

S

save() - Method in class com.softwarefx.chartfx.desktop.PersonalizeAttributes
Saves the personalization settings configured for the chart.
selectionChangedEventHandler(com.softwarefx.chartfx.desktop.annotation.SelectionChangedEvent) - Method in interface com.softwarefx.chartfx.desktop.annotation.SelectionChangedListener
Error: Member SelectionChangedListener.selectionChangedEventHandler member not found
SelectionChangedListener - Interface in com.softwarefx.chartfx.desktop.annotation
This is the Listener Interface for SelectionChanged event.
selectionDeletedEventHandler(com.softwarefx.chartfx.desktop.annotation.SelectionDeletedEvent) - Method in interface com.softwarefx.chartfx.desktop.annotation.SelectionDeletedListener
Error: Member SelectionDeletedListener.selectionDeletedEventHandler member not found
SelectionDeletedListener - Interface in com.softwarefx.chartfx.desktop.annotation
This is the Listener Interface for SelectionDeleted event.
SelectionList - Class in com.softwarefx.chartfx.desktop.annotation
Provides access to the SelectionList object.
SelectionList(Annotations) - Constructor for class com.softwarefx.chartfx.desktop.annotation.SelectionList
 
sendToBack() - Method in class com.softwarefx.chartfx.desktop.SeriesAttributes
Sends a SeriesAttributes to the last position in the SeriesAttributes Collection.
SerializableArrowCap - Class in com.softwarefx.chartfx.desktop.annotation
Provides access to the SerializableArrowCap object.
SerializableArrowCap() - Constructor for class com.softwarefx.chartfx.desktop.annotation.SerializableArrowCap
 
SerializableArrowCap(com.softwarefx.AdjustableArrowCap) - Constructor for class com.softwarefx.chartfx.desktop.annotation.SerializableArrowCap
 
SeriesAttributes - Class in com.softwarefx.chartfx.desktop
Provides access to the SeriesAttributes object.
SeriesAttributes() - Constructor for class com.softwarefx.chartfx.desktop.SeriesAttributes
 
SeriesAttributesCollection - Class in com.softwarefx.chartfx.desktop
Provides access to the SeriesAttributesCollection object.
SeriesAttributesCollection() - Constructor for class com.softwarefx.chartfx.desktop.SeriesAttributesCollection
 
SeriesAttributesCollection(SeriesAttributes[]) - Constructor for class com.softwarefx.chartfx.desktop.SeriesAttributesCollection
 
set(int, Color) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.ColorCollection
Error: Member ColorCollection.
set(int, float) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.FloatCollection
Error: Member FloatCollection.
set(int, AxisX) - Method in class com.softwarefx.chartfx.desktop.AxisXCollection
Error: Member AxisXCollection.
set(int, AxisY) - Method in class com.softwarefx.chartfx.desktop.AxisYCollection
Error: Member AxisYCollection.
set(int, CellAttributes) - Method in class com.softwarefx.chartfx.desktop.CellAttributesCollection
Error: Member CellAttributesCollection.
set(int, int, CellAttributes) - Method in class com.softwarefx.chartfx.desktop.CellAttributesCollection
Error: Member CellAttributesCollection.
set(int, int, double) - Method in class com.softwarefx.chartfx.desktop.DataValues
Error: Member DataValues.
set(int, FieldMap) - Method in class com.softwarefx.chartfx.desktop.FieldMapCollection
Error: Member FieldMapCollection.
set(int, double) - Method in interface com.softwarefx.chartfx.desktop.IDataArray
Error: Member IDataArray.
set(int, int, double) - Method in interface com.softwarefx.chartfx.desktop.IDataArray
Error: Member IDataArray.
set(int, String) - Method in class com.softwarefx.chartfx.desktop.LabelCollection
Error: Member LabelCollection.
set(ILegendBoxItemCollection, LegendItemAttributes) - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributesCollection
Error: Member LegendItemAttributesCollection.
set(ILegendBoxItemCollection, int, LegendItemAttributes) - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributesCollection
Error: Member LegendItemAttributesCollection.
set(int, PointAttributes) - Method in class com.softwarefx.chartfx.desktop.PointAttributesCollection
Error: Member PointAttributesCollection.
set(int, int, PointAttributes) - Method in class com.softwarefx.chartfx.desktop.PointAttributesCollection
Error: Member PointAttributesCollection.
set(int, int) - Method in class com.softwarefx.chartfx.desktop.SubCommandCollection
Error: Member SubCommandCollection.
set(int, ToolBarItem) - Method in class com.softwarefx.chartfx.desktop.ToolBar
Error: Member ToolBar.
setActive(boolean) - Method in class com.softwarefx.chartfx.desktop.Condition
A boolean property indicating whether the specified ConditionalAttribute is enabled or disabled.
setAggressiveAllocation(boolean) - Method in class com.softwarefx.chartfx.desktop.DataValues
Sets a value indicating ChartFX should agreesively allocate space for future values.
setAlign(com.softwarefx.StringAlignment) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationText
Allows you to set the alignment for the selected annotation text object.
setAlignment(com.softwarefx.StringAlignment) - Method in class com.softwarefx.chartfx.desktop.CustomGridLine
Sets the Alignment for the Label in a CustomGridLine.
setAlignment(com.softwarefx.StringAlignment) - Method in class com.softwarefx.chartfx.desktop.PointLabelAttributes
Sets the vertical alignment for the point label.
setAlignment(com.softwarefx.StringAlignment) - Method in class com.softwarefx.chartfx.desktop.Title
Allows you to set the alignment of the specified title.
setAllowChanges(EnumSet<AllowChanges>) - Method in class com.softwarefx.chartfx.desktop.Chart
Enables or prevents the end user from altering data.
setAllowDrag(boolean) - Method in class com.softwarefx.chartfx.desktop.Chart
Enables or prevents the end user from dragging a marker with the mouse to change its value.
setAllowModify(boolean) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Used to allow or prevent the user from changing object attributes from the User Interface.
setAllowMove(boolean) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Used to allow or prevent the user from moving an annotation object in the chart area.
setAllSeries(GlobalAttributes) - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the global attributes which are shared across the Chart.getSeries() of the chart.
setAlternateColor(Color) - Method in class com.softwarefx.chartfx.desktop.CustomLegendItem
Sets the background color of a custom legend item marker when a pattern is configured using the Pattern property.
setAlternateColor(Color) - Method in class com.softwarefx.chartfx.desktop.GlobalAttributes
Sets the Alternate Color for a all the Series.
setAlternateColor(Color) - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Sets the alternate color for a selected item when using gradient FillMode.
setAnchor(EnumSet<com.softwarefx.AnchorStyles>) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Sets the Anchor style for the AnnotationObject.
setAngle(float) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground
Sets the gradient angle when using the 'Angled' gradient background.
setAngle(short) - Method in class com.softwarefx.chartfx.desktop.PointLabelAttributes
Sets the angle of the point label.
setAngleX(int) - Method in class com.softwarefx.chartfx.desktop.Attributes3D
Sets the 3D rotation angle around the X-axis.
setAngleY(int) - Method in class com.softwarefx.chartfx.desktop.Attributes3D
Sets a 3D rotation angle around the Y-axis.
setAntialiasing(boolean) - Method in class com.softwarefx.chartfx.desktop.Chart
Gives a smooth visual effect to the chart.
setArrowCap(com.softwarefx.AdjustableArrowCap) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationBalloon
Allows you to control the arrow head height, width and style when used with the annotation balloon object.
setArrowX(int) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationBalloon
Sets the X coordinate value for the balloon tip when set to be an arrow.
setArrowY(int) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationBalloon
Sets the Y coordinate value for the balloon tip when set to be an arrow.
setAsDefault() - Method in class com.softwarefx.chartfx.desktop.PersonalizeAttributes
Error: Member PersonalizeAttributes.AsDefault member not found
setAttributes(int) - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesEvent
This is the index to the conditional attribute in the conditional attribute collection.
setAttributes(PointAttributes) - Method in class com.softwarefx.chartfx.desktop.CustomLegendItem
Sets the PointAttributes object for the custom legend item.
setAutoArrange(boolean) - Method in class com.softwarefx.chartfx.desktop.PointLabelOrganizer
Sets a value specifying to use internal alogrithms to arrange point labels.
setAutoLoad(boolean) - Method in class com.softwarefx.chartfx.desktop.PersonalizeAttributes
Allows you to enable or disable the automatic loading of the chart personalization.
setAutoSave(boolean) - Method in class com.softwarefx.chartfx.desktop.PersonalizeAttributes
Sets a value indicating to enable or disable the automatic saving of the chart attributes.
setAutoScale(boolean) - Method in class com.softwarefx.chartfx.desktop.Axis
Instructs Chart FX for Java to always recalculate the specified Axis scale values (Min, Max) when new values are set to the chart.
setAutoScroll(boolean) - Method in class com.softwarefx.chartfx.desktop.Axis
Enables or disables scrolling in an Axis.
setAutoSize(boolean) - Method in class com.softwarefx.chartfx.desktop.DockableBar
Allows Chart FX for Java to calculate the best size according to the tool position.
setAxesStyle(AxesStyle) - Method in class com.softwarefx.chartfx.desktop.Chart
Used to change the style of the axes.
setAxisX(AxisX) - Method in class com.softwarefx.chartfx.desktop.Chart
Assigns properties specifically to the primary X axis.
setAxisX(AxisX) - Method in class com.softwarefx.chartfx.desktop.GlobalAttributes
Assigns properties specifically to the primary X axis.
setAxisX(AxisX) - Method in class com.softwarefx.chartfx.desktop.SeriesAttributes
Sets a value indicating the AxisX the series is connected to.
setAxisY(AxisY) - Method in class com.softwarefx.chartfx.desktop.Chart
Assigns properties specifically to the primary Y axis of the chart.
setAxisY(AxisY) - Method in class com.softwarefx.chartfx.desktop.GlobalAttributes
Assigns properties specifically to the Y axis.
setAxisY(AxisY) - Method in class com.softwarefx.chartfx.desktop.Pane
Provides access to the members of the main Y Axis for the selected Pane.
setAxisY(AxisY) - Method in class com.softwarefx.chartfx.desktop.SeriesAttributes
Sets a value indicating the AxisY the series is connected to.
setAxisY2(AxisY) - Method in class com.softwarefx.chartfx.desktop.Chart
Assigns properties specifically to the secondary Y axis of the chart.
setBackColor(Color) - Method in class com.softwarefx.chartfx.desktop.adornments.ImageBackground
Sets the background color when an ImageBackground object uses a picture with transparency.
setBackColor(Color) - Method in class com.softwarefx.chartfx.desktop.AxisSection
Sets the AxisSection background color.
setBackColor(Color) - Method in class com.softwarefx.chartfx.desktop.CellAttributes
Sets the background color for a particular Cell or entire Row in the DataGrid.
setBackColor(Color) - Method in class com.softwarefx.chartfx.desktop.Chart
Sets the background color of the chart.
setBackColor(Color) - Method in class com.softwarefx.chartfx.desktop.DockableBar
Sets a value for the background color of a dockable bar.
setBackColor(Color) - Method in class com.softwarefx.chartfx.desktop.Pane
Sets the inside color for the selected pane.
setBackColor(Color) - Method in class com.softwarefx.chartfx.desktop.PointLabelAttributes
Sets the backgrond color of the point label.
setBackColor(Color) - Method in class com.softwarefx.chartfx.desktop.Title
Sets the background color of the specified title.
setBackColorData(Color) - Method in class com.softwarefx.chartfx.desktop.DataGrid
Sets the background color of the cells on the data grid.
setBackColorDataAlternate(Color) - Method in class com.softwarefx.chartfx.desktop.DataGrid
Assigns the alternate color for displaying the DataGrid rows or columns.
setBackColorHeader(Color) - Method in class com.softwarefx.chartfx.desktop.DataGrid
Sets the background color of the header for the Data Editor.
setBackground(IBackgroundAdornment) - Method in class com.softwarefx.chartfx.desktop.Pane
Sets an ImageBackground or GradientBackground object for a pane.
setBarShape(BarShape) - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Sets the Shape for the Bars.
setBetweenSegments(boolean) - Method in class com.softwarefx.chartfx.desktop.BorderAttributes
Sets a property which makes the border to be shown between segments.
setBorder(Line) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationGroup
Allows you to apply border attributes to a selected annotation group.
setBorder(Line) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Allows you to apply border attributes to a selected annotation object.
setBorder(DockBorder) - Method in class com.softwarefx.chartfx.desktop.DockableBar
Allows the developer to specify the border style.
setBorder(BorderAttributes) - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Provides access to the border attributes object.
setBorderColor(Color) - Method in class com.softwarefx.chartfx.desktop.CellAttributes
Allows you to set the color of the border for a particular Cell or entire Row in the DataGrid.
setBorderColor(Color) - Method in class com.softwarefx.chartfx.desktop.PointLabelAttributes
Sets the border color of the point label.
setBorderWidth(int) - Method in class com.softwarefx.chartfx.desktop.CellAttributes
Allows you to set the width of the Cell border in pixels for a particular Cell or entire Row in the DataGrid.
setBorderWidth(short) - Method in class com.softwarefx.chartfx.desktop.PointLabelAttributes
Sets a value indicating the width of the border surrounding the point label.
setBottom(int) - Method in class com.softwarefx.chartfx.desktop.Margins
Sets the distance in pixels between the bottom border of the bounding rectangle and the bottom border of the plot area of the chart.
setBoxThickness(int) - Method in class com.softwarefx.chartfx.desktop.Attributes3D
Sets the thickness for the box surrounding the chart.
setCache(boolean) - Method in class com.softwarefx.chartfx.desktop.PointLabelOrganizer
Sets a value specifying to save PointLabels in memory.
setChart(Chart) - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Sets the Chart object for the Annotations object.
setChecked(boolean) - Method in class com.softwarefx.chartfx.desktop.Command
Sets a value used to check or uncheck a command in the commands list.
setCircular(boolean) - Method in class com.softwarefx.chartfx.desktop.galleries.Radar
Sets a value specifying to draw the Radar chart in a round or polygonal shape.
setClip(boolean) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationText
Sets a value indicating whether or not text will be clipped by the border of an AnnotationText.
setClockwise(boolean) - Method in class com.softwarefx.chartfx.desktop.galleries.Radar
Sets a value indicating to plot points in a clockwise or counter-clockwise direction.
setClosed(boolean) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationPolygon
Instructs Chart FX to draw a line from the beginning vertex to the ending vertex.
setClosed(boolean) - Method in class com.softwarefx.chartfx.desktop.galleries.Radar
Sets a value indicating whether or not to connect the first and last points in a radar chart.
setCluster(boolean) - Method in class com.softwarefx.chartfx.desktop.Attributes3D
Displays a z-clustered 3D chart.
setColor(Color) - Method in interface com.softwarefx.chartfx.desktop.adornments.IBorderAdornment
Sets the color of the border.
setColor(Color) - Method in class com.softwarefx.chartfx.desktop.adornments.ImageBorder
Sets the color of the border.
setColor(Color) - Method in class com.softwarefx.chartfx.desktop.adornments.SimpleBorder
Sets the color of the border.
setColor(Color) - Method in class com.softwarefx.chartfx.desktop.adornments.SolidBackground
Sets the color of the background.
setColor(Color) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationGroup
Sets the inside fill color for the objects included in an annotation group.
setColor(Color) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Sets the inside fill color for annotation object.
setColor(Color) - Method in class com.softwarefx.chartfx.desktop.BorderAttributes
Sets the color of the border of a point marker.
setColor(Color) - Method in class com.softwarefx.chartfx.desktop.CustomLegendItem
Sets the Color for the marker of the Custom Legend Item.
setColor(Color) - Method in class com.softwarefx.chartfx.desktop.GlobalAttributes
Sets the color for all series.
setColor(Color) - Method in class com.softwarefx.chartfx.desktop.Line
Sets or Gets the line color for a selected line.
setColor(Color) - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Allows you to set a color for the selected item.
setColor(Color) - Method in class com.softwarefx.chartfx.desktop.SeriesAttributes
Sets a Color for the selected series.
setColorFrom(Color) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground
Sets the beginning color of a gradient.
setColors(Color[]) - Method in class com.softwarefx.chartfx.desktop.galleries.Surface
Sets a collection of colors to be used for the colors of the surface plot.
setColorTo(Color) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground
Ending color of a gradient.
setCommandId(int) - Method in class com.softwarefx.chartfx.desktop.ToolBarItem
Sets the Command ID of the ToolBarItem.
setCompactedBy(double) - Method in class com.softwarefx.chartfx.desktop.DataValues
Sets a value indicating the interval of units to compress data.
setCompactFormula(CompactFormulaListener) - Method in interface com.softwarefx.chartfx.desktop.IDataArray
Sets the Data Compacting Formula.
setCompress(boolean) - Method in class com.softwarefx.chartfx.desktop.Printer
Forces Chart FX to print the chart in one page regardless of scrolling.
setConditionalAttributes(ConditionalAttributesCollection) - Method in class com.softwarefx.chartfx.desktop.Chart
Returns the collection of ConditionalAttributes objects.
setConic(boolean) - Method in class com.softwarefx.chartfx.desktop.galleries.Pyramid
Determines whether or not the pyramid will show with a Conic effect.
setContentLayout(ContentLayout) - Method in class com.softwarefx.chartfx.desktop.DataGrid
Allows you to align the data editor in the bottom of the chart area.
setContentLayout(ContentLayout) - Method in class com.softwarefx.chartfx.desktop.LegendBox
Error: Member LegendBox.ContentLayout member not found
setContextMenus(boolean) - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to enable or disable context sensitive menus when the user right clicks a particular chart element.
setCornerRadius(int) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationBalloon
Used to set the corner radius for a selected balloon annotation object.
setCrosshairs(boolean) - Method in class com.softwarefx.chartfx.desktop.Chart
Enables or Disables the cross-hairs marker in the chart.
setCulture(Locale) - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to localize charts for a specific language and region.
setCulture(Locale) - Method in class com.softwarefx.chartfx.desktop.dataproviders.CrosstabDataProvider
Allows you to localize the Crosstab provider for language and region specific data.
setCulture(Locale) - Method in class com.softwarefx.chartfx.desktop.dataproviders.TextProvider
Sets a value allowing you to localize the text provider for language and region specific data.
setCulture(Locale) - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlDataProvider
Allows you to localize data for a specific language and region.
setCulture(Locale) - Method in class com.softwarefx.chartfx.desktop.ValueFormat
Allows you to localize labels and data for a specific language and region.
setCustomFormat(String) - Method in class com.softwarefx.chartfx.desktop.ValueFormat
Sets a custom format to the selected label, mouseover tip or value.
setCustomGridLines(CustomGridLineCollection) - Method in class com.softwarefx.chartfx.desktop.Axis
Gets the collection of CustomGridLines that belong to the Chart.
setCustomSteps(double[]) - Method in class com.softwarefx.chartfx.desktop.Axis
Allows you to set a custom step for the selected axis.
setDataElement(DataElement) - Method in class com.softwarefx.chartfx.desktop.Condition
Sets the data value that the specified ConditionalAttribute will evaluate.
setDataGrid(DataGrid) - Method in class com.softwarefx.chartfx.desktop.Chart
Gets the Data Grid of the chart.
setDataSource(IDataSource) - Method in class com.softwarefx.chartfx.desktop.Chart
Sets the source containing the values used to populate the chart.
setDataSource(IDataSource) - Method in class com.softwarefx.chartfx.desktop.dataproviders.CrosstabDataProvider
Used to instruct the Crosstab provider to retrieve the information from an external data provider.
setDataSource(IDataSource) - Method in class com.softwarefx.chartfx.desktop.DataSourceSettings
Sets the source containing the values used to populate the chart.
setDateFormat(String) - Method in class com.softwarefx.chartfx.desktop.dataproviders.CrosstabDataProvider
Instructs Chart FX how to format the dates when a column specified as a Row Heading is a date.
setDateFormat(String) - Method in class com.softwarefx.chartfx.desktop.dataproviders.TextProvider
Sets a value allowing you to customize the default date format of the TextProvider.
setDateFormat(String) - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlDataProvider
Allows you to customize the default date format for the Chart FX XmlDataProvider.
setDecimals(int) - Method in class com.softwarefx.chartfx.desktop.ValueFormat
Sets the number of decimals for the selected label, mouseover tip or value.
setDefaultBorderColor(Color) - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Used to set the border color for annotation objects created using the annotation toolbar.
setDefaultFillColor(Color) - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Used to set the fill color for annotation objects created using the annotation toolbar.
setDepth(int) - Method in class com.softwarefx.chartfx.desktop.Attributes3D
Sets the thickness along the Z-axis for the series.
setDescription(String) - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlColumn
Get or set the description of the column.
setDirty(boolean) - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Error: Member Annotations.Dirty member not found
setDirty(boolean) - Method in class com.softwarefx.chartfx.desktop.Chart
Returns a boolean specifying if the chart has been modified by the user.
setDisplayName(String) - Method in class com.softwarefx.chartfx.desktop.FieldMap
Sets the name of the field which will be displayed by the Chart.
setDock(DockArea) - Method in class com.softwarefx.chartfx.desktop.DockableBar
Sets the position of the data grid.
setDock(DockArea) - Method in class com.softwarefx.chartfx.desktop.TitleDockable
Sets or Gets the Dock property, which sets the position where the title will be docked.
setDocument(com.softwarefx.sfxnet.System.Drawing.Printing.PrintDocument) - Method in class com.softwarefx.chartfx.desktop.Printer
Error: Member Printer.Document member not found
setDoughnutThickness(int) - Method in class com.softwarefx.chartfx.desktop.galleries.Pie
Controls the thickness of the doughnut as a percentage of the outside radius.
setDrawBackground(boolean) - Method in class com.softwarefx.chartfx.desktop.Printer
Used to instruct Chart FX to include the Background when printing a chart.
setEffect(BorderEffect) - Method in class com.softwarefx.chartfx.desktop.BorderAttributes
Sets the BorderEffect for the border of a point marker.
setEffectArea(int) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground
Sets a value indicating the percentage of chart area affected by a GradientBackground.
setEnabled(boolean) - Method in class com.softwarefx.chartfx.desktop.Attributes3D
Sets a value indicating whether 3D effects should be applied.
setEnabled(boolean) - Method in class com.softwarefx.chartfx.desktop.Command
Sets a value to enable or disable a command from the commands list.
setEnabled(boolean) - Method in class com.softwarefx.chartfx.desktop.PersonalizeAttributes
Allow you to enable the Personalize Attributes.
setEnabled(boolean) - Method in class com.softwarefx.chartfx.desktop.PointLabelOrganizer
Sets a value specifying if the PointLabelOrganizer feature is enabled.
setEnableRestore(boolean) - Method in class com.softwarefx.chartfx.desktop.PersonalizeAttributes
Allow you to enable the restoration of the chart.
setEnableUI(boolean) - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Used to allow/prevent the user from interacting with objects you add programmatically.
setEndCap(com.softwarefx.AdjustableArrowCap) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationArrow
Allows you to control the ending arrow head height, width and style of a selected annotation arrow object.
setEndCap(com.softwarefx.LineCap) - Method in class com.softwarefx.chartfx.desktop.Line
Sets a marker shape at the end of a selected line.
setEndCap(com.softwarefx.LineCap) - Method in class com.softwarefx.chartfx.desktop.LineAttributes
Sets a marker shape at the end of a PointAttribute's Line.
setExplodingMode(ExplodingMode) - Method in class com.softwarefx.chartfx.desktop.galleries.Pie
Allows you to set how the slices of a pie chart are displayed.
setExportImageSize(Dimension) - Method in class com.softwarefx.chartfx.desktop.Chart
Sets the image dimensions for exported chart images.
setExtraStyle(EnumSet<ChartStyles>) - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to set additional visual attributes in the chart.
setExtraStyle(EnumSet<CustomGridLineStyles>) - Method in class com.softwarefx.chartfx.desktop.CustomGridLine
Allows you to set additional visual attributes in a custom grid line.
setFaces(int) - Method in class com.softwarefx.chartfx.desktop.galleries.Pyramid
Determines how many Faces the pyramid has.
setFileContents(EnumSet<FileContents>) - Method in class com.softwarefx.chartfx.desktop.Chart
Sets the attributes to save in chart files (Export method).
setFillArea(boolean) - Method in class com.softwarefx.chartfx.desktop.galleries.Radar
Fills the inside area of a Radar chart.
setFillMode(FillMode) - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Sets a value indicating how Chart FX should fill the area representing the point.
setFirstLabel(int) - Method in class com.softwarefx.chartfx.desktop.Axis
Sets a value used to customize the first label displayed on a selected axis.
setFont(Font) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationText
Allows you to change the font attributes for an annotation object.
setFont(Font) - Method in class com.softwarefx.chartfx.desktop.Axis
Allows you to change the label Font attributes of the selected axis.
setFont(Font) - Method in class com.softwarefx.chartfx.desktop.CommandCollection
Sets the font type which will be used by the commands.
setFont(Font) - Method in class com.softwarefx.chartfx.desktop.CustomGridLine
Sets the Font utilized for the Label within the CustomGridLine.
setFont(Font) - Method in class com.softwarefx.chartfx.desktop.DataGrid
Allows you to set the font used throughout the data grid.
setFont(Font) - Method in class com.softwarefx.chartfx.desktop.LegendBox
Sets the font type which will be used in the Legend Box.
setFont(Font) - Method in class com.softwarefx.chartfx.desktop.PointLabelAttributes
Sets a Font object to use as rendering font for the point label.
setFont(Font) - Method in class com.softwarefx.chartfx.desktop.Title
Assigns a font to the specified title.
setFontStyle(EnumSet<com.softwarefx.FontStyle>) - Method in class com.softwarefx.chartfx.desktop.AxisSection
Sets additional font attributes to the axis section.
setFontStyle(EnumSet<com.softwarefx.FontStyle>) - Method in class com.softwarefx.chartfx.desktop.CellAttributes
Allows you to set the style of the font for a particular Cell or entire Row in the DataGrid.
setFontStyle(EnumSet<com.softwarefx.FontStyle>) - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributes
Sets the font style for the legend box item.
setForceColors(boolean) - Method in class com.softwarefx.chartfx.desktop.Printer
Allows you to force color printing (matching) even when the printer is B&W.
setForceZero(boolean) - Method in class com.softwarefx.chartfx.desktop.Axis
Used to set the minimum value of a numerical axis to zero even if the data minimum value does not start at zero.
setForeColor(Color) - Method in class com.softwarefx.chartfx.desktop.Chart
Sets the default font color of the chart.
setFormat(String) - Method in class com.softwarefx.chartfx.desktop.PointLabelAttributes
Sets a string pattern mask used to format the label.
setFormat(AxisFormat) - Method in class com.softwarefx.chartfx.desktop.ValueFormat
Used to format the selected label, mouseover tip or value to numbers, date, time, scientific or currency.
setFrom(double) - Method in class com.softwarefx.chartfx.desktop.AxisSection
Sets a value indicating the beginning value of the range for a selected AxisSection object.
setFrom(double) - Method in class com.softwarefx.chartfx.desktop.Condition
Represents a value indicating the beginning value of the conditional range for a ConditionalAttributes object.
setFromOpen(boolean) - Method in class com.softwarefx.chartfx.desktop.Condition
A boolean indicating whether or not to include the configured Condition.setFrom(double) value in the range.
setGallery(Gallery) - Method in class com.softwarefx.chartfx.desktop.Chart
Sets the gallery type for the whole chart.
setGallery(Gallery) - Method in class com.softwarefx.chartfx.desktop.GlobalAttributes
Gets and sets the chart type for all Series.
setGallery(Gallery) - Method in class com.softwarefx.chartfx.desktop.SeriesAttributes
Sets a gallery type for a particular series.
setGalleryAttributes(IGallery) - Method in class com.softwarefx.chartfx.desktop.Chart
Used to create a gallery object to assign additional attributes to the selected Chart.setGallery(com.softwarefx.chartfx.desktop.Gallery) of the chart.
setGrids(Grids) - Method in class com.softwarefx.chartfx.desktop.AxisSectionBase
Allows customization of grid lines by providing access to the supported members of the Grids Class .
setHandled(boolean) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationCommandEvent
Allows you to specify if you would like Chart FX to perform its default processing or not.
setHandled(boolean) - Method in class com.softwarefx.chartfx.desktop.CustomPaintEvent
Allows you to specify if you would like Chart FX to perform its default processing or not.
setHandled(boolean) - Method in class com.softwarefx.chartfx.desktop.PaintMarkerEvent
Allows you to specify if you would like Chart FX to perform its default processing or not.
setHandled(boolean) - Method in class com.softwarefx.chartfx.desktop.PointLabelEvent
Allows you to specify if you would like Chart FX to perform its default processing or not.
setHeight(int) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Sets the height in pixels for the selected annotation object.
setHeight(int) - Method in class com.softwarefx.chartfx.desktop.Chart
Specifies the suggested height of the chart when generating images.
setHeight(int) - Method in class com.softwarefx.chartfx.desktop.DockableBar
Sets the height of the dockable bar in pixels.
setHideXValues(boolean) - Method in class com.softwarefx.chartfx.desktop.DataGrid
Used to hide the XValues in the data editor of an XY plot chart.
setHighlight(com.softwarefx.chartfx.desktop.HighlightAttributes) - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to customized how all the series of the chart are highlighted.
setHighLowClose4Series(boolean) - Method in class com.softwarefx.chartfx.desktop.galleries.HighLow
Provides means to convert a OpenHighLowClose chart to a HighLowClose chart (and the other way around) without having to re-order the series.
setHorizontal(boolean) - Method in class com.softwarefx.chartfx.desktop.GlobalAttributes
Sets a value specifying to transpose X and Y axes in a chart.
setHorizontalGridColor(Color) - Method in class com.softwarefx.chartfx.desktop.DataGrid
Allows you to set the Horizontal color for the gridlines displayed in the data grid.
setImage(Image) - Method in class com.softwarefx.chartfx.desktop.adornments.ImageBackground
Sets a image for the ImageBackground object.
setImageIndex(int) - Method in class com.softwarefx.chartfx.desktop.Command
Sets the picture (icon) associated with a command.
setIndentation(int) - Method in class com.softwarefx.chartfx.desktop.Title
Specifies the space in pixels to the front and back of the selected title when read from top to bottom.
setInitializeHidden(boolean) - Method in class com.softwarefx.chartfx.desktop.DataValues
Sets a value indicating to intialize all non-initialized values to hidden value.
setInterlaced(Interlaced) - Method in class com.softwarefx.chartfx.desktop.DataGrid
Alternates the background color of on the data grid to improve readability.
setInterlaced(boolean) - Method in class com.softwarefx.chartfx.desktop.Grids
Creates a grid of alternating colors for a selected axis to improve chart readability.
setInterlacedColor(Color) - Method in class com.softwarefx.chartfx.desktop.Grids
Sets the AlternateColor for a selected Grids object.
setInternalOpposite(boolean) - Method in class com.softwarefx.chartfx.desktop.adornments.SimpleBorder
Sets the internal tool borders opposite of the configured default border when present.
setInterpolateHidden(boolean) - Method in class com.softwarefx.chartfx.desktop.DataValues
Sets a value specifying to draw a connecting line over a missing data point.
setInverse(boolean) - Method in class com.softwarefx.chartfx.desktop.Condition
Represents a value indicating whether to reverse the configured Condition.setTo(double) and Condition.setFrom(double) attributes for a selected ConditionalAttributes object.
setInverted(boolean) - Method in class com.softwarefx.chartfx.desktop.Axis
Sets a selected numerical axis max value lesser than the min value.
setInverted(boolean) - Method in class com.softwarefx.chartfx.desktop.galleries.Pyramid
Determines if the pyramid is displayed upside-down or right-side up.
setInverted(boolean) - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributes
Sets a value allowing you to invert the order of the LegendBox Items.
setLabelAngle(short) - Method in class com.softwarefx.chartfx.desktop.Axis
Sets the text rotation for the labels in the selected axis.
setLabelLineBreak(int) - Method in class com.softwarefx.chartfx.desktop.galleries.Pie
Controls the line that connects the labels with its pie/doughnut slice.
setLabelSeparator(String) - Method in class com.softwarefx.chartfx.desktop.DataSourceSettings
Sets a value defining the label separator character used when concatenating labels.
setLabelsFormat(ValueFormat) - Method in class com.softwarefx.chartfx.desktop.Axis
Used to format the labels displayed on the selected axis.
setLabelsInside(boolean) - Method in class com.softwarefx.chartfx.desktop.galleries.Pie
Instructs Chart FX for Java to try to paint the point labels directly on the corresponding slice of a Pie chart.
setLabelTrimming(com.softwarefx.StringTrimming) - Method in class com.softwarefx.chartfx.desktop.Axis
Sets a StringTrimming value.
setLabelValue(double) - Method in class com.softwarefx.chartfx.desktop.Axis
Allows you to set and associate text labels to major tick marks in a numerical axis.
setLeft(int) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Allows you to specify or read the left position of a selected annotation object.
setLeft(int) - Method in class com.softwarefx.chartfx.desktop.Margins
Sets the distance in pixels between the left border of the bounding rectangle and the left border of the plot area of the chart.
setLegendBox(LegendBox) - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to acces the legend box of the chart.
setLine(Line) - Method in class com.softwarefx.chartfx.desktop.Axis
Allows you to apply supported Line Class members to a selected axis line.
setLine(LineAttributes) - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Gets the LineAttributes object for the particular point.
setLineAlignment(com.softwarefx.StringAlignment) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationText
Sets the vertical alignment for the lines of an annotation text object.
setLineAlignment(com.softwarefx.StringAlignment) - Method in class com.softwarefx.chartfx.desktop.CustomGridLine
Sets the alignment for the Text line relative to the CustomeGridLine.
setLineAlignment(com.softwarefx.StringAlignment) - Method in class com.softwarefx.chartfx.desktop.PointLabelAttributes
Sets the horizontal alignment for the point label.
setLineAlignment(com.softwarefx.StringAlignment) - Method in class com.softwarefx.chartfx.desktop.Title
Sets the vertical alignment for the lines of the chart title.
setLineSpacing(double) - Method in class com.softwarefx.chartfx.desktop.Axis
Sets a value indicating the LineSpacing for an axis.
setList(List<Object>) - Method in class com.softwarefx.chartfx.desktop.dataproviders.ListProvider
Sets an IList object providing access to CollectionBase members used to modify the ListProvider list.
setLogBase(double) - Method in class com.softwarefx.chartfx.desktop.Axis
Used to set a logarithmic scale for a numerical axis and recalculate the values as powers equal to the setting of this property.
setMajor(GridLine) - Method in class com.softwarefx.chartfx.desktop.Grids
Provides access to the GridLine Class to customize the Mayor Grid.
setMargins(Insets) - Method in class com.softwarefx.chartfx.desktop.Printer
Sets the margins, in hundredths of an inch.
setMarginX(int) - Method in class com.softwarefx.chartfx.desktop.LegendBox
Error: Member LegendBox.MarginX member not found
setMarginY(int) - Method in class com.softwarefx.chartfx.desktop.LegendBox
Error: Member LegendBox.MarginY member not found
setMarkerFont(Font) - Method in class com.softwarefx.chartfx.desktop.SeriesAttributes
Sets a wingding font for use as marker shapes.
setMarkerShape(MarkerShape) - Method in class com.softwarefx.chartfx.desktop.CustomLegendItem
Represents the shape of the marker.
setMarkerShape(MarkerShape) - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Sets the the type used to paint markers for the selected item.
setMarkerSize(short) - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Sets a value controlling the size of the markers for the selected item.
setMarkerStep(short) - Method in class com.softwarefx.chartfx.desktop.SeriesAttributes
Controls how frequently point markers are shown in the selected series.
setMax(double) - Method in class com.softwarefx.chartfx.desktop.Axis
Sets the Max value assigned to the specified axis.
setMaximumBubbleSize(int) - Method in class com.softwarefx.chartfx.desktop.galleries.Bubble
Sets the maximum size a bubble can be in the Bubble chart.
setMaximumCollisions(double) - Method in class com.softwarefx.chartfx.desktop.PointLabelOrganizer
Sets a acceptable percentage rate of collisions (clipped or overlapping labels).
setMaximumLabelMargin(int) - Method in class com.softwarefx.chartfx.desktop.galleries.Pie
Sets the maximum margin (in pixels) allowed between the labels and the borders of the pie chart.
setMaximumTime(int) - Method in class com.softwarefx.chartfx.desktop.PointLabelOrganizer
Sets a value specifying the maximum time limit used to arrange point labels.
setMaxSizePercentage(int) - Method in class com.softwarefx.chartfx.desktop.Axis
Allows you to specify the maximum percentage of the chart area the AxisX labels may occupy.
setMaxSizePercentage(short) - Method in class com.softwarefx.chartfx.desktop.DataGrid
Allows you to specify the maximum percentage of the chart area the data grid may occupy.
setMessageText(String, String) - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to customize default Chart FX strings which are displayed in the chart.
setMin(double) - Method in class com.softwarefx.chartfx.desktop.Axis
Sets the Min value assigned to the specified axis.
setMinor(GridLine) - Method in class com.softwarefx.chartfx.desktop.Grids
Provides access to the GridLine Class to customize the Minor Grid.
setMinorStep(double) - Method in class com.softwarefx.chartfx.desktop.Axis
Specifies the increment you want between minor tick marks and minor gridlines (if they are displayed) on the selected axis.
setMode(ImageMode) - Method in class com.softwarefx.chartfx.desktop.adornments.ImageBackground
Sets the rendering style for the image used as the ImageBackground.
setMode(AnnImageMode) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationPicture
Sets the rendering style for the image used as the annotation picture.
setMultipleColors(boolean) - Method in class com.softwarefx.chartfx.desktop.GlobalAttributes
Gets and sets the Multiple colors to allow for independently colored data points.
setName(String) - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlColumn
Sets the name of the Xml data column.
setName(String) - Method in class com.softwarefx.chartfx.desktop.FieldMap
Sets the name of the ResultSet's field related to the FieldMap.
setName(String) - Method in class com.softwarefx.chartfx.desktop.PersonalizeAttributes
Allows you to set the personalization name of the chart.
setNative(boolean) - Method in class com.softwarefx.chartfx.desktop.galleries.Curve
When sets to false, Chart FX for Java internal algorithm will be used to draw curves.
setNewObjectType(Class<?>) - Method in class com.softwarefx.chartfx.desktop.annotation.Annotations
Allows you to select the type of the object to be created by the next mouse or keyboard input.
setNotify(boolean) - Method in class com.softwarefx.chartfx.desktop.Axis
Used to enable or disable the GetAxisLabel event so you can customize labels on the specified axis.
setNullColumnHeading(String) - Method in class com.softwarefx.chartfx.desktop.dataproviders.CrosstabDataProvider
Instructs Chart FX to use the configured string value when a null column heading is encountered.
setObjectBounds(Rectangle) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Allows you to specify the bounds for a selected annotation object.
setOffset(Point) - Method in class com.softwarefx.chartfx.desktop.PointLabelAttributes
Allows you to customize the point label position by configuring its coordinates.
setOrderIndex(int) - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributes
Sets the index for ordering the legend box items.
setOrientation(int) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationText
Used to set the text orientation for a annotation text object.
setOrientation(PageOrientation) - Method in class com.softwarefx.chartfx.desktop.Printer
Allows you to select a paper orientation when printing charts.
setOriginalPosition(int) - Method in class com.softwarefx.chartfx.desktop.SeriesAttributes
Returns the original position of the item in the SeriesAttributes Collection.
setOutsideText(boolean) - Method in class com.softwarefx.chartfx.desktop.CustomGridLine
Setsthe OutsideText which controls the positioning of the CustomGridLine label outside the chart area.
setOverlap(boolean) - Method in class com.softwarefx.chartfx.desktop.galleries.Bar
Instruct the chart to draw bars on the same point overlaping each other.
setPageColor(Color) - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to specify a form background color needed to fill areas around image border shadowing.
setPaintBefore(boolean) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Configures the selected annotation object to paint before the rest of the chart elements.
setPalette(String) - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to set a pre-defined palette.
setPane(Pane) - Method in class com.softwarefx.chartfx.desktop.GlobalAttributes
Sets the Pane which will be used by the series by default.
setPane(Pane) - Method in class com.softwarefx.chartfx.desktop.SeriesAttributes
Sets the Pane which the series belongs to.
setPanes(PaneCollection) - Method in class com.softwarefx.chartfx.desktop.Chart
Returns the collection of the defined Paneof the chart.
setPattern(com.softwarefx.HatchStyle) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationGroup
Used to set a pattern style for a group of annotation objects.
setPattern(com.softwarefx.HatchStyle) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Allows you to set a pattern for the selected annotation object.
setPattern(com.softwarefx.HatchStyle) - Method in class com.softwarefx.chartfx.desktop.CustomLegendItem
Sets a HatchStyle pattern for the marker of a CustomLegendItem.
setPattern(com.softwarefx.HatchStyle) - Method in class com.softwarefx.chartfx.desktop.GlobalAttributes
Sets the Pattern for all the series in a chart.
setPattern(com.softwarefx.HatchStyle) - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Sets a value specifying the pattern for the selected item.
setPersonalize(PersonalizeAttributes) - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to set the preferences for saving and loading personalized charts.
setPerspective(int) - Method in class com.softwarefx.chartfx.desktop.Attributes3D
Allows you to set a 3D perspective to control the view of the chart depth.
setPicture(Image) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationPicture
Allows you to set the image for an annotation picture object.
setPicture(Image) - Method in class com.softwarefx.chartfx.desktop.CustomLegendItem
Sets an image to be used as a marker for a CustomLegendItem.
setPicture(Image) - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Sets a value specifying the picture associated to the selected item.
setPixelsPerUnit(double) - Method in class com.softwarefx.chartfx.desktop.Axis
Gives you the ability to control how many pixels per unit are in the selected axis.
setPlotAreaBackground(IBackgroundAdornment) - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to assign a gradient to the inside area of a chart.
setPlotAreaColor(Color) - Method in class com.softwarefx.chartfx.desktop.Chart
Gets and Sets the color of the PlotAreaBackground.
setPlotAreaMargin(Margins) - Method in class com.softwarefx.chartfx.desktop.Chart
Gets and Sets the top, bottom, left and right gaps of the chart.
setPlotAreaOnly(boolean) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Sets a value specifying if annotation objects will be drawn outside the plot area.
setPlotAreaOnly(boolean) - Method in class com.softwarefx.chartfx.desktop.LegendBox
Error: Member LegendBox.PlotAreaOnly member not found
setPlotAreaOnly(boolean) - Method in class com.softwarefx.chartfx.desktop.TitleDockable
Sets a value indicating whether the title may use the entire length of the chart, or only above the plot area.
setPoint(int) - Method in class com.softwarefx.chartfx.desktop.AxisSection
Sets a value indicating the point an AxisSection is associated with.
setPoint(int) - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesEvent
The index of the point that the conditional attribute is applied to.
setPointLabels(PointLabelAttributes) - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Provides access to PointLabelAttributes allowing for the manipulation of attributes pertaining to the point label.
setPoints(int) - Method in class com.softwarefx.chartfx.desktop.DataValues
Sets a value indicating the number of series allocated for the chart.
setPosition(AxisPosition) - Method in class com.softwarefx.chartfx.desktop.Axis
Specifies the placement of the axis labels and tick marks relative to the chart.
setPostBack(boolean) - Method in class com.softwarefx.chartfx.desktop.Link
Sets a value indicating whether or not a postback will occur when the link is clicked.
setProportion(double) - Method in class com.softwarefx.chartfx.desktop.Pane
Sets a value indicating the proportional size of the selected pane.
setReadOnly(boolean) - Method in class com.softwarefx.chartfx.desktop.DataGrid
Permits values to be changed through the data grid.
setReload(boolean) - Method in class com.softwarefx.chartfx.desktop.Link
Sets a value specifying if the chart is to be reloaded.
setRichText(boolean) - Method in class com.softwarefx.chartfx.desktop.PointLabelAttributes
Sets or Gets a value indicating the Text will be treated as RichText
setRichText(boolean) - Method in class com.softwarefx.chartfx.desktop.Title
Sets the RichText property for the selected Title.
setRight(int) - Method in class com.softwarefx.chartfx.desktop.Margins
Sets the distance in pixels between the right border of the bounding rectangle and the right border of the plot area of the chart.
setRotated(boolean) - Method in class com.softwarefx.chartfx.desktop.Attributes3D
Sets a value indicating the chart is Rotated.
setRowHeadingSettings(RowHeadingSettings) - Method in class com.softwarefx.chartfx.desktop.dataproviders.CrosstabDataProvider
Sets a value indicating how to use RowHeading column as.
setRowsAsElements(boolean) - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlDataProvider
Sets the bool value that determines row data format.
setScaleUnit(double) - Method in class com.softwarefx.chartfx.desktop.Axis
Returns or sets the scale unit of a selected axis.
setScrollPosition(int) - Method in class com.softwarefx.chartfx.desktop.Axis
Allows you to set the starting scroll position when a chart is scrollable.
setScrollPosition(int) - Method in class com.softwarefx.chartfx.desktop.DataGrid
Scrolls the data horizontally to the specific column in the Grid.
setScrollView(double, double) - Method in class com.softwarefx.chartfx.desktop.Axis
Creates a scroll bar to view a portion of the selected axis.
setSections(AxisSectionCollection) - Method in class com.softwarefx.chartfx.desktop.Axis
Returns a selected AxisSection object.
setSelectedIndex(int) - Method in class com.softwarefx.chartfx.desktop.SubCommandCollection
Sets the SelectedIndex.
setSeparateSlice(short) - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Sets a value allowing you to separate a slice of a Pie or Doughnut chart for a selected item.
setSeparation(int) - Method in class com.softwarefx.chartfx.desktop.Axis
Allows you to specify a gap in pixels between multiple axis.
setSeparation(int) - Method in class com.softwarefx.chartfx.desktop.galleries.Pyramid
Determines how many pixels each segment of the pyramid is separated by.
setSeparation(int) - Method in class com.softwarefx.chartfx.desktop.Pane
Sets a value indicating the space between panes.
setSeparation(int) - Method in class com.softwarefx.chartfx.desktop.Title
Specifies the space in pixels above and below the selected title text when read from right to left.
setSeparator(String) - Method in class com.softwarefx.chartfx.desktop.dataproviders.CrosstabDataProvider
Sets the separator between two or more fields that form the x-axis label, when more than one Row Heading is present.
setSeparators(String) - Method in class com.softwarefx.chartfx.desktop.dataproviders.TextProvider
Sets a value specifying the delimiter character for the TextProvider.
setSeries(int) - Method in class com.softwarefx.chartfx.desktop.AxisSection
Sets a value indicating the series an AxisSection is associated with.
setSeries(SeriesAttributesCollection) - Method in class com.softwarefx.chartfx.desktop.Chart
Assigns properties directly to the selected series in the chart.
setSeries(int) - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesEvent
The index of the series that the conditional attribute is applied to.
setSeries(int) - Method in class com.softwarefx.chartfx.desktop.DataValues
Sets a value indicating the number of series allocated for the chart.
setSeriesConditional(int) - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributes
Error: Member ConditionalAttributes.SeriesConditional member not found
setShadow(int) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationBalloon
Allows you to set a shadow for balloon annotation object.
setShadow(Shadow) - Method in class com.softwarefx.chartfx.desktop.Attributes3D
Sets a value indicating the type of shading to display when rotating the chart.
setShadow2D(boolean) - Method in class com.softwarefx.chartfx.desktop.galleries.Pyramid
Determines if the pyramid as a shadow that gives a 2D chart a 3D look.
setShadows(boolean) - Method in class com.softwarefx.chartfx.desktop.galleries.Pie
Adds a shadow effect to a 2D pie chart.
setShadows(boolean) - Method in class com.softwarefx.chartfx.desktop.galleries.Radar
Sets a value indicating whether or not shadowing is applied for a 2D radar chart.
setShared(boolean) - Method in interface com.softwarefx.chartfx.desktop.IDataArray
If true, means the value is shared for all series.
setShowContourLines(boolean) - Method in class com.softwarefx.chartfx.desktop.galleries.Surface
Shows or hides the contour lines for Contour charts.
setShowGridLines(boolean) - Method in class com.softwarefx.chartfx.desktop.galleries.Surface
Shows or hides the Grid lines of surface charts in the chart area.
setShowHeader(boolean) - Method in class com.softwarefx.chartfx.desktop.DataGrid
Sets a value indicating the header of the columns should be visible or not.
setShowHiddenSeries(boolean) - Method in class com.softwarefx.chartfx.desktop.DataGrid
Sets a value indicating hidden series should be visible in data editor.
setShowImages(boolean) - Method in class com.softwarefx.chartfx.desktop.ToolBar
Sets a value indicating whether to show or hide images for ToolBarItems.
setShowInLegend(boolean) - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesCollection
Sets a value indicating whether or not to show ConditionaAttributes in the legend.
setShowLine(boolean) - Method in class com.softwarefx.chartfx.desktop.CustomGridLine
Setsthe ShowLine, which shows or hides the CustomGridLine line.
setShowLine(boolean) - Method in class com.softwarefx.chartfx.desktop.CustomLegendItem
Sets a value used to display a line marker for a CustomLegendItem.
setShowLines(boolean) - Method in class com.softwarefx.chartfx.desktop.galleries.Pie
Shows or hides lines which connect the point labels to a Pie chart.
setShowLines(boolean) - Method in class com.softwarefx.chartfx.desktop.galleries.Radar
Shows or Hides the lines connecting each point in the radar Chart.
setShowMarkers(boolean) - Method in class com.softwarefx.chartfx.desktop.DataGrid
Sets a value indicating whether series markers should be visible in the series headers.
setShowText(boolean) - Method in class com.softwarefx.chartfx.desktop.CustomGridLine
Setsthe Showtext, which shows or hides the CustomGridLine text.
setSliceSeparation(int) - Method in class com.softwarefx.chartfx.desktop.galleries.Pie
Sets the pie slice separation (in pixels) when using the ExplodingMode property.
setSquare(boolean) - Method in class com.softwarefx.chartfx.desktop.galleries.Pie
Forces Pie charts to be contained in a perfect square (no matter the window proportion).
setStacked(boolean) - Method in class com.softwarefx.chartfx.desktop.galleries.Pie
Sets a Boolean value specifying whether or not to stack a pie/doughnut chart.
setStacked(Stacked) - Method in class com.softwarefx.chartfx.desktop.GlobalAttributes
Sets the Stacked style in the chart.
setStacked(boolean) - Method in class com.softwarefx.chartfx.desktop.SeriesAttributes
Sets a value allowing you to stack the selected series with the previous series to achieve multi-stacked charts.
setStaggered(boolean) - Method in class com.softwarefx.chartfx.desktop.Axis
Alternates the level of the axis labels for the selected axis.
setStartAngle(int) - Method in class com.softwarefx.chartfx.desktop.galleries.Pie
Sets a value specifying the starting angle of the first slice in a pie chart.
setStartCap(com.softwarefx.AdjustableArrowCap) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationArrow
Allows you to control the starting arrow head height, width and style of a selected annotation arrow object.
setStartCap(com.softwarefx.LineCap) - Method in class com.softwarefx.chartfx.desktop.Line
Sets a marker shape at the beginning of a selected line.
setStartCap(com.softwarefx.LineCap) - Method in class com.softwarefx.chartfx.desktop.LineAttributes
Sets a marker shape at the start of a PointAttribute's Line.
setStep(double) - Method in class com.softwarefx.chartfx.desktop.Axis
Specifies the interval of major tick marks and gridlines on the selected axis.
setStep(double) - Method in class com.softwarefx.chartfx.desktop.galleries.Surface
Setsthe Step for a Surface chart.
setStyle(EnumSet<AxisStyles>) - Method in class com.softwarefx.chartfx.desktop.Axis
Allows you to add additional styles to the selected axis.
setStyle(com.softwarefx.DashStyle) - Method in class com.softwarefx.chartfx.desktop.BorderAttributes
Represents the style of the line for the border of a point marker.
setStyle(EnumSet<CommandStyles>) - Method in class com.softwarefx.chartfx.desktop.Command
Allows you to set the style for a command item.
setStyle(EnumSet<DataSourceStyles>) - Method in class com.softwarefx.chartfx.desktop.DataSourceSettings
Controls how Chart FX plots the fields in the resultset.
setStyle(EnumSet<LegendBoxStyles>) - Method in class com.softwarefx.chartfx.desktop.LegendBox
Error: Member LegendBox.Style member not found
setStyle(com.softwarefx.DashStyle) - Method in class com.softwarefx.chartfx.desktop.Line
Sets the line style for a selected line.
setStyle(com.softwarefx.DashStyle) - Method in class com.softwarefx.chartfx.desktop.LineAttributes
Sets the style for a PointAttribute's Line.
setTag(Object) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Allows you to get or set a unique identifier to the objects you have created in the chart area.
setTag(Object) - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Sets and object for the specific item.
setTailCorner(BalloonTailCorner) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationBalloon
Sets the corner of the balloon the tip or arrow.
setTailFactor(int) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationBalloon
Used to get or set the annotation balloon tip size.
setTarget(String) - Method in class com.softwarefx.chartfx.desktop.Link
Sets the target frame or HTML Frame to be used when jumping to a URL.
setTemplateContents(EnumSet<FileContents>) - Method in class com.softwarefx.chartfx.desktop.Chart
Sets the attributes to save in personalization features and template files (Export method).
setTension(float) - Method in class com.softwarefx.chartfx.desktop.galleries.Curve
Sets the Tension variable for the Cubic Spline curve algorithm.
setText(String) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationText
Used to set the text for an annotation text object.
setText(String) - Method in class com.softwarefx.chartfx.desktop.AxisLabelEvent
Represents the string value of the axis label which was referenced by the event.
setText(String) - Method in class com.softwarefx.chartfx.desktop.AxisSection
Sets the text string for a selected BaseAxisSection object.
setText(String) - Method in class com.softwarefx.chartfx.desktop.Command
Sets the text associated with the command.
setText(String) - Method in class com.softwarefx.chartfx.desktop.CustomGridLine
Sets the Text for a label in a CustomGridLine.
setText(String) - Method in class com.softwarefx.chartfx.desktop.CustomLegendItem
Sets the text string of the custom legend item.
setText(String) - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Sets a value for labeling the point or series attribute.
setText(String) - Method in class com.softwarefx.chartfx.desktop.PointLabelEvent
Sets the label of the point.
setText(String) - Method in class com.softwarefx.chartfx.desktop.Title
Sets the text for the selected title.
setTextColor(Color) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationText
Sets the color of the text for an annotation object.
setTextColor(Color) - Method in class com.softwarefx.chartfx.desktop.AxisSectionBase
Sets the color for text of a selected BaseAxisSection object.
setTextColor(Color) - Method in class com.softwarefx.chartfx.desktop.CellAttributes
Allows you to set the text color for a particular Cell or entire Row in the DataGrid.
setTextColor(Color) - Method in class com.softwarefx.chartfx.desktop.CustomGridLine
Sets the Text Colot for a label in a CustomGridLine.
setTextColor(Color) - Method in class com.softwarefx.chartfx.desktop.LegendBox
Sets the text color for the legend box.
setTextColor(Color) - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributes
Sets a value allowing you to set the text color for the legend item.
setTextColor(Color) - Method in class com.softwarefx.chartfx.desktop.PointLabelAttributes
Sets a value for the point label color.
setTextColor(Color) - Method in class com.softwarefx.chartfx.desktop.Title
Sets the color of text for the specified title.
setTextColorData(Color) - Method in class com.softwarefx.chartfx.desktop.DataGrid
Sets the text color of the cells on the data grid.
setTextColorDataAlternate(Color) - Method in class com.softwarefx.chartfx.desktop.DataGrid
Sets the alternate text color for text in the data grid cells.
setTextColorHeader(Color) - Method in class com.softwarefx.chartfx.desktop.DataGrid
Sets the text color of the headers on the data editor.
setTickMark(TickMark) - Method in class com.softwarefx.chartfx.desktop.GridLine
Sets the style for the tick marks of an GridLine object.
setTitle(Title) - Method in class com.softwarefx.chartfx.desktop.Axis
Sets the title for a specific axis.
setTitle(Title) - Method in class com.softwarefx.chartfx.desktop.Pane
Gets the Title object for a selected pane.
setTitles(TitleCollection) - Method in class com.softwarefx.chartfx.desktop.Chart
Returns the collection of titles defined in the chart.
setTitles(TitleCollection) - Method in class com.softwarefx.chartfx.desktop.LegendBox
Error: Member LegendBox.Titles member not found
setTo(double) - Method in class com.softwarefx.chartfx.desktop.AxisSection
Sets a value indicating the ending value of the range for a selected AxisSection object.
setTo(double) - Method in class com.softwarefx.chartfx.desktop.Condition
Represents a value indicating the ending value of the conditional range for a selected ConditionalAttributes object.
setToolBar(ToolBar) - Method in class com.softwarefx.chartfx.desktop.Chart
Allow to acces the tool bar of the chart.
setToolTipFormat(String) - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to control the information to be displayed in the tooltip when the user positions the mouse over a particular data point in the chart.
setToolTips(boolean) - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to enable or disable tooltips when the user positions the mouse over a particular element in the chart area only.
setToOpen(boolean) - Method in class com.softwarefx.chartfx.desktop.Condition
A boolean value indicating whether or not to include the configured Condition.setTo(double) value in the range.
setTop(int) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Allows you to specify or read the top position of a selected annotation object.
setTop(int) - Method in class com.softwarefx.chartfx.desktop.Margins
Sets the distance in pixels between the top border of the bounding rectangle and the top border of the plot area of the chart.
setType(GradientType) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground
Sets the style of the gradient for a selected gradient background.
setType(ImageBorderType) - Method in class com.softwarefx.chartfx.desktop.adornments.ImageBorder
Sets the type for the image border.
setType(SimpleBorderType) - Method in class com.softwarefx.chartfx.desktop.adornments.SimpleBorder
Sets the type of the Simple border object.
setType(Class<?>) - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlColumn
Sets the class type of the data.
setUrl(String) - Method in class com.softwarefx.chartfx.desktop.Link
Sets a URL for a Link object.
setUsage(FieldUsage) - Method in class com.softwarefx.chartfx.desktop.FieldMap
Sets the usage of the related column of the ResultSet.
setUseArrow(boolean) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationBalloon
Instructs Chart FX to use an arrow instead of the balloon tip.
setUseForLines(boolean) - Method in class com.softwarefx.chartfx.desktop.BorderAttributes
Sets a property which applies the Border Attributes to the lines of a Line Chart.
setUsePrinterResolution(boolean) - Method in class com.softwarefx.chartfx.desktop.Printer
Forces the printer to use maximum resolution when printing charts.
setUseRawData(boolean) - Method in class com.softwarefx.chartfx.desktop.DataGrid
Sets a value indicating whether to use raw data or use calculated values in the DataEditor.
setValue(double) - Method in class com.softwarefx.chartfx.desktop.CustomGridLine
Sets the Value for a CustomGridLine.
setVerticalGridColor(Color) - Method in class com.softwarefx.chartfx.desktop.DataGrid
Allows you to select the Vertical line color for the gridline displayed at the data editor box.
setVertices(Point[]) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationPolygon
Used to set the vertices for an annotation polygon object.
setView3D(Attributes3D) - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to enable or disable 3D view of the chart.
setVisible(boolean) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Used to show or hide a selected annotation object in the chart area.
setVisible(boolean) - Method in class com.softwarefx.chartfx.desktop.Axis
Shows or hides the lines, labels, tick marks and grids for the selected axis.
setVisible(boolean) - Method in class com.softwarefx.chartfx.desktop.AxisSection
Shows or hides the selected axis section.
setVisible(boolean) - Method in class com.softwarefx.chartfx.desktop.BorderAttributes
Sets a value making the border visible or not.
setVisible(boolean) - Method in class com.softwarefx.chartfx.desktop.Chart
Sets a value specifying to show or hide the chart.
setVisible(boolean) - Method in class com.softwarefx.chartfx.desktop.DockableBar
Sets a value indicating the Dockablebar object should be shown or not.
setVisible(boolean) - Method in class com.softwarefx.chartfx.desktop.GlobalAttributes
Shows or hides all the Series.
setVisible(boolean) - Method in class com.softwarefx.chartfx.desktop.GridLine
Sets a value indicating whether the grid line for the selected Gridline will be visible.
setVisible(boolean) - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributes
Sets a value allowing you hide or show the legend item.
setVisible(boolean) - Method in class com.softwarefx.chartfx.desktop.Pane
Sets a value indicating if the Pane object should be shown or not.
setVisible(boolean) - Method in class com.softwarefx.chartfx.desktop.PointLabelAttributes
Sets a value indicating if point label should be displayed or not.
setVisible(boolean) - Method in class com.softwarefx.chartfx.desktop.SeriesAttributes
Sets a value allowing you to show or hide the series.
setVolume(short) - Method in class com.softwarefx.chartfx.desktop.PointAttributes
Sets a value indicating a volume for a data point markers in supported galleries.
setWidth(int) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationObject
Sets the Width in pixels for the selected annotation object.
setWidth(short) - Method in class com.softwarefx.chartfx.desktop.BorderAttributes
Sets a value in pixels.
setWidth(int) - Method in class com.softwarefx.chartfx.desktop.Chart
Specifies the suggested width of the chart when generating images.
setWidth(int) - Method in class com.softwarefx.chartfx.desktop.DockableBar
Sets the height in pixels.
setWidth(int) - Method in class com.softwarefx.chartfx.desktop.Line
Sets the line width for a selected line.
setWidth(short) - Method in class com.softwarefx.chartfx.desktop.LineAttributes
Sets the width for a PointAttribute's Line.
setWordWrap(boolean) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationText
Sets a value indicating whether the text of an annotation text object will be word wrapped.
setXValuesAsHeaders(boolean) - Method in class com.softwarefx.chartfx.desktop.DataGrid
Sets a value instructing that XValues be used as the headers in the data editor.
setZoom(boolean) - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to select a section of the chart using the mouse cursor and zoom in that area.
setZOrder(int) - Method in class com.softwarefx.chartfx.desktop.DockableBar
Sets the z-order for a dockable bar.
Shadow - Enum in com.softwarefx.chartfx.desktop
Define light setting for a 3D chart.
SimpleBorder - Class in com.softwarefx.chartfx.desktop.adornments
Provides access to the SimpleBorder object.
SimpleBorder() - Constructor for class com.softwarefx.chartfx.desktop.adornments.SimpleBorder
 
SimpleBorder(SimpleBorderType) - Constructor for class com.softwarefx.chartfx.desktop.adornments.SimpleBorder
 
SimpleBorder(SimpleBorderType, Color) - Constructor for class com.softwarefx.chartfx.desktop.adornments.SimpleBorder
 
SimpleBorderType - Enum in com.softwarefx.chartfx.desktop.adornments
Available DefualtBorder types.
size() - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.ColorCollection
Returns the number of elements in this collection.
size() - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.FloatCollection
Returns the number of elements in this collection.
size() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationList
Returns the number of elements in this collection.
size() - Method in class com.softwarefx.chartfx.desktop.annotation.SelectionList
Returns the number of elements in this collection.
size() - Method in class com.softwarefx.chartfx.desktop.AxisSectionCollection
Returns the number of elements in this collection.
size() - Method in class com.softwarefx.chartfx.desktop.AxisXCollection
Returns the number of elements in this collection.
size() - Method in class com.softwarefx.chartfx.desktop.AxisYCollection
Returns the number of elements in this collection.
size() - Method in class com.softwarefx.chartfx.desktop.CellAttributesCollection
Returns the number of elements in this collection.
size() - Method in class com.softwarefx.chartfx.desktop.CommandCollection
Returns the number of elements in this collection.
size() - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesCollection
Returns the number of elements in this collection.
size() - Method in class com.softwarefx.chartfx.desktop.CustomGridLineCollection
Returns the number of elements in this collection.
size() - Method in class com.softwarefx.chartfx.desktop.CustomLegendItemCollection
Returns the number of elements in this collection.
size() - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlColumnCollection
Returns the number of elements in this collection.
size() - Method in class com.softwarefx.chartfx.desktop.ExtensionCollection
Returns the number of elements in this collection.
size() - Method in class com.softwarefx.chartfx.desktop.FieldMapCollection
Returns the number of elements in this collection.
size() - Method in class com.softwarefx.chartfx.desktop.LabelCollection
Returns the number of elements in this collection.
size() - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributesCollection
Returns the number of elements in this collection.
size() - Method in class com.softwarefx.chartfx.desktop.PaneCollection
Returns the number of elements in this collection.
size() - Method in class com.softwarefx.chartfx.desktop.PointAttributesCollection
Returns the number of elements in this collection.
size() - Method in class com.softwarefx.chartfx.desktop.SeriesAttributesCollection
Returns the number of elements in this collection.
size() - Method in class com.softwarefx.chartfx.desktop.SubCommandCollection
Returns the number of elements in this collection.
size() - Method in class com.softwarefx.chartfx.desktop.TitleCollection
Returns the number of elements in this collection.
sizeToFit() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationPicture
Instructs Chart FX to resize a selected annotation picture object to fit the configured image.
sizeToFit() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationText
Instructs Chart FX to resize a selected annotation text object to fit the configured text string.
sizeToFit() - Method in class com.softwarefx.chartfx.desktop.LegendBox
Calculates and sets the best-fit size for the legend box.
SolidBackground - Class in com.softwarefx.chartfx.desktop.adornments
Provides access to the SolidBackground object.
SolidBackground() - Constructor for class com.softwarefx.chartfx.desktop.adornments.SolidBackground
 
SolidBackground(Color) - Constructor for class com.softwarefx.chartfx.desktop.adornments.SolidBackground
 
Stacked - Enum in com.softwarefx.chartfx.desktop
Defines the stacked style in the chart.
startBlending() - Method in class com.softwarefx.chartfx.desktop.ColorBlender
Resets the blender.
SubCommandCollection - Class in com.softwarefx.chartfx.desktop
Provides access to the SubCommandCollection object.
SubCommandCollection() - Constructor for class com.softwarefx.chartfx.desktop.SubCommandCollection
 
Surface - Class in com.softwarefx.chartfx.desktop.galleries
Provides access to the Surface and Contour gallery object.
Surface() - Constructor for class com.softwarefx.chartfx.desktop.galleries.Surface
 
suspendUpdate() - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesCollection
Suspends the automatic behavior of re-applying Conditional attributes when data is modified in the chart.

T

TextProvider - Class in com.softwarefx.chartfx.desktop.dataproviders
Provides access to the TextProvider object and allows the user to databind a text file to the Chart.
TextProvider() - Constructor for class com.softwarefx.chartfx.desktop.dataproviders.TextProvider
 
TextProvider(Reader) - Constructor for class com.softwarefx.chartfx.desktop.dataproviders.TextProvider
 
TextProvider(String) - Constructor for class com.softwarefx.chartfx.desktop.dataproviders.TextProvider
 
TickMark - Enum in com.softwarefx.chartfx.desktop
Define the different ways of displaying tick marks at the major and minor gridlines on the selected axis.
Title - Class in com.softwarefx.chartfx.desktop
Provides access to the Title object, and allows the customization of the axis titles as well as the titles of the chart.
Title() - Constructor for class com.softwarefx.chartfx.desktop.Title
 
TitleCollection - Class in com.softwarefx.chartfx.desktop
Provides access to the TitleCollection object.
TitleCollection() - Constructor for class com.softwarefx.chartfx.desktop.TitleCollection
 
TitleCollection(TitleDockable[]) - Constructor for class com.softwarefx.chartfx.desktop.TitleCollection
 
TitleDockable - Class in com.softwarefx.chartfx.desktop
Provides access to the TitleDockable object, and allows customization of the Titles of the chart.
TitleDockable() - Constructor for class com.softwarefx.chartfx.desktop.TitleDockable
 
TitleDockable(String) - Constructor for class com.softwarefx.chartfx.desktop.TitleDockable
 
toArray() - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.ColorCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray(T[]) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.ColorCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray() - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.FloatCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray(T[]) - Method in class com.softwarefx.chartfx.desktop.adornments.GradientBackground.FloatCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray() - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationList
Returns an array containing all of the elements in this collection in proper sequence.
toArray(T[]) - Method in class com.softwarefx.chartfx.desktop.annotation.AnnotationList
Returns an array containing all of the elements in this collection in proper sequence.
toArray() - Method in class com.softwarefx.chartfx.desktop.annotation.SelectionList
Returns an array containing all of the elements in this collection in proper sequence.
toArray(T[]) - Method in class com.softwarefx.chartfx.desktop.annotation.SelectionList
Returns an array containing all of the elements in this collection in proper sequence.
toArray() - Method in class com.softwarefx.chartfx.desktop.AxisSectionCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray(T[]) - Method in class com.softwarefx.chartfx.desktop.AxisSectionCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray() - Method in class com.softwarefx.chartfx.desktop.AxisXCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray(T[]) - Method in class com.softwarefx.chartfx.desktop.AxisXCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray() - Method in class com.softwarefx.chartfx.desktop.AxisYCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray(T[]) - Method in class com.softwarefx.chartfx.desktop.AxisYCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray() - Method in class com.softwarefx.chartfx.desktop.CellAttributesCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray(T[]) - Method in class com.softwarefx.chartfx.desktop.CellAttributesCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray() - Method in class com.softwarefx.chartfx.desktop.CommandCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray(T[]) - Method in class com.softwarefx.chartfx.desktop.CommandCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray() - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray(T[]) - Method in class com.softwarefx.chartfx.desktop.ConditionalAttributesCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray() - Method in class com.softwarefx.chartfx.desktop.CustomGridLineCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray(T[]) - Method in class com.softwarefx.chartfx.desktop.CustomGridLineCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray() - Method in class com.softwarefx.chartfx.desktop.CustomLegendItemCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray(T[]) - Method in class com.softwarefx.chartfx.desktop.CustomLegendItemCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray() - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlColumnCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray(T[]) - Method in class com.softwarefx.chartfx.desktop.dataproviders.XmlColumnCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray() - Method in class com.softwarefx.chartfx.desktop.ExtensionCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray(T[]) - Method in class com.softwarefx.chartfx.desktop.ExtensionCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray() - Method in class com.softwarefx.chartfx.desktop.FieldMapCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray(T[]) - Method in class com.softwarefx.chartfx.desktop.FieldMapCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray() - Method in class com.softwarefx.chartfx.desktop.LabelCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray(T[]) - Method in class com.softwarefx.chartfx.desktop.LabelCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray() - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributesCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray(T[]) - Method in class com.softwarefx.chartfx.desktop.LegendItemAttributesCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray() - Method in class com.softwarefx.chartfx.desktop.PaneCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray(T[]) - Method in class com.softwarefx.chartfx.desktop.PaneCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray() - Method in class com.softwarefx.chartfx.desktop.PointAttributesCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray(T[]) - Method in class com.softwarefx.chartfx.desktop.PointAttributesCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray() - Method in class com.softwarefx.chartfx.desktop.SeriesAttributesCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray(T[]) - Method in class com.softwarefx.chartfx.desktop.SeriesAttributesCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray() - Method in class com.softwarefx.chartfx.desktop.SubCommandCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray(T[]) - Method in class com.softwarefx.chartfx.desktop.SubCommandCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray() - Method in class com.softwarefx.chartfx.desktop.TitleCollection
Returns an array containing all of the elements in this collection in proper sequence.
toArray(T[]) - Method in class com.softwarefx.chartfx.desktop.TitleCollection
Returns an array containing all of the elements in this collection in proper sequence.
ToolBar - Class in com.softwarefx.chartfx.desktop
Provides access to the ToolBar object.
ToolBar() - Constructor for class com.softwarefx.chartfx.desktop.ToolBar
 
ToolBarItem - Class in com.softwarefx.chartfx.desktop
Provides access to an item of the ToolBar object.
ToolBarItem() - Constructor for class com.softwarefx.chartfx.desktop.ToolBarItem
 
ToolBarItem(CommandId) - Constructor for class com.softwarefx.chartfx.desktop.ToolBarItem
 
ToolBarItem(int) - Constructor for class com.softwarefx.chartfx.desktop.ToolBarItem
 

U

undoCompact() - Method in class com.softwarefx.chartfx.desktop.DataValues
If the data is compacted, this method uncompacts the data and shows all values.
updateSizeNow() - Method in class com.softwarefx.chartfx.desktop.Chart
Allows you to force a scale calculation before the chart is drawn.

V

ValueFormat - Class in com.softwarefx.chartfx.desktop
Provides access to the ValueFormat object.
ValueFormat() - Constructor for class com.softwarefx.chartfx.desktop.ValueFormat
 
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.adornments.GradientType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.adornments.ImageBorderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.adornments.ImageMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.adornments.SimpleBorderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.AllowChanges
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.annotation.AnnCommandID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.annotation.AnnImageMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.annotation.AttachMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.annotation.BalloonTailCorner
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.annotation.HitFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.annotation.ObjType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.AxesStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.AxisFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.AxisPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.AxisStyles
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.BarShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.BorderEffect
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.ChartStyles
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.CommandId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.CommandStyles
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.ContentLayout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.CustomGridLineStyles
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.DataElement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.DataGridHighlightStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.dataproviders.RowHeadingSettings
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.DataSourceStyles
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.DockArea
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.DockBorder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.FieldUsage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.FileContents
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.FileFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.FillMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.galleries.ExplodingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.Gallery
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.HighLowClose
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.HitType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.Interlaced
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.LegendBoxStyles
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.MarkerShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.OpenHighLowClose
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.PageOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.PaintStyles
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.PersonalizeAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.Shadow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.Stacked
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwarefx.chartfx.desktop.TickMark
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.softwarefx.chartfx.desktop.adornments.GradientType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.adornments.ImageBorderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.adornments.ImageMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.adornments.SimpleBorderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.AllowChanges
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.annotation.AnnCommandID
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.annotation.AnnImageMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.annotation.AttachMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.annotation.BalloonTailCorner
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.annotation.HitFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.annotation.ObjType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.AxesStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.AxisFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.AxisPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.AxisStyles
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.BarShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.BorderEffect
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.ChartStyles
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.CommandId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.CommandStyles
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.ContentLayout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.CustomGridLineStyles
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.DataElement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.DataGridHighlightStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.dataproviders.RowHeadingSettings
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.DataSourceStyles
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.DockArea
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.DockBorder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.FieldUsage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.FileContents
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.FileFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.FillMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.galleries.ExplodingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.Gallery
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.HighLowClose
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.HitType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.Interlaced
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.LegendBoxStyles
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.MarkerShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.OpenHighLowClose
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.PageOrientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.PaintStyles
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.PersonalizeAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.Shadow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.Stacked
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwarefx.chartfx.desktop.TickMark
Returns an array containing the constants of this enum type, in the order they are declared.
valueToPixel(double) - Method in class com.softwarefx.chartfx.desktop.Axis
Converts a value to its position in pixels on a selected axis.

X

XmlColumn - Class in com.softwarefx.chartfx.desktop.dataproviders
Provides access to the XmlColumn object.
XmlColumn(String, Class<?>) - Constructor for class com.softwarefx.chartfx.desktop.dataproviders.XmlColumn
 
XmlColumn(String, Class<?>, String) - Constructor for class com.softwarefx.chartfx.desktop.dataproviders.XmlColumn
 
XmlColumnCollection - Class in com.softwarefx.chartfx.desktop.dataproviders
Provides access to the XmlColumnCollection object.
XmlColumnCollection() - Constructor for class com.softwarefx.chartfx.desktop.dataproviders.XmlColumnCollection
 
XmlDataProvider - Class in com.softwarefx.chartfx.desktop.dataproviders
Provides access to the Chart's XML Data Provider object.
XmlDataProvider() - Constructor for class com.softwarefx.chartfx.desktop.dataproviders.XmlDataProvider
 

Z

zoom(double, double) - Method in class com.softwarefx.chartfx.desktop.Axis
Allows you to specify a min and max zoom value for a selected axis.
zoomOff() - Method in class com.softwarefx.chartfx.desktop.Axis
Allows you to ignore any zoom attributes set using the Zoom method and return to the default axis view.
zoomToPercentage(int) - Method in class com.softwarefx.chartfx.desktop.Chart
Zooms the chart to center based on configured percentage value.
zoomToWindow(int, int, int, int) - Method in class com.softwarefx.chartfx.desktop.Chart
Zooms the chart to a rectangular area based on specified x and y coordinates for the rectangle

A B C D E F G H I J L M N O P R S T U V X Z
http://www.softwarefx.com

2008 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.