alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class AxisRenderingEventArgs

    Specifies the axis render event arguments.

    Inheritance
    object
    SparklineBaseEventArgs
    AxisRenderingEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class AxisRenderingEventArgs : SparklineBaseEventArgs

    Constructors

    AxisRenderingEventArgs()

    Declaration
    public AxisRenderingEventArgs()

    Properties

    LineColor

    Defines the line color of the axis.

    Declaration
    public string LineColor { get; set; }
    Property Value
    Type
    string

    LineWidth

    Defines the line width of the axis.

    Declaration
    public double LineWidth { get; set; }
    Property Value
    Type
    double

    MaxX

    Defines the maximum X point of the axis.

    Declaration
    public double MaxX { get; set; }
    Property Value
    Type
    double

    MaxY

    Defines the maximum Y point of the axis.

    Declaration
    public double MaxY { get; set; }
    Property Value
    Type
    double

    MinX

    Defines the maximum X point of the axis.

    Declaration
    public double MinX { get; set; }
    Property Value
    Type
    double

    MinY

    Defines the maximum Y point of the axis.

    Declaration
    public double MinY { get; set; }
    Property Value
    Type
    double

    Value

    Defines the value point of the axis.

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