menu

Blazor

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

    Show / Hide Table of Contents

    Class MarkerRenderingEventArgs

    Specifies the market rendering event arguments.

    Inheritance
    System.Object
    Syncfusion.Blazor.Charts.SparklineBaseEventArgs
    MarkerRenderingEventArgs
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MarkerRenderingEventArgs : SparklineBaseEventArgs

    Constructors

    MarkerRenderingEventArgs()

    Declaration
    public MarkerRenderingEventArgs()

    Properties

    Border

    Defines the color and width of the marker border.

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

    Fill

    Defines the fill color of the marker.

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

    PointIndex

    Defines the point index of the marker.

    Declaration
    public int PointIndex { get; set; }
    Property Value
    Type
    System.Int32

    Size

    Defines the size of the marker.

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

    X

    Defines the x position of the marker.

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

    Y

    Defines the y position of the marker.

    Declaration
    public double Y { get; set; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved