XlsChartAxis
MinorTickMark Property
|
Represents minor tick marks.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public TickMarkType MinorTickMark { get; set; }
Public Property MinorTickMark As TickMarkType
Get
Set
public:
virtual property TickMarkType MinorTickMark {
TickMarkType get () sealed;
void set (TickMarkType value) sealed;
}
abstract MinorTickMark : TickMarkType with get, set
override MinorTickMark : TickMarkType with get, set
Property Value
Type:
TickMarkType
Implements
IChartAxis
MinorTickMark
See Also