Click or drag to resize

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
public bool AxisBetweenCategories { get; set; }

Property Value

Type: Boolean
true if the axis is between tick marks; otherwise, false .
Remarks
This property is applicable only when the axis type is either Category or Date.
See Also