ExcelSetLegendPosition Method (IExcelChartReader)
In This Topic
Syntax
'Declaration
Function ExcelSetLegendPosition( _
ByVal As Short, _
ByVal As Integer, _
ByVal As PointF, _
ByVal As SizeF, _
ByVal As LegendPosition, _
ByVal 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)
bool ExcelSetLegendPosition(
short ,
int ,
PointF ,
SizeF ,
LegendPosition ,
bool
)
Parameters
- sheet
- chartIndex
- location
- size
- legendPosition
- vertical
See Also