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

In This Topic
    StartY Property
    In This Topic
    Gets or sets the starting data y-value. The default value is -0.5.
    Syntax
    'Declaration
     
    
    Public Property StartY As Double
    public double StartY {get; set;}
    See Also