menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class CircularLegendFont

    Inheritance
    System.Object
    EJTagHelper
    CircularLegendFont
    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 CircularLegendFont : EJTagHelper

    Constructors

    CircularLegendFont()

    Declaration
    public CircularLegendFont()

    Properties

    Color

    Gets or sets the font Color

    Declaration
    [JsonProperty("color")]
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    FontFamily

    Gets or sets the FontFamily

    Declaration
    [JsonProperty("fontFamily")]
    public string FontFamily { get; set; }
    Property Value
    Type Description
    System.String

    FontSize

    Gets or sets the font Size

    Declaration
    [JsonProperty("size")]
    public string FontSize { get; set; }
    Property Value
    Type Description
    System.String

    FontStyle

    Gets or sets the FontStyle

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("fontStyle")]
    public string FontStyle { get; set; }
    Property Value
    Type Description
    System.String

    FontWeight

    Gets or sets the FontWeight

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("fontWeight")]
    public string FontWeight { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved