API Reference
ChartJsGaugeTicksOptions
Options for radial tick marks plugin.
Inheritance
- Object
- ChartJsGaugeTicksOptions
Constructors
public ChartJsGaugeTicksOptions() #Inherited Methods
Properties
public Int32 MajorCount { get; set; } #Gets or sets the total number of major tick marks (including both end ticks).
public Int32 MinorPerSegment { get; set; } #Gets or sets how many minor tick marks appear between each pair of major ticks.
public Int32 MajorWidth { get; set; } #Gets or sets the stroke width, in pixels, of major tick marks.
public Int32 MinorWidth { get; set; } #Gets or sets the stroke width, in pixels, of minor tick marks.
public String MajorColor { get; set; } #Gets or sets the color used for major tick marks.
public String MinorColor { get; set; } #Gets or sets the color used for minor tick marks.
public Double RadiusInnerPct { get; set; } #Gets or sets the inner radius, as a percentage of gauge thickness, where ticks begin.
public Double RadiusOuterPct { get; set; } #Gets or sets the outer radius, as a percentage of gauge thickness, where ticks end.
public Boolean ShowLabels { get; set; } #Gets or sets a value indicating whether numeric labels are rendered near major ticks.
public Int32 LabelFontSize { get; set; } #Gets or sets the font size, in pixels, used for tick labels.
public String LabelColor { get; set; } #Gets or sets the color applied to tick labels.
public Double LabelOffsetPct { get; set; } #Gets or sets the radial offset, as a percentage of gauge thickness, used when positioning labels.
public Double Min { get; set; } #Gets or sets the minimum label value displayed on the gauge.
public Double Max { get; set; } #Gets or sets the maximum label value displayed on the gauge.