Chart FX for Java 6.5

SoftwareFX.ChartFX
Class HighlightToolSettings

java.lang.Object
  extended by SoftwareFX.ChartFX.HighlightToolSettings
Direct Known Subclasses:
HighlightGridSettings

public final class HighlightToolSettings
extends java.lang.Object

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

HighlightToolSettings

public HighlightToolSettings()
Method Detail

isEnabled

public boolean isEnabled()

Gets the Enabled. For more detail see setEnabled(boolean).


setEnabled

public void setEnabled(boolean value)

Gets or sets a value indicating whether the highlighting feature will be enabled in the selected Chart FX Tool.

Remarks:
  • 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.

  • See Also:
    HighlightGridSettings, DataEditor, LegendBox

    http://www.softwarefx.com

    2007 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.