GrapeCity.Xaml.Excel
ChartFormat Property (IExcelChart)


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

Reference

IExcelChart Interface
IExcelChart Members