FarPoint.Excel アセンブリ > FarPoint.Excel 名前空間 > IExcelChartReader6 インターフェース : 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, _ ByVal left As Single, _ ByVal top As Single, _ ByVal isXML As Boolean, _ ByVal isDefaultPosition As Boolean _ ) As Boolean
bool ExcelSetAxisTitle( short sheet, int chartIndex, PlotAreaType plotAreaType, AxisType axisType, int index, string axisTitle, Font font, Color fontColor, TextVerticalType textDirection, int textRotationAngle, float left, float top, bool isXML, bool isDefaultPosition )