menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Histogram

    Show / Hide Table of Contents

    Class Histogram

    Inheritance
    System.Object
    EJTagHelper
    Histogram
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved