Class SubTitleRenderEventArgs
Specifies the SubTitle Render Event arguments.
Inheritance
System.Object
Syncfusion.Blazor.Charts.SmithChartBaseEventArgs
SubTitleRenderEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SubTitleRenderEventArgs : SmithChartBaseEventArgs
Constructors
SubTitleRenderEventArgs()
Declaration
public SubTitleRenderEventArgs()
Properties
Text
Defines the current subtitle text.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
X
Defines the current subtitle text x location.
Declaration
public double X { get; set; }
Property Value
Type |
---|
System.Double |
Y
Defines the current subtitle text y location.
Declaration
public double Y { get; set; }
Property Value
Type |
---|
System.Double |