Class PropertyScaleValueDistance
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Scale value distance configuration defining automatic or explicit tick distance.
public class PropertyScaleValueDistance : DomItem
- Inheritance
-
PropertyScaleValueDistance
- Inherited Members
Properties
Automatic
Gets or sets whether the distance is calculated automatically.
public string Automatic { get; set; }
Property Value
Value
Gets or sets the explicit distance value.
public string Value { get; set; }