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