Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenAreaSeries<TItem>

    Renders area series in RadzenChart.

    Inheritance
    System.Object
    RadzenChartComponentBase
    CartesianSeries<TItem>
    RadzenAreaSeries<TItem>
    Implements
    IChartSeries
    IDisposable
    Inherited Members
    CartesianSeries<TItem>.ComposeCategory(ScaleBase)
    CartesianSeries<TItem>.ComposeValue(ScaleBase)
    CartesianSeries<TItem>.IsDate(String)
    CartesianSeries<TItem>.IsNumeric(String)
    CartesianSeries<TItem>.Title
    CartesianSeries<TItem>.ChildContent
    CartesianSeries<TItem>.TooltipTemplate
    CartesianSeries<TItem>.Overlays
    CartesianSeries<TItem>.CoordinateSystem
    CartesianSeries<TItem>.CategoryProperty
    CartesianSeries<TItem>.Visible
    CartesianSeries<TItem>.Hidden
    CartesianSeries<TItem>.IChartSeries.Visible
    CartesianSeries<TItem>.ShowInLegend
    CartesianSeries<TItem>.ValueProperty
    CartesianSeries<TItem>.RenderingOrder
    CartesianSeries<TItem>.Data
    CartesianSeries<TItem>.Items
    CartesianSeries<TItem>.Markers
    CartesianSeries<TItem>.MarkerType
    CartesianSeries<TItem>.GetCategories()
    CartesianSeries<TItem>.TransformCategoryScale(ScaleBase)
    CartesianSeries<TItem>.TransformValueScale(ScaleBase)
    CartesianSeries<TItem>.Render(ScaleBase, ScaleBase)
    CartesianSeries<TItem>.RenderOverlays(ScaleBase, ScaleBase)
    CartesianSeries<TItem>.SetParametersAsync(ParameterView)
    CartesianSeries<TItem>.Initialize()
    CartesianSeries<TItem>.MeasureLegend()
    CartesianSeries<TItem>.InsidePolygon(Point, Point[])
    CartesianSeries<TItem>.RenderTooltip(Object)
    CartesianSeries<TItem>.RenderSharedTooltipItem(Object)
    CartesianSeries<TItem>.GetTooltipPosition(Object)
    CartesianSeries<TItem>.TooltipClass(TItem)
    CartesianSeries<TItem>.RenderLegendItem()
    CartesianSeries<TItem>.RenderLegendItem(Boolean)
    CartesianSeries<TItem>.MarkerSize
    CartesianSeries<TItem>.GetMedian()
    CartesianSeries<TItem>.GetMean()
    CartesianSeries<TItem>.GetMode()
    CartesianSeries<TItem>.GetTrend()
    CartesianSeries<TItem>.GetTitle()
    CartesianSeries<TItem>.TooltipLabel(TItem)
    CartesianSeries<TItem>.TooltipTitle(TItem)
    CartesianSeries<TItem>.TooltipValue(TItem)
    CartesianSeries<TItem>.DataAt(Double, Double)
    CartesianSeries<TItem>.PickColor(Int32, IEnumerable<String>, String, IList<SeriesColorRange>, Double)
    CartesianSeries<TItem>.Dispose()
    CartesianSeries<TItem>.InvokeClick(EventCallback<SeriesClickEventArgs>, Object)
    RadzenChartComponentBase.Chart
    RadzenChartComponentBase.ShouldRefreshChart(ParameterView)
    RadzenChartComponentBase.ValidateParameters()
    RadzenChartComponentBase.DidParameterChange<T>(ParameterView, String, T)
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenAreaSeries<TItem> : CartesianSeries<TItem>, IChartSeries, IDisposable
    Type Parameters
    Name Description
    TItem

    Properties

    Color

    Gets the color.

    Declaration
    public override string Color { get; }
    Property Value
    Type Description
    System.String

    The color.

    Overrides
    Radzen.Blazor.CartesianSeries<TItem>.Color

    Fill

    Specifies the fill (background color) of the area series.

    Declaration
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    The fill.

    Interpolation

    Specifies how to render lines between data points. Set to Line by default

    Declaration
    public Interpolation Interpolation { get; set; }
    Property Value
    Type Description
    Interpolation

    LineType

    Specifies the line type.

    Declaration
    public LineType LineType { get; set; }
    Property Value
    Type Description
    LineType

    Smooth

    Specifies whether to render a smooth line. Set to false by default.

    Declaration
    public bool Smooth { get; set; }
    Property Value
    Type Description
    System.Boolean

    Stroke

    Specifies the color of the line.

    Declaration
    public string Stroke { get; set; }
    Property Value
    Type Description
    System.String

    The stroke.

    StrokeWidth

    Gets or sets the pixel width of the line. Set to 2 by default.

    Declaration
    public double StrokeWidth { get; set; }
    Property Value
    Type Description
    System.Double

    The width of the stroke.

    Methods

    Contains(Double, Double, Double)

    Determines if the series contains the specified coordinates with a given tolerance.

    Declaration
    public override bool Contains(double x, double y, double tolerance)
    Parameters
    Type Name Description
    System.Double x

    The x.

    System.Double y

    The y.

    System.Double tolerance

    The tolerance.

    Returns
    Type Description
    System.Boolean

    true if the series contains the coordinates; otherwise, false.

    Overrides
    Radzen.Blazor.CartesianSeries<TItem>.Contains(System.Double, System.Double, System.Double)

    GetDataLabels(Double, Double)

    Returns data chart position

    Declaration
    public override IEnumerable<ChartDataLabel> GetDataLabels(double offsetX, double offsetY)
    Parameters
    Type Name Description
    System.Double offsetX
    System.Double offsetY
    Returns
    Type Description
    IEnumerable<Radzen.Blazor.Rendering.ChartDataLabel>
    Overrides
    Radzen.Blazor.CartesianSeries<TItem>.GetDataLabels(System.Double, System.Double)

    TooltipStyle(TItem)

    Gets the tooltip inline style.

    Declaration
    protected override string TooltipStyle(TItem item)
    Parameters
    Type Name Description
    TItem item

    The item.

    Returns
    Type Description
    System.String
    Overrides
    Radzen.Blazor.CartesianSeries<TItem>.TooltipStyle(TItem)

    Implements

    IChartSeries
    IDisposable

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT