GrapeCity.Xaml.Excel
ChartFormat Property (ExcelChart)


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

Reference

ExcelChart Class
ExcelChart Members