GrapeCity.Xaml.Excel
NumberFormatLinked Property (ExcelChartSeriesAxis)


GrapeCity.Excel.Chart Namespace > ExcelChartSeriesAxis Class : NumberFormatLinked Property
Specifies whethere the data label use the same number formats as the cells that contain the data for the associated data point.
Syntax
'Declaration
 
Public Property NumberFormatLinked As Boolean
'Usage
 
Dim instance As ExcelChartSeriesAxis
Dim value As Boolean
 
instance.NumberFormatLinked = value
 
value = instance.NumberFormatLinked
public bool NumberFormatLinked {get; set;}
See Also

Reference

ExcelChartSeriesAxis Class
ExcelChartSeriesAxis Members