VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document.Editors Namespace / ChartPropertiesEditor Class / ModifyCategoryAxis(Int32,Int32,Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
ModifyCategoryAxis(Int32,Int32,Int32,Int32) Method (ChartPropertiesEditor)
In This Topic
Modifies the category axis.
Syntax
'Declaration

Public Sub ModifyCategoryAxis( _
ByVal columnOffset
The column offset for the category axis references.
As System.Int32, _
ByVal columnCountChange
The column count change for the category axis references.
As System.Int32, _
ByVal rowOffset
The row offset for the category axis references.
As System.Int32, _
ByVal rowCountChange
The row count change for the category axis references.
As System.Int32 _
)
public void ModifyCategoryAxis(
System.Int32 columnOffset,
System.Int32 columnCountChange,
System.Int32 rowOffset,
System.Int32 rowCountChange
)

Parameters

columnOffset
The column offset for the category axis references.
columnCountChange
The column count change for the category axis references.
rowOffset
The row offset for the category axis references.
rowCountChange
The row count change for the category axis references.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also