Class ISmithchartLegendRenderEventArgs
Specifies the Legend Render Event arguments.
Inheritance
System.Object
ISmithchartLegendRenderEventArgs
Implements
System.IEquatable<ISmithchartLegendRenderEventArgs>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ISmithchartLegendRenderEventArgs : Object, IEquatable<ISmithchartLegendRenderEventArgs>
Constructors
ISmithchartLegendRenderEventArgs()
Declaration
public ISmithchartLegendRenderEventArgs()
Properties
Cancel
Defines the event cancel status
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Fill
Defines the current legend fill color Defines the current legend fill color
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Defines the name of the event
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Shape
Defines the current legend shape Defines the current legend shape
Declaration
public string Shape { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Defines the current legend text Defines the current legend text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Equals(ISmithchartLegendRenderEventArgs)
Declaration
public bool Equals(ISmithchartLegendRenderEventArgs iSmithchartLegendRenderEventArgs)
Parameters
Type | Name | Description |
---|---|---|
ISmithchartLegendRenderEventArgs | iSmithchartLegendRenderEventArgs |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>