GrapeCity.Xaml.Excel
ChartTitle Property (ExcelChart)


GrapeCity.Excel.Chart Namespace > ExcelChart Class : ChartTitle Property
Specifies a title.
Syntax
'Declaration
 
Public Property ChartTitle As IExcelChartTitle
'Usage
 
Dim instance As ExcelChart
Dim value As IExcelChartTitle
 
instance.ChartTitle = value
 
value = instance.ChartTitle
public IExcelChartTitle ChartTitle {get; set;}
See Also

Reference

ExcelChart Class
ExcelChart Members