menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class MarkerSettings

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

    Constructors

    MarkerSettings()

    Declaration
    public MarkerSettings()

    Properties

    Border

    Gets or sets for marker border.

    Declaration
    [JsonProperty("border")]
    public Border Border { get; set; }
    Property Value
    Type Description
    Border
    Remarks

    Sparkline marker border.

    Fill

    Gets or sets for marker color.

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

    Sparkline marker color.

    Opacity

    Gets or sets for marker opacity.

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

    Sparkline marker opacity.

    Visible

    Gets or sets for marker visible.

    Declaration
    [JsonProperty("visible")]
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Sparkline marker visible.

    Width

    Gets or sets for marker width.

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

    Sparkline marker width.

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