Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ExcelSparklineSetting Class / DisplayXAxis Property
Example


In This Topic
    DisplayXAxis Property
    In This Topic
    Gets or sets a value that indicates whether the horizontal axis is displayed for each sparkline in this sparkline group.
    Syntax
    'Declaration
     
    Public Property DisplayXAxis As Boolean
    'Usage
     
    Dim instance As ExcelSparklineSetting
    Dim value As Boolean
     
    instance.DisplayXAxis = value
     
    value = instance.DisplayXAxis
    public bool DisplayXAxis {get; set;}

    Property Value

    true to display the horizontal axis; otherwise, false.
    Example
    This example creates a sparkline in a cell.
    See Also