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# 
TickMarkType MajorTickMark { get; set; }
Property MajorTickMark As TickMarkType
	Get
	Set
property TickMarkType MajorTickMark {
	TickMarkType get ();
	void set (TickMarkType value);
}
abstract MajorTickMark : TickMarkType with get, set

Property Value

TickMarkType

See Also