Table of Contents

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

string

DetailLevel

Gets or sets the detail level determining number of sub ticks.

public string DetailLevel { get; set; }

Property Value

string

DisplayRange

Gets the display range limiting tick visibility.

[JsonInclude]
public PropertyDisplayRange DisplayRange { get; }

Property Value

PropertyDisplayRange

Distance

Gets the distance configuration for tick spacing.

[JsonInclude]
public PropertyDistance Distance { get; }

Property Value

PropertyDistance

Filling

Gets the filling style for tick areas.

[JsonInclude]
public PropertyFillingExt Filling { get; }

Property Value

PropertyFillingExt

SubTickPosition

Gets or sets the sub tick relative position.

public string SubTickPosition { get; set; }

Property Value

string

TickWidth

Gets or sets the width of the tick marks.

public string TickWidth { get; set; }

Property Value

string

Visible

Gets or sets the visibility mode.

public string Visible { get; set; }

Property Value

string