Namespace:
Autodesk.Revit.DB.Analysis
AnalysisDisplayLegendSettings
Class
Description:
Contains legend settings for analysis display style element.
Contains legend settings for analysis display style element.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Analysis.AnalysisDisplayLegendSettings
System.Object
Autodesk.Revit.DB.Analysis.AnalysisDisplayLegendSettings
Syntax
public class AnalysisDisplayLegendSettings : IDisposable
Examples
AnalysisDisplayLegendSettings legendSettings = new AnalysisDisplayLegendSettings();
legendSettings.NumberOfSteps = 10;
legendSettings.Rounding = 0.05;
legendSettings.ShowDataDescription = false;
legendSettings.ShowLegend = true;