Class PropertyTickmarksExt
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Extended tick mark configuration for gauges including visibility, colors, detail level, display range and filling.
public class PropertyTickmarksExt : DomItem
- Inheritance
-
PropertyTickmarksExt
- Inherited Members
Properties
Color
Gets or sets the tick mark color.
public string Color { get; set; }
Property Value
DetailLevel
Gets or sets the detail level determining number of sub ticks.
public string DetailLevel { get; set; }
Property Value
DisplayRange
Gets the display range limiting tick visibility.
[JsonInclude]
public PropertyDisplayRange DisplayRange { get; }
Property Value
Distance
Gets the distance configuration for tick spacing.
[JsonInclude]
public PropertyDistance Distance { get; }
Property Value
Filling
Gets the filling style for tick areas.
[JsonInclude]
public PropertyFillingExt Filling { get; }
Property Value
SubTickPosition
Gets or sets the sub tick relative position.
public string SubTickPosition { get; set; }
Property Value
TickWidth
Gets or sets the width of the tick marks.
public string TickWidth { get; set; }
Property Value
Visible
Gets or sets the visibility mode.
public string Visible { get; set; }