Skip to content

Commit

Permalink
864541: UGCorrection
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiruthika-3470 committed May 30, 2024
1 parent 01fbc36 commit ed90e4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions UG-Samples/Ruler/CustomizingRuler/Ruler/Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@using Syncfusion.Blazor.Diagram

<SfDiagramComponent @ref="@diagram" Height="600px" >
<RulerSettings EnableDynamicGrid="@enableDynamicGrid">
<RulerSettings>
<HorizontalRuler IsVisible="true" Interval="@RulerInterval"
TickAlignment="@RulerTickAlignment" MarkerColor="@RulerMarkerColor">
</HorizontalRuler>
Expand All @@ -17,7 +17,6 @@
{
//Reference to diagram.
SfDiagramComponent diagram;
public bool enableDynamicGrid = true;
//Defining Ruler Interval of Rulers
public int RulerInterval = 20;
//Defining Tick Alignment of Rulers
Expand Down

0 comments on commit ed90e4e

Please sign in to comment.