GrapeCity.Xaml.Excel
Legend Property (ExcelChart)


GrapeCity.Excel.Chart Namespace > ExcelChart Class : Legend Property
Specifies the legend.
Syntax
'Declaration
 
Public Property Legend As IExcelChartLegend
'Usage
 
Dim instance As ExcelChart
Dim value As IExcelChartLegend
 
instance.Legend = value
 
value = instance.Legend
public IExcelChartLegend Legend {get; set;}
See Also

Reference

ExcelChart Class
ExcelChart Members