HintStyle.ItemsIndent Property
Gets or sets the indent between crosshair hint label items. This is a bindable property.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
Declaration
public int ItemsIndent { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | -1 | The indent between crosshair hint label items. |
See Also