AxisTickMarks
Minor Property
|
Gets or sets the minor 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 Minor { get; set; }
Public Property Minor As AxisTickMark
Get
Set
public:
property AxisTickMark Minor {
AxisTickMark get ();
void set (AxisTickMark value);
}
member Minor : AxisTickMark with get, set
Property Value
Type:
AxisTickMark
See Also