Configures trendline forecasting to extend trend analysis beyond the current data range for predictive visualization. Controls how far the trendline extends before and after the actual data points to provide future projections and historical trend context.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class ChartSeriesTrendlineForecast : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentChartSeriesTrendlineForecast
Implements:
Inherited Members
Constructors
public ChartSeriesTrendlineForecast()
Methods
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
protected override void OnInitialized()
Overrides:
protected override void OnParametersSet()
Overrides:
Properties
Specifies the number of intervals to extend the trendline forward after the last data point for future trend projection. Use values like 5-15 intervals to show predicted trend continuation, helping users understand potential future data patterns and trajectories.
[Parameter]
public double? After { get; set; }
Specifies the number of intervals to extend the trendline backward before the first data point for historical trend context. Use values like 3-10 intervals to show how the trend would have appeared in the past, providing additional analytical context for trend analysis.
[Parameter]
public double? Before { get; set; }
[Parameter]
public RenderFragment ChildContent { get; set; }