Class Chart3DLegendClickEventArgs
Specifies the event arguments available for the legend item click events in the SfChart3D component.
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public class Chart3DLegendClickEventArgs : Chart3DEventArgs
Properties
Chart
Gets the SfChart3D instance.
Declaration
public SfChart3D Chart { get; }
Property Value
Type | Description |
---|---|
SfChart3D | A SfChart3D object that represents the instance of the SfChart3D. The default value is null. |
Remarks
This is read-only property.
LegendShape
Gets or sets the shape of the SfChart3D legend. The possible values are:
Declaration
public LegendShape LegendShape { get; set; }
Property Value
Type | Description |
---|---|
LegendShape | A LegendShape value that defines the shape of the legend. The default value is SeriesType. |
LegendText
Gets the text of the SfChart3D legend.
Declaration
public string LegendText { get; }
Property Value
Type |
---|
System.String |
Remarks
This is read-only property.
Series
Gets the series instance of the SfChart3D legend.
Declaration
public Chart3DSeries Series { get; }
Property Value
Type | Description |
---|---|
Chart3DSeries | A Chart3DSeries object that represents the series. |
Remarks
This is read-only property.