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()
resetRelatedFieldIdpublic void setRelatedFieldId(java.lang.String value)
value - resetRelatedFieldIdpublic 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:
resetUsagepublic 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 - resetUsagepublic XAxisPreference getXAxisPreference()
resetXAxisPreferencepublic void setXAxisPreference(XAxisPreference value)
value - resetXAxisPreferencepublic void resetPreferredColorIndex()
public void resetRelatedFieldId()
setRelatedFieldIdpublic void resetUsage()
setUsagepublic void resetXAxisPreference()
setXAxisPreference2014 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.