IChartAxis
MinorTickMark Property
|
Represents the type of minor tick mark for the specified axis.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
TickMarkType MinorTickMark { get; set; }
Property MinorTickMark As TickMarkType
Get
Set
property TickMarkType MinorTickMark {
TickMarkType get ();
void set (TickMarkType value);
}
abstract MinorTickMark : TickMarkType with get, set
Property Value
Type:
TickMarkType
See Also