menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeatMapAxisLabelBorderBuilder - API Reference

    Show / Hide Table of Contents

    Class HeatMapAxisLabelBorderBuilder

    Inheritance
    System.Object
    ControlBuilder
    HeatMapAxisLabelBorderBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    Namespace: Syncfusion.EJ2.HeatMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class HeatMapAxisLabelBorderBuilder : ControlBuilder

    Constructors

    HeatMapAxisLabelBorderBuilder()

    Declaration
    public HeatMapAxisLabelBorderBuilder()

    HeatMapAxisLabelBorderBuilder(HeatMapAxisLabelBorder)

    Declaration
    public HeatMapAxisLabelBorderBuilder(HeatMapAxisLabelBorder model)
    Parameters
    Type Name Description
    HeatMapAxisLabelBorder model

    Methods

    Color(String)

    Sets and gets the color of the border that accepts value in hex value and rgba as a valid CSS color string.

    Declaration
    public HeatMapAxisLabelBorderBuilder Color(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    HeatMapAxisLabelBorderBuilder

    Type(BorderType)

    Specifies the type of the border for the axis labels. The following are the available types. Rectangle Without Top Border Without Top/Bottom Border Without Border Without Bottom Border Brace

    Declaration
    public HeatMapAxisLabelBorderBuilder Type(BorderType value)
    Parameters
    Type Name Description
    BorderType value
    Returns
    Type Description
    HeatMapAxisLabelBorderBuilder

    Width(Double)

    Specifies the width of the border in pixels.

    Declaration
    public HeatMapAxisLabelBorderBuilder Width(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    HeatMapAxisLabelBorderBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved