API Reference
Class
ChartJsGrid
Represents the grid configuration.
Inheritance
- Object
- ChartJsGrid
Constructors
public ChartJsGrid() #Inherited Methods
Properties
public Nullable<Boolean> Display { get; set; } #JsonPropertyName("display") JsonIgnore(Condition = 3)Gets or sets whether to display grid lines.
public Object Color { get; set; } #JsonPropertyName("color") JsonIgnore(Condition = 3)Gets or sets the color of grid lines.
public Nullable<Int32> LineWidth { get; set; } #JsonPropertyName("lineWidth") JsonIgnore(Condition = 3)Gets or sets the width of grid lines.
public Nullable<Boolean> DrawBorder { get; set; } #JsonPropertyName("drawBorder") JsonIgnore(Condition = 3)Gets or sets whether to draw border.
public Nullable<Boolean> DrawOnChartArea { get; set; } #JsonPropertyName("drawOnChartArea") JsonIgnore(Condition = 3)Gets or sets whether to draw on chart area.
public Nullable<Boolean> DrawTicks { get; set; } #JsonPropertyName("drawTicks") JsonIgnore(Condition = 3)Gets or sets whether to draw ticks.