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

NameTypeAccessDescription
position: "left" | "right" | "top" | "bottom"ReadGets the position.
labels: string[]ReadGets the labels.
labelPositions: number[]ReadGets the label positions.
tickPositions: number[]ReadGets the tick positions.
title: stringReadGets the title.
minValue: numberReadGets the min value.
maxValue: numberReadGets the max value.
isPercentage: booleanReadGets the is percentage.

See Also