A newer version of this page is available.
Switch to the current version.
BootstrapPolarChartArgumentAxis.ArgumentType Property
Gets or sets the type of argument values.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(typeof(object))]
public Type ArgumentType { get; set; }
<DefaultValue(GetType(Object))>
Public Property ArgumentType As Type
Property Value
Type | Default | Description |
---|---|---|
Type | 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
Implements
DevExpress.Web.Bootstrap.IArgumentAxis.ArgumentType
See Also
Feedback