ASP.NET Core

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

    Show / Hide Table of Contents

    Class ChartLegendExval

    Inheritance
    System.Object
    ChartLegendExval
    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 ChartLegendExval : IReportDispose, IDisposable

    Constructors

    ChartLegendExval()

    Declaration
    public ChartLegendExval()

    Properties

    Alignment

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

    AutoFitTextDisabled

    Declaration
    public bool AutoFitTextDisabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    ColumnSeparator

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

    ColumnSeparatorColor

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

    ColumnSpacing

    Declaration
    public int ColumnSpacing { get; set; }
    Property Value
    Type Description
    System.Int32

    DockOutsideChartArea

    Declaration
    public bool DockOutsideChartArea { get; set; }
    Property Value
    Type Description
    System.Boolean

    DockToChartArea

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

    EquallySpacedItems

    Declaration
    public bool EquallySpacedItems { get; set; }
    Property Value
    Type Description
    System.Boolean

    HeaderSeparator

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

    HeaderSeparatorColor

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

    InterlacedRows

    Declaration
    public bool InterlacedRows { get; set; }
    Property Value
    Type Description
    System.Boolean

    InterlacedRowsColor

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

    Layout

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

    LegendTile

    Declaration
    public ChartLegandTileExval LegendTile { get; set; }
    Property Value
    Type Description
    ChartLegandTileExval

    MaxAutoSize

    Declaration
    public int MaxAutoSize { get; set; }
    Property Value
    Type Description
    System.Int32

    MinFontSize

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

    Name

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

    Position

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

    RExversed

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

    Style

    Declaration
    public ItemStyleExval Style { get; set; }
    Property Value
    Type Description
    ItemStyleExval

    TextWrapThreshold

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

    Visibilty

    Declaration
    public bool Visibilty { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

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