menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PointRenderEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PointRenderEventArgs

    Specifies the event arguments available on chart point render.

    Inheritance
    System.Object
    Syncfusion.Blazor.Charts.BaseEventArgs
    PointRenderEventArgs
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PointRenderEventArgs : BaseEventArgs

    Properties

    Border

    Gets or sets the current point border.

    Declaration
    public ChartEventBorder Border { get; set; }
    Property Value
    Type Description
    ChartEventBorder

    A ChartEventBorder object containing the border color and width.

    Remarks

    This property allows customization of the visual boundary of the data point.

    CornerRadius

    Gets or sets the corner radius of the data point.

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

    A CornerRadius object that represents the corner radius of the data point.

    Remarks

    This property is used to modify the appearance of a data point by rounding its corners.

    Fill

    Gets or sets the current point fill color.

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

    Accepts a string value representing a color, such as hex or rgba CSS color strings.

    Remarks

    The fill color enhances the visibility and differentiation of the point.

    Height

    Gets or sets the current point height.

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

    Accepts the double value.

    Remarks

    Adjusting the height controls the vertical dimension of the rendered point's visual representation.

    Point

    Defines the current point.

    Declaration
    public Point Point { get; }
    Property Value
    Type Description
    Point

    A Point object that represents the current point.

    Remarks

    This read-only property provides detailed information about the specific data point involved in rendering.

    Series

    Defines the current series of the point.

    Declaration
    public ChartSeries Series { get; }
    Property Value
    Type Description
    ChartSeries

    A ChartSeries object that represents the current chart series of point.

    Remarks

    Provides information about the chart series to which the rendering point belongs.

    Shape

    Gets or sets the current point marker shape.

    Declaration
    public ChartShape Shape { get; set; }
    Property Value
    Type Description
    ChartShape

    A ChartShape enumeration value that specifies the marker shape.

    Remarks

    The marker shape determines the visual appearance of the point on the chart.

    Width

    Gets or sets the current point width.

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

    Accepts the double value.

    Remarks

    Adjusting the width controls the horizontal dimension of the rendered point's visual representation.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved