ExcelSetLegendPosition(Int16,Int32,PointF,SizeF,LegendPosition,Boolean,Boolean) Method
Set legend position.
'Declaration
Overloads Function ExcelSetLegendPosition( _
ByVal As Short, _
ByVal As Integer, _
ByVal As PointF, _
ByVal As SizeF, _
ByVal As LegendPosition, _
ByVal As Boolean, _
ByVal As Boolean _
) As Boolean
'Usage
Dim instance As IExcelChartReader8
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 isBiff As Boolean
Dim value As Boolean
value = instance.ExcelSetLegendPosition(sheet, chartIndex, location, size, legendPosition, vertical, isBiff)
Parameters
- sheet
- Index of sheetView.
- chartIndex
- Index of chart.
- location
- Location.
- size
- Size of the legend.
- legendPosition
- Legend position.
- vertical
- It is vertical.
- isBiff
- It is from biff.
Return Value
TRUE if success, otherwise, FALSE