FarPoint.Excel アセンブリ > FarPoint.Excel 名前空間 > IExcelChartWriter インタフェース : ExcelGetAxisLabel メソッド |
'Declaration
Function ExcelGetAxisLabel( _ ByVal sheet As Short, _ ByVal chartIndex As Integer, _ ByVal plotAreaType As PlotAreaType, _ ByVal axisType As AxisType, _ ByVal index As Integer, _ ByRef font As Font, _ ByRef fontColor As Color _ ) As Boolean
bool ExcelGetAxisLabel( short sheet, int chartIndex, PlotAreaType plotAreaType, AxisType axisType, int index, out Font font, out Color fontColor )