ChartAxis
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
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