Class Chart3DPathOptions
Represents the properties of a path element..
Inheritance
System.Object
Chart3DPathOptions
Namespace: Syncfusion.Blazor.DataVizCommon
Assembly: Syncfusion.Blazor.dll
Syntax
public class Chart3DPathOptions : Object
Constructors
Chart3DPathOptions()
Declaration
public Chart3DPathOptions()
Properties
Direction
Gets or sets the direction of the path element.
Declaration
public string Direction { get; set; }
Property Value
Type |
---|
System.String |
Fill
Gets or sets the fill color of the path element.
Declaration
public string Fill { get; set; }
Property Value
Type |
---|
System.String |
Id
Gets or sets the unique identifier of the path element.
Declaration
public string Id { get; set; }
Property Value
Type |
---|
System.String |
Name
Gets or sets the name associated with the path element.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
Opacity
Gets or sets the opacity of the path element.
Declaration
public double Opacity { get; set; }
Property Value
Type |
---|
System.Double |
Stroke
Gets or sets the stroke color of the path element.
Declaration
public string Stroke { get; set; }
Property Value
Type |
---|
System.String |
StrokeWidth
Gets or sets the width of the stroke for the path element.
Declaration
public double StrokeWidth { get; set; }
Property Value
Type |
---|
System.Double |