WebChart.Mode

From Xojo Documentation

Read-Only Property (As WebChart.Modes )
WebChart.ModesValue = aWebChart.Mode

New in 2020r1

Supported for all project types and targets.

Indicates the type of chart the control is currently displaying.

Notes

Labels are required for a Bar chart to draw.

Sample Code

This example checks the mode of the chart:

If Chart1.Mode = WebChart.Modes.Bar then
Chart1.Title = "Sales Bar Chart"
End If

See Also

Modes enumeration.