|
Chart FX for Java 6.5 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object SoftwareFX.ChartFX.HighlightToolSettings
public final class HighlightToolSettings
Provides access to the HighlightToolSettings object.
The HighlightToolSettings Class members allow the developer to control how default Chart FX tools (DataEditor, Legends, etc.) will function when chart elements are highlighted. The HighlightGridSettings derives from this Class , adding additional members specific for the Chart FX DataEditor.
Constructor Summary | |
---|---|
HighlightToolSettings()
|
Method Summary | |
---|---|
boolean |
isEnabled()
Gets the Enabled. |
void |
setEnabled(boolean value)
Gets or sets a value indicating whether the highlighting feature will be enabled in the selected Chart FX Tool. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HighlightToolSettings()
Method Detail |
---|
public boolean isEnabled()
Gets the Enabled. For more detail see setEnabled(boolean)
.
public void setEnabled(boolean value)
Gets or sets a value indicating whether the highlighting feature will be enabled in the selected Chart FX Tool.
The Highlight property of the chart tools (data editor, series legend, values legend, etc.) exposes this property. Setting the Enabled property to false will disable the highlight feature for the specified tool.
The HighlightGridSettings
class may be used to customize the highlight attributes for the DataEditor object.
HighlightGridSettings
,
DataEditor
,
LegendBox
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |