Class PropertyScaleLimits
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Scale limits definition for gauges (value/fit-to-distance).
public class PropertyScaleLimits : DomItem
- Inheritance
-
PropertyScaleLimits
- Inherited Members
Properties
FitToDistance
Gets or sets whether the scale automatically fits to distance.
public string FitToDistance { get; set; }
Property Value
Value
Gets or sets the scale limit value (when not using FitToDistance).
public string Value { get; set; }