Chart3D for WPF and Silverlight | ComponentOne
C1.WPF.C1Chart3D Namespace / GridDataSeries Class / Step Property


In This Topic
    Step Property (GridDataSeries)
    In This Topic
    Gets or sets the step of grid data.
    Syntax
    'Declaration
     
    
    Public Property Step As Point
    'Usage
     
    
    Dim instance As GridDataSeries
    Dim value As Point
     
    instance.Step = value
     
    value = instance.Step
    public Point Step {get; set;}
    See Also