menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotViewPivotChartSeriesMarkerSettingsBuilder - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotViewPivotChartSeriesMarkerSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    PivotViewPivotChartSeriesMarkerSettingsBuilder
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PivotViewPivotChartSeriesMarkerSettingsBuilder : ControlBuilder

    Constructors

    PivotViewPivotChartSeriesMarkerSettingsBuilder()

    Declaration
    public PivotViewPivotChartSeriesMarkerSettingsBuilder()

    PivotViewPivotChartSeriesMarkerSettingsBuilder(PivotViewPivotChartSeriesMarkerSettings)

    Declaration
    public PivotViewPivotChartSeriesMarkerSettingsBuilder(PivotViewPivotChartSeriesMarkerSettings model)
    Parameters
    Type Name Description
    PivotViewPivotChartSeriesMarkerSettings model

    Methods

    Border(Object)

    Allows options for customizing the border of a marker.

    Declaration
    public PivotViewPivotChartSeriesMarkerSettingsBuilder Border(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    PivotViewPivotChartSeriesMarkerSettingsBuilder

    DataLabel(Object)

    Allows to set the data label for the series.

    Declaration
    public PivotViewPivotChartSeriesMarkerSettingsBuilder DataLabel(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    PivotViewPivotChartSeriesMarkerSettingsBuilder

    Fill(String)

    Allows to set the fill color of the marker that accepts value in hex and rgba as a valid CSS color string. By default, it will take series' color.

    Declaration
    public PivotViewPivotChartSeriesMarkerSettingsBuilder Fill(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    PivotViewPivotChartSeriesMarkerSettingsBuilder

    Height(Double)

    Allows to set the height of the marker in pixels.

    Declaration
    public PivotViewPivotChartSeriesMarkerSettingsBuilder Height(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PivotViewPivotChartSeriesMarkerSettingsBuilder

    ImageUrl(String)

    Allows to set the URL for the Image that is to be displayed as a marker. It requires marker shape value to be an Image.

    Declaration
    public PivotViewPivotChartSeriesMarkerSettingsBuilder ImageUrl(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    PivotViewPivotChartSeriesMarkerSettingsBuilder

    Opacity(Double)

    Allows to set the opacity of the marker.

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

    Shape(Object)

    Allows to set the different shape of a marker: circle - Renders the marker shaper as circle. rectangle - Renders the marker shaper as rectangle. triangle - Renders the marker shaper as triangle. diamond - Renders the marker shaper as diamond. cross - Renders the marker shaper as cross. horizontalLine - Renders the marker shaper as horizontalLine. verticalLine - Renders the marker shaper as verticalLine. pentagon- Renders the marker shaper as pentagon. invertedTriangle - Renders the marker shaper as invertedTriangle. image - Renders the marker shaper as image.

    Declaration
    public PivotViewPivotChartSeriesMarkerSettingsBuilder Shape(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    PivotViewPivotChartSeriesMarkerSettingsBuilder

    Visible(Boolean)

    If set to true the marker for series is rendered. This is applicable only for line and area type series.

    Declaration
    public PivotViewPivotChartSeriesMarkerSettingsBuilder Visible(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    PivotViewPivotChartSeriesMarkerSettingsBuilder

    Width(Double)

    Allows to set the width of the marker in pixels.

    Declaration
    public PivotViewPivotChartSeriesMarkerSettingsBuilder Width(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PivotViewPivotChartSeriesMarkerSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved