GrapeCity.Xaml.Excel
TextFormat Property (ExcelChart)


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

Reference

ExcelChart Class
ExcelChart Members