Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / BaseSparklineViewInfo Class / LeftSpace Property


In This Topic
    LeftSpace Property (BaseSparklineViewInfo)
    In This Topic
    Gets a value that indicates the left space.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property LeftSpace As Double
    'Usage
     
    Dim instance As BaseSparklineViewInfo
    Dim value As Double
     
    value = instance.LeftSpace
    public virtual double LeftSpace {get;}
    See Also