HtmlForgeX

API Reference

Class

ChartJsTicks

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents the ticks configuration.

Inheritance

  • Object
  • ChartJsTicks

Constructors

public ChartJsTicks() #

Properties

public Nullable<Boolean> Display { get; set; } #
JsonPropertyName("display") JsonIgnore(Condition = 3)

Gets or sets whether to display ticks.

public String Color { get; set; } #
JsonPropertyName("color") JsonIgnore(Condition = 3)

Gets or sets the color.

public ChartJsFont Font { get; set; } #
JsonPropertyName("font") JsonIgnore(Condition = 3)

Gets or sets the font configuration.

public Nullable<Int32> Padding { get; set; } #
JsonPropertyName("padding") JsonIgnore(Condition = 3)

Gets or sets the padding.

public Nullable<Double> StepSize { get; set; } #
JsonPropertyName("stepSize") JsonIgnore(Condition = 3)

Gets or sets the step size.

public Nullable<Boolean> BeginAtZero { get; set; } #
JsonPropertyName("beginAtZero") JsonIgnore(Condition = 3)

Gets or sets whether to begin at zero.

public Nullable<Double> Min { get; set; } #
JsonPropertyName("min") JsonIgnore(Condition = 3)

Gets or sets the minimum value.

public Nullable<Double> Max { get; set; } #
JsonPropertyName("max") JsonIgnore(Condition = 3)

Gets or sets the maximum value.