AxisTickMarks
Major Property
|
Gets or sets the major type of the tick marks for the axis.
Namespace:
Spire.Doc.Fields.Shapes.Charts
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public AxisTickMark Major { get; set; }
Public Property Major As AxisTickMark
Get
Set
public:
property AxisTickMark Major {
AxisTickMark get ();
void set (AxisTickMark value);
}
member Major : AxisTickMark with get, set
Property Value
Type:
AxisTickMark
See Also