Class CharacterSettings
Class for character 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 CharacterSettings : EJTagHelper
Constructors
CharacterSettings()
Declaration
public CharacterSettings()
Properties
Count
Gets or sets the Count.
Declaration
[JsonProperty("count")]
public int Count { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Specifies the CharacterCount value for the DigitalGauge. |
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 | Specifies the value for spacing between the characters. |
Type
Gets or sets the Type.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("type")]
public CharacterType Type { get; set; }
Property Value
Type | Description |
---|---|
CharacterType | Specifies the type. |