menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class MarkerBuilder

    Inheritance
    System.Object
    MarkerBuilder
    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
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class MarkerBuilder

    Constructors

    MarkerBuilder(Marker)

    Declaration
    public MarkerBuilder(Marker marker)
    Parameters
    Type Name Description
    Marker marker

    Methods

    Border(Action<ChartBorderBuilder>)

    Declaration
    public MarkerBuilder Border(Action<ChartBorderBuilder> border)
    Parameters
    Type Name Description
    System.Action<ChartBorderBuilder> border
    Returns
    Type Description
    MarkerBuilder

    DataLabel(Action<DataLabelBuilder>)

    Declaration
    public MarkerBuilder DataLabel(Action<DataLabelBuilder> dataLabel)
    Parameters
    Type Name Description
    System.Action<DataLabelBuilder> dataLabel
    Returns
    Type Description
    MarkerBuilder

    Fill(String)

    Declaration
    public MarkerBuilder Fill(string fill)
    Parameters
    Type Name Description
    System.String fill
    Returns
    Type Description
    MarkerBuilder

    ImageUrl(String)

    Declaration
    public MarkerBuilder ImageUrl(string url)
    Parameters
    Type Name Description
    System.String url
    Returns
    Type Description
    MarkerBuilder

    Opacity(Double)

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

    Shape(ChartShape)

    Declaration
    public MarkerBuilder Shape(ChartShape Shape)
    Parameters
    Type Name Description
    ChartShape Shape
    Returns
    Type Description
    MarkerBuilder

    Size(Action<SizeBuilder>)

    Declaration
    public MarkerBuilder Size(Action<SizeBuilder> size)
    Parameters
    Type Name Description
    System.Action<SizeBuilder> size
    Returns
    Type Description
    MarkerBuilder

    Visible(Boolean)

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