Class ChartParetoOptionsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ChartParetoOptionsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class ChartParetoOptionsBuilder : ControlBuilder
Constructors
ChartParetoOptionsBuilder()
Declaration
public ChartParetoOptionsBuilder()
ChartParetoOptionsBuilder(ChartParetoOptions)
Declaration
public ChartParetoOptionsBuilder(ChartParetoOptions model)
Parameters
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
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
Marker(ChartMarkerSettings)
Options for displaying and customizing markers for individual points in a Pareto line.
Declaration
public ChartParetoOptionsBuilder Marker(ChartMarkerSettings value)
Parameters
Returns
Marker(Action<ChartMarkerSettingsBuilder>)
Declaration
public ChartParetoOptionsBuilder Marker(Action<ChartMarkerSettingsBuilder> marker)
Parameters
Returns
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
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