menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ChartParetoOptionsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    ChartParetoOptionsBuilder
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChartParetoOptionsBuilder : ControlBuilder

    Constructors

    ChartParetoOptionsBuilder()

    Declaration
    public ChartParetoOptionsBuilder()

    ChartParetoOptionsBuilder(ChartParetoOptions)

    Declaration
    public ChartParetoOptionsBuilder(ChartParetoOptions model)
    Parameters
    Type Name Description
    ChartParetoOptions model

    Methods

    DashArray(String)

    Sets the pattern of dashes and gaps for the stroke of the Pareto line series.

    Declaration
    public ChartParetoOptionsBuilder DashArray(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    ChartParetoOptionsBuilder

    Fill(String)

    The fill color of the Pareto line, which accepts values in hex or rgba as valid CSS color strings. By default, a color based on the theme is used.

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

    Marker(ChartMarkerSettings)

    Options for displaying and customizing markers for individual points in a Pareto line.

    Declaration
    public ChartParetoOptionsBuilder Marker(ChartMarkerSettings value)
    Parameters
    Type Name Description
    ChartMarkerSettings value
    Returns
    Type
    ChartParetoOptionsBuilder

    Marker(Action<ChartMarkerSettingsBuilder>)

    Declaration
    public ChartParetoOptionsBuilder Marker(Action<ChartMarkerSettingsBuilder> marker)
    Parameters
    Type Name Description
    System.Action<ChartMarkerSettingsBuilder> marker
    Returns
    Type
    ChartParetoOptionsBuilder

    ShowAxis(Boolean)

    By default, the axis for the Pareto line is displayed, but this can be disabled using the showAxis property.

    Declaration
    public ChartParetoOptionsBuilder ShowAxis(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    ChartParetoOptionsBuilder

    Width(Double)

    The width property controls the thickness of the line for the Pareto series, affecting its visual weight on the chart.

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