AxisMinorTickMark Property |
Represents the type of minor 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 MinorTickMark { get; set; }
Public Property MinorTickMark As TickMarkType
Get
Set
public:
property TickMarkType MinorTickMark {
TickMarkType get ();
void set (TickMarkType value);
}
member MinorTickMark : TickMarkType with get, set
Property Value
Type:
TickMarkType
See Also