I have a date category x-axis which is currently auto fitting.
It is somewhat redundant however I was trying to add a title to the axis and I ran into issues.
Is that supported? I can easily add titles to a value axis.
Without the line "ChartCategoryAxisTitle" it works correctly however with no title.
Code:
<ChartCategoryAxes> <ChartCategoryAxis BaseUnit="ChartCategoryAxisBaseUnit.Fit" Type="ChartCategoryAxisType.Date" MaxDateGroups="10" /> <ChartCategoryAxisTitle Text="Time" /></ChartCategoryAxes>
Error:
blazor.server.js:15 [2019-10-10T18:39:17.853Z] Error: System.NullReferenceException: Object reference not set to an instance of an object. at Telerik.Blazor.Components.ChartCategoryAxisTitleBase.AddSelfToParent() at Telerik.Generated.Blazor.Components.ChildComponent.OnInitialized() at Telerik.Blazor.Components.ChartCategoryAxisTitleBase.OnInitialized() at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()