menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class SegmentSettings

    Class for segment settings.

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

    Constructors

    SegmentSettings()

    Declaration
    public SegmentSettings()

    Properties

    Color

    Gets or sets the color.

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

    Set the color for the text segments.

    Gradient

    Gets or sets the Gradient.

    Declaration
    [JsonProperty("gradient")]
    public List<SegmentGradient> Gradient { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<SegmentGradient>

    Set the gradient for the text segments.

    Length

    Gets or sets the Length.

    Declaration
    [JsonProperty("length")]
    public double Length { get; set; }
    Property Value
    Type Description
    System.Double

    Specifies the length.

    Opacity

    Gets or sets the Opacity.

    Declaration
    [JsonProperty("opacity")]
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    Specifies the opacity.

    Spacing

    Gets or sets the Spacing.

    Declaration
    [JsonProperty("spacing")]
    public double Spacing { get; set; }
    Property Value
    Type Description
    System.Double

    Set the spacing for the text segments.

    Width

    Gets or sets the Width.

    Declaration
    [JsonProperty("width")]
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double

    Specifies the width.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved