Class AxisRenderingEventArgs
Specifies the axis render event arguments.
Inheritance
System.Object
Syncfusion.Blazor.Charts.SparklineBaseEventArgs
AxisRenderingEventArgs
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 |
---|
System.String |
LineWidth
Defines the line width of the axis.
Declaration
public double LineWidth { get; set; }
Property Value
Type |
---|
System.Double |
MaxX
Defines the maximum X point of the axis.
Declaration
public double MaxX { get; set; }
Property Value
Type |
---|
System.Double |
MaxY
Defines the maximum Y point of the axis.
Declaration
public double MaxY { get; set; }
Property Value
Type |
---|
System.Double |
MinX
Defines the maximum X point of the axis.
Declaration
public double MinX { get; set; }
Property Value
Type |
---|
System.Double |
MinY
Defines the maximum Y point of the axis.
Declaration
public double MinY { get; set; }
Property Value
Type |
---|
System.Double |
Value
Defines the value point of the axis.
Declaration
public double Value { get; set; }
Property Value
Type |
---|
System.Double |