This is a preview of Radzen's new Material 3 premium theme, available only to Radzen Professional or Enterprise subscribers.
Browse components with a free theme by selecting one from the dropdown above.
Title
property of the series (or category values for pie series) as items in the legend.
By default the Radzen Blazor Chart determines the Y axis minimum and maximum based on the range of values. For example it finds the minimum and maximum values and uses the closes "nice" number. A nice number is usually a multiple of a power of 10: 0, 10, 100, 1000, 200000 etc.
The value axis displays values with default formatting (ToString()
). This can be customized in two ways - via the FormatString
or the Formatter
properties. FormatString
supports the
standard .NET Number formats
.
You can make the chart display grid lines for either the value or category axis. Add a RadzenGridLines
tag inside RadzenValueAxis
or RadzenCategoryAxis
and set its Visible
property to true
.
Use the RadzenAxisTitle
tag to display text below the category axis or next to the value axis.
Source Code licensed under
MIT
Radzen Blazor Studio is a desktop tool that empowers developers to create beautiful Blazor apps.
Develop your Blazor Server and WebAssembly applications visually with familiar WYSIWYG interface.