GrapeCity.Xaml.Excel
TextFormat Property (IExcelChart)


GrapeCity.Excel.Chart Namespace > IExcelChart Interface : TextFormat Property
Represents the text format settings for the chart area
Syntax
'Declaration
 
Property TextFormat As IExcelTextFormat
'Usage
 
Dim instance As IExcelChart
Dim value As IExcelTextFormat
 
instance.TextFormat = value
 
value = instance.TextFormat
IExcelTextFormat TextFormat {get; set;}
See Also

Reference

IExcelChart Interface
IExcelChart Members