Class
ChartSeriesNegativeValues

Configures the visual styling and display behavior for negative values in bubble chart series. Controls how negative data points are represented with distinct colors and visibility settings to provide clear differentiation between positive and negative values in data visualizations.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class ChartSeriesNegativeValues : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBaseDataVizChildComponentChartSeriesNegativeValues

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members ComponentBase.OnInitializedAsync()ComponentBase.OnParametersSetAsync()ComponentBase.StateHasChanged()ComponentBase.ShouldRender()ComponentBase.OnAfterRenderAsync(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.DispatchExceptionAsync(Exception)ComponentBase.SetParametersAsync(ParameterView)

Constructors

ChartSeriesNegativeValues()

Declaration

cs-api-definition
public ChartSeriesNegativeValues()

Properties

ChildContent

Declaration

cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }

Property Value

RenderFragment

Color

Sets the color for negative value bubbles in bubble chart series using any valid CSS color value. Accepts hex codes (#F44336), RGB values (rgb(244, 67, 54)), named colors (red, orange), or HSL values. Use distinctive colors to clearly differentiate negative values from positive ones in bubble visualizations.

Declaration

cs-api-definition
[Parameter]
public string Color { get; set; }

Property Value

string

Visible

Controls the visibility of negative value bubbles in bubble chart series. Set to true to display negative bubbles with distinct styling, false to hide negative values completely, or leave null for default behavior. Visible negative bubbles help users understand the complete data range.

Declaration

cs-api-definition
[Parameter]
public bool? Visible { get; set; }

Property Value

bool?

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

OnAfterRender(bool)

Declaration

cs-api-definition
protected override void OnAfterRender(bool firstRender)

Parameters

firstRender

bool

Overrides ComponentBase.OnAfterRender(bool)

OnInitialized()

Declaration

cs-api-definition
protected override void OnInitialized()

Overrides DataVizChildComponent.OnInitialized()

OnParametersSet()

Declaration

cs-api-definition
protected override void OnParametersSet()

Overrides ComponentBase.OnParametersSet()

Serialize()

Declaration

cs-api-definition
public Dictionary<string, object> Serialize()

Returns

Dictionary<string, object>