menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class TextOption

    Inheritance
    System.Object
    TextOption
    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 TextOption

    Constructors

    TextOption()

    Declaration
    public TextOption()

    Properties

    Font

    Gets or sets the Font, which provides an option to customize legend text family, style, color, size and oapcity.

    Declaration
    [JsonProperty("font")]
    public ChartFont Font { get; set; }
    Property Value
    Type Description
    ChartFont
    Remarks

    Font used for the text.

    Methods

    ShouldSerializeStyle()

    Declaration
    public bool ShouldSerializeStyle()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved