VisualizationPreferences Class

Spotfire 14.2 API Reference
General user preferences for visualizations.
Inheritance Hierarchy

SystemObject
  DedicatedThreadAccessible
    Spotfire.Dxp.Framework.PreferencesPreferenceBase
      Spotfire.Dxp.Application.UserPreferencesVisualizationPreferences

Namespace:  Spotfire.Dxp.Application.UserPreferences
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 64.0.19329.3263 (64.0.19329.3263)
Syntax

C#
[PersistenceVersionAttribute(13, 0)]
public sealed class VisualizationPreferences : PreferenceBase

The VisualizationPreferences type exposes the following members.

Properties

  NameDescription
Public propertyAxisTitleFont Obsolete.
Gets the axis title font.
Public propertyAxisTitleFontMetadata
Gets the metadata for the axis title font.
Public propertyCategory
Category for the preference.
(Overrides PreferenceBase.Category.)
Public propertyIsEmpty
Gets a value indicating whether this preference object only contains default property values or not.
(Inherited from PreferenceBase.)
Public propertyLegendFont Obsolete.
Gets the legend font.
Public propertyLegendFontMetadata
Gets the metadata for the legend font.
Public propertyLimitingMarkingsEmptyBehavior
Gets or sets the default behavior for when the limiting markings are empty.
Public propertyLimitingMarkingsEmptyMessage
Gets or sets the default message to show when the limiting markings are empty. This message is used when LimitingMarkingsEmptyBehavior is set to ShowMessage.
Public propertyLinesAndCurvesFont Obsolete.
Gets the Lines and Curves font.
Public propertyLinesAndCurvesFontMetadata
Gets the metadata for the Lines and Curves font.
Public propertyOtherLabelFont Obsolete.
Gets the other labels font.
Public propertyOtherLabelFontMetadata
Gets the metadata for the other labels font.
Public propertyPreferredAggregationMethodForNumericColumns
Gets or sets the preferred aggregation method for numeric columns. When a visualization is configured by heuristics, this method will be used to aggregate numeric columns unless overridden by other settings, such as PreferredAggregationMethod.
Public propertyScaleLabelFont Obsolete.
Gets the scale label font.
Public propertyScaleLabelFontMetadata
Gets the metadata for the scale label font.
Public propertySubCategory
Sub category for the preference.
(Overrides PreferenceBase.SubCategory.)
Public propertyTrellisLabelFont Obsolete.
Gets the trellis label font.
Public propertyTrellisLabelFontMetadata
Gets the metadata for the trellis label font.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodReset
Resets all values that may explicitly have been given to the properties of this preference on a user level basis through a calls to Value. The effect of resetting a property is that when the Value of it is queried, either the group value or the default value will be returned.
(Inherited from PreferenceBase.)
Public methodSave
Persists all changes to the properties of this preference object.
(Inherited from PreferenceBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUndoChanges
Undoes any changes that may have been to all of the properties of this preference, since it was last saved.
(Inherited from PreferenceBase.)
Top
Events

  NameDescription
Public eventPropertyChanged
Occurs when one of the properties in this preference is changed.
(Inherited from PreferenceBase.)
Top
Version Information

Supported in: 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8, 11.7, 11.6, 11.5, 11.4
See Also

Reference