From 15032140b4d53139ca7985ce4d9c9cfbc6b96082 Mon Sep 17 00:00:00 2001 From: mattosaurus Date: Fri, 11 Mar 2022 11:17:45 +0000 Subject: [PATCH] Rename TickMarkLength to TickLength --- src/ChartJSCore/Models/Options/Scales/Grid.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ChartJSCore/Models/Options/Scales/Grid.cs b/src/ChartJSCore/Models/Options/Scales/Grid.cs index 5baf639..c3f533b 100644 --- a/src/ChartJSCore/Models/Options/Scales/Grid.cs +++ b/src/ChartJSCore/Models/Options/Scales/Grid.cs @@ -56,7 +56,7 @@ public class Grid : Base /// /// Length in pixels that the grid lines will draw into the axis area. /// - public int? TickMarkLength { get; set; } + public int? TickLength { get; set; } /// /// Stroke width of the grid line for the first index (index 0).