AxisInfo
Overview
AxisInfo is a interface in Aspose.Cells FOSS for Typescript.
AxisInfo provides comprehensive axis configuration for charts, allowing control over position, labels, tick marks, and scaling.
Properties: isPercentage, labelPositions, labels, maxValue, minValue, position, and 2 more.
Description
AxisInfo is an interface in Aspose.Cells FOSS for TypeScript that defines a contract with 0 methods. Classes that implement this interface must provide concrete implementations for all declared operations.
Core capabilities include: : "left" \; : string[]; : number[]`. These operations enable developers to integrate axisinfo functionality directly into TypeScript applications.
The class also provides the position property (gets the position), the labels property (gets the labels), the labelPositions property (gets the label positions).
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. |