RVTDocs.com

AnalysisDisplayLegendSettings

Class
Description:
Contains legend settings for analysis display style element.
Inheritance Hierarchy:
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;