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()
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
Constructors
ChartLegend()
Declaration
ChartLegend(ReportSerializer)
Declaration
public ChartLegend(ReportSerializer serializer)
Parameters
Properties
AutoFitTextDisabled
Declaration
public bool AutoFitTextDisabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ChartElementPosition
Declaration
public ChartElementPosition ChartElementPosition { get; set; }
Property Value
ChartLegendTitle
Declaration
public ChartLegendTitle ChartLegendTitle { get; set; }
Property Value
ColumnSeparator
Declaration
public Separator ColumnSeparator { get; set; }
Property Value
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 |
|
Declaration
public Separator HeaderSeparator { get; set; }
Property Value
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
MaxAutoSize
Declaration
public int MaxAutoSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MinFontSize
Declaration
public Size MinFontSize { get; set; }
Property Value
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
Style
Declaration
public Style Style { get; set; }
Property Value
TextWrapThreshold
Declaration
public int TextWrapThreshold { get; set; }
Property Value
Type |
Description |
System.Int32 |
|