Class Histogram
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 Histogram : EJTagHelper
Constructors
Histogram()
Declaration
public Histogram()
Properties
Border
Gets or sets the value for border in Histogram, which provides an option to customize MACD indicator histogram border.
Declaration
[JsonProperty("border")]
public ChartBorder Border { get; set; }
Property Value
Type | Description |
---|---|
ChartBorder |
Remarks
Options to customize the histogram border in MACD indicator.
Fill
Gets or sets the value for Fill in Histogram, which renders MACD indicator histogram columns with specified color.
Declaration
[JsonProperty("fill")]
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Color of histogram columns in MACD indicator.
Opacity
Gets or sets the value for Opacity in Histogram, which provides an option to customize MACD indicator histogram column opacity.
Declaration
[JsonProperty("opacity")]
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Opacity of histogram columns in MACD indicator.
Methods
ShouldSerializeBorder()
Declaration
public bool ShouldSerializeBorder()
Returns
Type | Description |
---|---|
System.Boolean |