| 
ChartAxis
AxisBetweenCategories Property
  | 
 Gets or sets a value indicating whether the axis is between tick marks.
 Namespace:
 Spire.Doc.Fields.Shapes.Charts
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool AxisBetweenCategories { get; set; }
 
Public Property AxisBetweenCategories As Boolean
	Get
	Set
 
public:
property bool AxisBetweenCategories {
	bool get ();
	void set (bool value);
}
 
member AxisBetweenCategories : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
true
 
 if the axis is between tick marks; otherwise,
 
false
 
 .
 
 Remarks
Remarks
 
 
 This property is applicable only when the axis type is either Category or Date.
 See Also
See Also