Class GraphicalIndicatorsInfo
Class GraphicalIndicatorsInfo
名称: Aspose.Tasks 集合: Aspose.Tasks.dll (25.4.0)
代表与扩展属性相关的图形指标定义。
public sealed class GraphicalIndicatorsInfo
Inheritance
object ← GraphicalIndicatorsInfo
继承人
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
GraphicalIndicatorsInfo()
启动 Aspose.Tasks.GraphicalIndicatorsInfo 类型的新例子。
public GraphicalIndicatorsInfo()
Properties
Criteria
获取图形指标标准列表。
public List<graphicalindicatorcriteria> Criteria { get; }
财产价值
List < GraphicalIndicatorCriteria >
ProjectSummaryInheritFromNonSummaryRows
获取或设置旗帜,表明项目总结顺序是否继承了从总结顺序的标准。
public bool ProjectSummaryInheritFromNonSummaryRows { get; set; }
财产价值
ShowDataValuesInTooltip
获取或设置旗帜,表明该字段的数据值是否应在工具提示中显示。
public bool ShowDataValuesInTooltip { get; set; }
财产价值
SummaryRowsInheritFromNonSummaryRows
收到或设置旗帜,表明摘要行是否继承非摘要行的标准。
public bool SummaryRowsInheritFromNonSummaryRows { get; set; }