ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartMarkerExval - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartMarkerExval

    Inheritance
    System.Object
    ChartMarkerExval
    Implements
    IReportDispose
    System.IDisposable
    Inherited Members
    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.EJ.ReportViewer.JsonModel
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class ChartMarkerExval : IReportDispose, IDisposable

    Constructors

    ChartMarkerExval()

    Declaration
    public ChartMarkerExval()

    Properties

    BorderColor

    Declaration
    public string BorderColor { get; set; }
    Property Value
    Type Description
    System.String

    Borderwidth

    Declaration
    public double Borderwidth { get; set; }
    Property Value
    Type Description
    System.Double

    Color

    Declaration
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    Image

    Declaration
    public BackGroundImageExval Image { get; set; }
    Property Value
    Type Description
    BackGroundImageExval

    MarkerType

    Declaration
    public string MarkerType { get; set; }
    Property Value
    Type Description
    System.String

    ShadowColor

    Declaration
    public string ShadowColor { get; set; }
    Property Value
    Type Description
    System.String

    Shadowoffset

    Declaration
    public string Shadowoffset { get; set; }
    Property Value
    Type Description
    System.String

    Size

    Declaration
    public double Size { get; set; }
    Property Value
    Type Description
    System.Double

    Type

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

    IReportDispose
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved