Class PropertyTickmarks
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents tick mark configuration (automatic vs. fixed distance) for value axes.
public class PropertyTickmarks : DomItem
- Inheritance
-
PropertyTickmarks
- Inherited Members
Properties
Automatic
Gets or sets whether tick marks are automatically determined.
public string Automatic { get; set; }
Property Value
Distance
Gets or sets the distance between tick marks when not automatic.
public string Distance { get; set; }