ChartOptionsLocale Property

Gets or sets the locale. By default, the chart is using the default locale of the platform which is running on.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
[JsonIgnoreAttribute(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string? Locale { get; set; }

Property Value

String

See Also