The AnalysisDisplayLegendSettings type exposes the following members.

Constructors

  NameDescription
Public methodAnalysisDisplayLegendSettings()()()()
Constructs a default instance of legend settings.
Public methodAnalysisDisplayLegendSettings(AnalysisDisplayLegendSettings)
Constructs a new copy of the input AnalysisDisplayLegendSettings object.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the AnalysisDisplayLegendSettings
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsEqual
Compares two legend settings objects.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyColorRangeHeight
Height of color range (for Colored Surface, Markers and Text, and Vector display). Measured in paperspace units.
Public propertyColorRangeWidth
Width of color range (for Colored Surface, Markers and Text, and Vector display). Measured in paperspace units.
Public propertyHeadingTextTypeId
Element id of text associated with legend heading.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyNumberForScale
A fixed value to display on the legend scale (0 by default; 0 means width of legend scale is calculated dynamically).
Public propertyNumberOfSteps
Number of steps (values between minimum and maximum) to be shown in legend.
Public propertyRounding
Rounding increment for numeric values of analysis results.
Public propertyScaleHeight
Height of scale (for Diagram display). Measured in paperspace units.
Public propertyShowDataDescription
If true, data description is shown in the legend.
Public propertyShowDataName
If true, data name is shown in the legend.
Public propertyShowLegend
If true, legend is shown in the view.
Public propertyShowUnits
If true, units are shown in the legend.
Public propertyTextTypeId
Element id of text associated with legend body.

See Also