Class TickLabelItem
Class TickLabelItem
Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)
Represents a tick label in the chart.
public class TickLabelItem
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Height
Height of Ticklabel item in ratio of chart height.
public double Height { get; }
Property Value
Width
Width of Ticklabel item in ratio of chart width.
public double Width { get; }
Property Value
X
X coordinates of Ticklabel item in ratio of chart width.
public double X { get; }
Property Value
Y
Y coordinates of Ticklabel item in ratio of chart height.
public double Y { get; }