menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartParetoOptions - API Reference

    Show / Hide Table of Contents

    Class ChartParetoOptions

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    ChartParetoOptions
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    MvcTemplate<System.Object>

    DashArray

    Defines the pattern of dashes and gaps to stroke.

    Declaration
    [HtmlAttributeName("dashArray")]
    public string DashArray { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "0"

    Fill

    The fill color of the pareto line that accepts value in hex and rgba as a valid CSS color string. By default, it will take color based on theme.

    Declaration
    [HtmlAttributeName("fill")]
    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
    [HtmlAttributeName("marker")]
    public ChartMarkerSettings Marker { get; set; }
    Property Value
    Type Description
    ChartMarkerSettings

    The default value is null

    ShowAxis

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

    Declaration
    [HtmlAttributeName("showAxis")]
    public bool ShowAxis { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    Width

    Defines the width of the pareto line series.

    Declaration
    [HtmlAttributeName("width")]
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 1

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved