Spread for ASP.NET 12 Product Documentation
DisplayXAxis Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ExcelSparklineSetting Class : DisplayXAxis Property
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.
See Also

Reference

ExcelSparklineSetting Class
ExcelSparklineSetting Members