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


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

    Property Value

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