Skip to content

Commit

Permalink
Rename TickMarkLength to TickLength
Browse files Browse the repository at this point in the history
  • Loading branch information
mattosaurus committed Mar 11, 2022
1 parent 2a4b78e commit 1503214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChartJSCore/Models/Options/Scales/Grid.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class Grid : Base
/// <summary>
/// Length in pixels that the grid lines will draw into the axis area.
/// </summary>
public int? TickMarkLength { get; set; }
public int? TickLength { get; set; }

/// <summary>
/// Stroke width of the grid line for the first index (index 0).
Expand Down

0 comments on commit 1503214

Please sign in to comment.