Class ChartParetoOptionsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ChartParetoOptionsBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.AspNetMvc.Charts.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 |