public class ExtendedDataFieldChartSettings
extends java.lang.Object
Constructor and Description |
---|
ExtendedDataFieldChartSettings() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRelatedFieldId()
Gets or Set the Id for a related DataField
|
DataFieldUsage |
getUsage()
Gets or sets a enum value indicating the usage for the selected DataField
|
XAxisPreference |
getXAxisPreference()
Gets or sets a enum value indicating the Axis Preference for the selected DataField
|
void |
resetPreferredColorIndex()
Set the property PreferredColorIndex to its default value.
|
void |
resetRelatedFieldId()
Set the property RelatedFieldId to its default value.
|
void |
resetUsage()
Set the property Usage to its default value.
|
void |
resetXAxisPreference()
Set the property XAxisPreference to its default value.
|
void |
setRelatedFieldId(java.lang.String value)
Set the Id for a related DataField
|
void |
setUsage(DataFieldUsage value)
Gets or sets a enum value indicating the usage for the selected DataField
|
void |
setXAxisPreference(XAxisPreference value)
Gets or sets a enum value indicating the Axis Preference for the selected DataField
|
public java.lang.String getRelatedFieldId()
resetRelatedFieldId
public void setRelatedFieldId(java.lang.String value)
value
- resetRelatedFieldId
public DataFieldUsage getUsage()
Gets or sets a enum value indicating the usage for the selected DataField
The DataFieldUsage enum allows the developer to handle the Datafield usage within the Chart.
To set a DataField usage as the Chart XValues:
resetUsage
public void setUsage(DataFieldUsage value)
Gets or sets a enum value indicating the usage for the selected DataField
The DataFieldUsage enum allows the developer to handle the Datafield usage within the Chart.
To set a DataField usage as the Chart XValues:
value
- resetUsage
public XAxisPreference getXAxisPreference()
resetXAxisPreference
public void setXAxisPreference(XAxisPreference value)
value
- resetXAxisPreference
public void resetPreferredColorIndex()
public void resetRelatedFieldId()
setRelatedFieldId
public void resetUsage()
setUsage
public void resetXAxisPreference()
setXAxisPreference
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.