Class Indicators
Class for indicators.
Inherited Members
Namespace: Syncfusion.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class Indicators : EJTagHelper
Constructors
Indicators()
Declaration
public Indicators()
Properties
Border
Gets or sets the Border.
Declaration
[JsonProperty("border")]
public LinearBorder Border { get; set; }
Property Value
Type | Description |
---|---|
LinearBorder | Specifies the indicator border. |
Font
Gets or sets the Font.
Declaration
[JsonProperty("font")]
public Font Font { get; set; }
Property Value
Type | Description |
---|---|
Font | Specifies the indicator font. |
Height
Gets or sets the Height.
Declaration
[JsonProperty("height")]
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specifies the height. |
IndicatorBackgroundColor
Gets or sets the IndicatorBackgroundColor.
Declaration
[JsonProperty("backgroundColor")]
public string IndicatorBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | Specifies the color of the indicator background. |
IndicatorOpacity
Gets or sets the Opacity.
Declaration
[JsonProperty("opacity")]
public double IndicatorOpacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specifies the indicator opacity. |
IndicatorPointerGradient
Gets or sets the IndicatorPointerGradient.
Declaration
[JsonProperty("pointerGradient")]
public string IndicatorPointerGradient { get; set; }
Property Value
Type | Description |
---|---|
System.String | Specifies the indicator pointer gradient. |
Position
Gets or sets the Position.
Declaration
[JsonProperty("position")]
public LinearPosition Position { get; set; }
Property Value
Type | Description |
---|---|
LinearPosition | Specifies the position in bar indicators. |
StateRangeCollection
Declaration
public List<StateRanges> StateRangeCollection { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StateRanges> |
StateRanges
Gets or sets the StateRanges.
Declaration
[JsonProperty("stateRanges")]
public List<StateRanges> StateRanges { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StateRanges> | State Ranges is a collection by which we can customize the indicators. |
TextLocation
Gets or sets the TextLocation.
Declaration
[JsonProperty("textLocation")]
public TextLocation TextLocation { get; set; }
Property Value
Type | Description |
---|---|
TextLocation | Specifies the textLocation in bar indicators. |
Type
Gets or sets the Type.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("type")]
public IndicatorType Type { get; set; }
Property Value
Type | Description |
---|---|
IndicatorType | The type. |
Width
Gets or sets the Width.
Declaration
[JsonProperty("width")]
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specifies the width. |
Methods
ShouldSerializeBorder()
Shoulds the serialize border.
Declaration
public bool ShouldSerializeBorder()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeFont()
Shoulds the serialize font.
Declaration
public bool ShouldSerializeFont()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializePosition()
Shoulds the serialize position.
Declaration
public bool ShouldSerializePosition()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeStateRanges()
Shoulds the serialize state ranges.
Declaration
public bool ShouldSerializeStateRanges()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeTextLocation()
Shoulds the serialize text location.
Declaration
public bool ShouldSerializeTextLocation()
Returns
Type | Description |
---|---|
System.Boolean |