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


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