You are here: Symbol Reference > Stimulsoft.Report.Components Namespace > StiMinimumType Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Report.Components.StiMinimumType Enumeration

Types of minimal values in indicator classes.

Syntax
C++
C#
Visual Basic
public: enum StiMinimumType { Auto, Value, Percent, Minimum };
Members
Members 
Description 
Auto 
Minimal value will be calculated automatically based on values from data list. If calculated minimal value will be more than 0 then 0 will be used as minimum value.  
Value 
Specified minimal value.  
Percent 
Miminal value specified as percentage from all minimal values from data list.  
Minimum 
Minimal value will be calculated automatically based on values from data list. If calculated minimal value will be more than 0 then minimal value will be used as minimum value.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.