Class SegmentSettings
Class for segment settings.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class SegmentSettings : EJTagHelper
Constructors
SegmentSettings()
Declaration
public SegmentSettings()
Properties
Color
Gets or sets the color.
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | Set the color for the text segments. |
Gradient
Gets or sets the Gradient.
Declaration
[JsonProperty("gradient")]
public List<SegmentGradient> Gradient { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SegmentGradient> | Set the gradient for the text segments. |
Length
Gets or sets the Length.
Declaration
[JsonProperty("length")]
public double Length { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specifies the length. |
Opacity
Gets or sets the Opacity.
Declaration
[JsonProperty("opacity")]
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specifies the opacity. |
Spacing
Gets or sets the Spacing.
Declaration
[JsonProperty("spacing")]
public double Spacing { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Set the spacing for the text segments. |
Width
Gets or sets the Width.
Declaration
[JsonProperty("width")]
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specifies the width. |