Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / SparklineDateAxisRange Property


In This Topic
    SparklineDateAxisRange Property
    In This Topic
    Gets the axis range of the sparkline.
    Syntax
    'Declaration
     
    Public ReadOnly Property SparklineDateAxisRange As CellRange
    'Usage
     
    Dim instance As Cell
    Dim value As CellRange
     
    value = instance.SparklineDateAxisRange
    public CellRange SparklineDateAxisRange {get;}
    See Also