Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / WinLossSparklineViewInfo Class / HasAxis Property


In This Topic
    HasAxis Property (WinLossSparklineViewInfo)
    In This Topic
    Gets a value that indicates whether this instance has an axis.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property HasAxis As Boolean
    'Usage
     
    Dim instance As WinLossSparklineViewInfo
    Dim value As Boolean
     
    value = instance.HasAxis
    public override bool HasAxis {get;}

    Property Value

    true if this instance has an axis; otherwise, false.
    See Also