Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartReader Interface / ExcelSetLegendPosition Method


In This Topic
ExcelSetLegendPosition Method (IExcelChartReader)
In This Topic
Syntax
'Declaration
 
Function ExcelSetLegendPosition( _
   ByVal sheet As Short, _
   ByVal chartIndex As Integer, _
   ByVal location As PointF, _
   ByVal size As SizeF, _
   ByVal legendPosition As LegendPosition, _
   ByVal vertical As Boolean _
) As Boolean
 
'Usage
 
Dim instance As IExcelChartReader
Dim sheet As Short
Dim chartIndex As Integer
Dim location As PointF
Dim size As SizeF
Dim legendPosition As LegendPosition
Dim vertical As Boolean
Dim value As Boolean
 
value = instance.ExcelSetLegendPosition(sheet, chartIndex, location, size, legendPosition, vertical)

Parameters

sheet
chartIndex
location
size
legendPosition
vertical
See Also