ClassChartSeriesTrendlineForecast
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
ChartSeriesTrendlineForecast()
Declaration
public ChartSeriesTrendlineForecast()
Properties
After
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.
Before
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.
Declaration
[Parameter]
public double? Before { get; set; }
Property Value
ChildContent
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnAfterRender(bool)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
firstRender
Overrides
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
OnParametersSet()
Declaration
protected override void OnParametersSet()
Overrides
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns