AxisInfo
Overview
AxisInfo is a interface in Aspose.Cells FOSS for TypeScript.
Properties: isPercentage, labelPositions, labels, maxValue, minValue, position, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
position | : "left" | "right" | "top" | "bottom" | Read | Gets the position. |
labels | : string[] | Read | Gets the labels. |
labelPositions | : number[] | Read | Gets the label positions. |
tickPositions | : number[] | Read | Gets the tick positions. |
title | : string | Read | Gets the title. |
minValue | : number | Read | Gets the min value. |
maxValue | : number | Read | Gets the max value. |
isPercentage | : boolean | Read | Gets the is percentage. |