Skip to main content

BootstrapChartArgumentAxis.ArgumentType Property

Gets or sets the type of argument values.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(typeof(object))]
public Type ArgumentType { get; set; }

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