public class StudyInteractive extends Study
Provides access to the StudyInteractive object
This class is specifically used to control attributes of studies that users may interact. These interactive studies, when added to the extension, allow end users to show or hide in the statistical chart.
Constructor and Description |
---|
StudyInteractive() |
Modifier and Type | Method and Description |
---|---|
Axis |
getAxis()
Gets or sets a value indicating the Axis a StudyInteractive object is associated.
|
boolean |
isInteractive()
Gets or sets a value specifying whether or not the user will have access to interact with the selected study.
|
boolean |
isVisible()
Gets or sets a value specifying whether or not the StudyInteractive object will be visible in the chart.
|
void |
resetInteractive()
Set the property Interactive to its default value.
|
void |
resetVisible()
Set the property Visible to its default value.
|
void |
setAxis(Axis value)
Gets or sets a value indicating the Axis a StudyInteractive object is associated.
|
void |
setInteractive(boolean value)
Gets or sets a value specifying whether or not the user will have access to interact with the selected study.
|
void |
setVisible(boolean value)
Gets or sets a value specifying whether or not the StudyInteractive object will be visible in the chart.
|
createAnalysisMultiStudy, createAnalysisStudy, createDistributionFormulaStudy, createTestMultiStudy, createTestStudy, getColor, getDecimals, getID, getText, getValue, getValue, isBold, isIndented, resetBold, resetDecimals, resetIndented, resetText, setBold, setDecimals, setIndented, setText, setValue
public Axis getAxis()
public void setAxis(Axis value)
value
- public boolean isInteractive()
Gets or sets a value specifying whether or not the user will have access to interact with the selected study.
You can obtain the StudyInteractive object for a selected study when adding the study to the Studies collection as follows:
When this method is set to false, the checkbox for the selected study is not visible. Therefore, users do not have the ability to interact with the chart via the selected study.
The isVisible
method may be used to show or hide the selected study in the chart.
To configure a selected StudyInteractive object to be non-interactive:
isInteractive
in interface IStudy
isInteractive
in class Study
resetInteractive
public void setInteractive(boolean value)
Gets or sets a value specifying whether or not the user will have access to interact with the selected study.
You can obtain the StudyInteractive object for a selected study when adding the study to the Studies collection as follows:
When this method is set to false, the checkbox for the selected study is not visible. Therefore, users do not have the ability to interact with the chart via the selected study.
The isVisible
method may be used to show or hide the selected study in the chart.
To configure a selected StudyInteractive object to be non-interactive:
value
- resetInteractive
public boolean isVisible()
Gets or sets a value specifying whether or not the StudyInteractive object will be visible in the chart.
isInteractive
method allows you to specify whether end users may interact with the study. If Interactive is set to true, users may change the value of the isVisible
method by checking and unchecking the study's checkbox in the chart legend.To configure the selected StudyInteractive object to be visible in the chart:
isVisible
in interface IStudy
isVisible
in class Study
resetVisible
public void setVisible(boolean value)
Gets or sets a value specifying whether or not the StudyInteractive object will be visible in the chart.
isInteractive
method allows you to specify whether end users may interact with the study. If Interactive is set to true, users may change the value of the isVisible
method by checking and unchecking the study's checkbox in the chart legend.To configure the selected StudyInteractive object to be visible in the chart:
setVisible
in interface IStudy
setVisible
in class Study
value
- resetVisible
public void resetInteractive()
isInteractive
public void resetVisible()
isVisible
2014 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.