AxisTickLabelPosition Property |
Represents the position of tick-mark labels on the specified axis.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic TickLabelPositionType TickLabelPosition { get; set; }
Public Property TickLabelPosition As TickLabelPositionType
Get
Set
public:
property TickLabelPositionType TickLabelPosition {
TickLabelPositionType get ();
void set (TickLabelPositionType value);
}
member TickLabelPosition : TickLabelPositionType with get, set
Property Value
Type:
TickLabelPositionType
See Also