Namespace: Spire.Presentation.Charts
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

TickMarkType

Implements

IChartAxis..::..MinorTickMark

See Also