AxisMajorTickMark Property |
Represents the type of major tick mark for the specified axis.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic TickMarkType MajorTickMark { get; set; }
Public Property MajorTickMark As TickMarkType
Get
Set
public:
property TickMarkType MajorTickMark {
TickMarkType get ();
void set (TickMarkType value);
}
member MajorTickMark : TickMarkType with get, set
Property Value
Type:
TickMarkType
See Also