HintStyle.ItemsIndent Property
In This Article
Gets or sets the indent between crosshair hint label items.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
#Declaration
C#
public int ItemsIndent { get; set; }
#Property Value
Type | Description |
---|---|
Int32 | The indent between crosshair hint label items. |
See Also