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).