Skip to main content

BootstrapPolarChartValueAxis.ValueType Property

Gets or sets the type of values.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Default Description
Type object

A Type object that identifies the type of values.

Remarks

The ValueType property supports the following values:

  • System.String
  • System.Decimal
  • System.Double
  • System.DateTime
See Also