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


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