GrapeCity.Xaml.Excel
NumberFormatLinked Property (IExcelChartAxis)


GrapeCity.Excel.Chart Namespace > IExcelChartAxis Interface : 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
 
Property NumberFormatLinked As Boolean
'Usage
 
Dim instance As IExcelChartAxis
Dim value As Boolean
 
instance.NumberFormatLinked = value
 
value = instance.NumberFormatLinked
bool NumberFormatLinked {get; set;}
See Also

Reference

IExcelChartAxis Interface
IExcelChartAxis Members