Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / Heatmap Class / StepY Property

In This Topic
    StepY Property
    In This Topic
    Gets or sets the data step by y-coordinate. The default value is 1.
    Syntax
    'Declaration
     
    
    Public Property StepY As Double
    public double StepY {get; set;}
    See Also