ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ChartLegend

    Represents the properties that can be used to display instances of the series groups in a chart legend.

    Inheritance
    System.Object
    ChartLegend
    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.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class ChartLegend

    Constructors

    ChartLegend()

    Declaration
    public ChartLegend()

    ChartLegend(ReportSerializer)

    Declaration
    public ChartLegend(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Properties

    AutoFitTextDisabled

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

    ChartElementPosition

    Declaration
    public ChartElementPosition ChartElementPosition { get; set; }
    Property Value
    Type Description
    ChartElementPosition

    ChartLegendTitle

    Declaration
    public ChartLegendTitle ChartLegendTitle { get; set; }
    Property Value
    Type Description
    ChartLegendTitle

    ColumnSeparator

    Declaration
    public Separator ColumnSeparator { get; set; }
    Property Value
    Type Description
    Separator

    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 Separator HeaderSeparator { get; set; }
    Property Value
    Type Description
    Separator

    HeaderSeparatorColor

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

    Hidden

    Declaration
    public string Hidden { 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 Layout Layout { get; set; }
    Property Value
    Type Description
    Layout

    MaxAutoSize

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

    MinFontSize

    Declaration
    public Size MinFontSize { get; set; }
    Property Value
    Type Description
    Size

    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

    Reversed

    Declaration
    public BooleanOptions Reversed { get; set; }
    Property Value
    Type Description
    BooleanOptions

    Style

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

    TextWrapThreshold

    Declaration
    public int TextWrapThreshold { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved