menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class HistogramBuilder

    Inheritance
    System.Object
    HistogramBuilder
    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
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class HistogramBuilder

    Constructors

    HistogramBuilder(Histogram)

    Declaration
    public HistogramBuilder(Histogram border)
    Parameters
    Type Name Description
    Histogram border

    Methods

    Border(Action<ChartBorderBuilder>)

    Declaration
    public HistogramBuilder Border(Action<ChartBorderBuilder> border)
    Parameters
    Type Name Description
    System.Action<ChartBorderBuilder> border
    Returns
    Type Description
    HistogramBuilder

    Fill(String)

    Declaration
    public HistogramBuilder Fill(string interior)
    Parameters
    Type Name Description
    System.String interior
    Returns
    Type Description
    HistogramBuilder

    Opacity(Double)

    Declaration
    public HistogramBuilder Opacity(double opacity)
    Parameters
    Type Name Description
    System.Double opacity
    Returns
    Type Description
    HistogramBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved