menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class RangeNavigatorFontBuilder

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

    Constructors

    RangeNavigatorFontBuilder()

    Declaration
    public RangeNavigatorFontBuilder()

    RangeNavigatorFontBuilder(RangeNavigatorFont)

    Declaration
    public RangeNavigatorFontBuilder(RangeNavigatorFont model)
    Parameters
    Type Name Description
    RangeNavigatorFont model

    Methods

    Color(String)

    Color for the text.

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

    FontFamily(String)

    FontFamily for the text.

    Declaration
    public RangeNavigatorFontBuilder FontFamily(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    RangeNavigatorFontBuilder

    FontStyle(String)

    FontStyle for the text.

    Declaration
    public RangeNavigatorFontBuilder FontStyle(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    RangeNavigatorFontBuilder

    FontWeight(String)

    FontWeight for the text.

    Declaration
    public RangeNavigatorFontBuilder FontWeight(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    RangeNavigatorFontBuilder

    Opacity(Double)

    Opacity for the text.

    Declaration
    public RangeNavigatorFontBuilder Opacity(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    RangeNavigatorFontBuilder

    Size(String)

    Font size for the text.

    Declaration
    public RangeNavigatorFontBuilder Size(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    RangeNavigatorFontBuilder

    TextAlignment(Alignment)

    text alignment.

    Declaration
    public RangeNavigatorFontBuilder TextAlignment(Alignment value)
    Parameters
    Type Name Description
    Alignment value
    Returns
    Type Description
    RangeNavigatorFontBuilder

    TextOverflow(TextOverflow)

    Specifies the chart title text overflow.

    Declaration
    public RangeNavigatorFontBuilder TextOverflow(TextOverflow value)
    Parameters
    Type Name Description
    TextOverflow value
    Returns
    Type Description
    RangeNavigatorFontBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved