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


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