BootstrapPolarChartArgumentAxis.ArgumentType Property
Gets or sets the type of argument values.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
Type | object | A Type object that identifies the type of argument values. |
Remarks
The ArgumentType property supports the following values:
- System.String
- System.Decimal
- System.Double
- System.DateTime
See Also