FarPoint.Excel アセンブリ > FarPoint.Excel 名前空間 > IExcelChartWriter2 インタフェース : 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, _ ByRef textDirection As TextVerticalType, _ ByRef textRotationAngle As Integer _ ) As Boolean
bool ExcelGetAxisLabel( short sheet, int chartIndex, PlotAreaType plotAreaType, AxisType axisType, int index, out Font font, out Color fontColor, out TextVerticalType textDirection, out int textRotationAngle )