ComponentOne FlexChart for WinForms
StepY Property


C1.Win.Chart.Extended Namespace > Heatmap Class : StepY Property
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

Reference

Heatmap Class
Heatmap Members