Class ChartParetoOptions
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
ChartParetoOptions
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class ChartParetoOptions : EJTagHelper
Constructors
ChartParetoOptions()
Declaration
public ChartParetoOptions()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
DashArray
Sets the pattern of dashes and gaps for the stroke of the Pareto line series.
Declaration
public string DashArray { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "0" |
Fill
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 string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Marker
Options for displaying and customizing markers for individual points in a Pareto line.
Declaration
public ChartMarkerSettings Marker { get; set; }
Property Value
Type | Description |
---|---|
ChartMarkerSettings | The default value is null |
ShowAxis
By default, the axis for the Pareto line is displayed, but this can be disabled using the showAxis
property.
Declaration
public bool ShowAxis { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
Width
The width
property controls the thickness of the line for the Pareto series, affecting its visual weight on the chart.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |