Aspose::Words::Drawing::Charts::AxisTickLabels class

AxisTickLabels class

Represents properties of axis tick mark labels.

class AxisTickLabels : public Aspose::Words::Drawing::Charts::Core::IChartItemTextProperties

Methods

MethodDescription
get_Alignment()Gets or sets text alignment of the axis tick labels.
get_Font()Provides access to font formatting of the tick labels.
get_IsAutoSpacing()Gets or sets a flag indicating whether to use automatic interval for drawing the tick labels.
get_Offset()Gets or sets the distance of the tick labels from the axis.
get_Orientation()Gets or sets the orientation of the tick label text.
get_Position()Gets the position of the tick labels on the axis.
get_Rotation()Gets the rotation of the tick labels in degrees.
get_Spacing()Gets or sets the interval at which the tick labels are drawn.
GetType() const override
Is(const System::TypeInfo&) const override
set_Alignment(Aspose::Words::ParagraphAlignment)Setter for Aspose::Words::Drawing::Charts::AxisTickLabels::get_Alignment.
set_IsAutoSpacing(bool)Setter for Aspose::Words::Drawing::Charts::AxisTickLabels::get_IsAutoSpacing.
set_Offset(int32_t)Setter for Aspose::Words::Drawing::Charts::AxisTickLabels::get_Offset.
set_Orientation(Aspose::Words::Drawing::ShapeTextOrientation)Setter for Aspose::Words::Drawing::Charts::AxisTickLabels::get_Orientation.
set_Position(Aspose::Words::Drawing::Charts::AxisTickLabelPosition)Sets the position of the tick labels on the axis.
set_Rotation(int32_t)Sets the rotation of the tick labels in degrees.
set_Spacing(int32_t)Setter for Aspose::Words::Drawing::Charts::AxisTickLabels::get_Spacing.
static Type()

See Also