FarPoint.Excel アセンブリ > FarPoint.Excel 名前空間 > IExcelChartReader2 インターフェース : ExcelSetAxisTitle メソッド |
'宣言
Function ExcelSetAxisTitle( _ ByVal sheet As Short, _ ByVal chartIndex As Integer, _ ByVal plotAreaType As PlotAreaType, _ ByVal axisType As AxisType, _ ByVal index As Integer, _ ByVal axisTitle As String, _ ByVal font As Font, _ ByVal fontColor As Color, _ ByVal textDirection As TextVerticalType, _ ByVal textRotationAngle As Integer _ ) As Boolean
bool ExcelSetAxisTitle( short sheet, int chartIndex, PlotAreaType plotAreaType, AxisType axisType, int index, string axisTitle, Font font, Color fontColor, TextVerticalType textDirection, int textRotationAngle )