Class FeaturedMeasureSettings
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 FeaturedMeasureSettings : EJTagHelper
Constructors
FeaturedMeasureSettings()
Declaration
public FeaturedMeasureSettings()
Properties
Stroke
Gets or sets the Stroke of the feature measure.
Declaration
[JsonProperty("stroke")]
public string Stroke { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the stroke color of the featured measure in bullet graph.
Width
Gets or sets the Width of the feature measure.
Declaration
[JsonProperty("width")]
public int Width { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
Specifies the width of the featured measure in bullet graph.