ComponentOne FlexChart for WinForms
StepX Property


C1.Win.Chart.Extended Namespace > Heatmap Class : StepX Property
Gets or sets the data step by x-coordinate. The default value is 1.
Syntax
'Declaration
 
Public Property StepX As Double
'Usage
 
Dim instance As Heatmap
Dim value As Double
 
instance.StepX = value
 
value = instance.StepX
public double StepX {get; set;}
See Also

Reference

Heatmap Class
Heatmap Members