Share via


ChartLegend Members

Include Protected Members
Include Inherited Members

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

The ChartLegend type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_instance Infrastructure. (Inherited from ChartObjectCollectionItem<T>.)

Top

Properties

  Name Description
Public property AutoFitTextDisabled Indicates text will not be autosized to fit in the legend area.
Public property ChartElementPosition Defines a custom position for the legend.
Public property ColumnSeparator Indicates what type of separator to use for the columns.
Public property ColumnSeparatorColor Indicates what color to use for the column separator.
Public property ColumnSpacing Spacing between columns as a percent of the font size.
Public property DockOutsideChartArea Indicates the title should be docked outside the chart area rather than inside the chart area.
Public property DockToChartArea Name of the chart area on which to draw the legend.
Public property EquallySpacedItems Indicated legend items should be equally spaced.
Public property HeaderSeparator Indicates what type of separator to use for the legend header.
Public property HeaderSeparatorColor Indicates what color to use for the legend header separator.
Public property Hidden Indicates the legend is hidden.
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property InterlacedRows Indicates legend rows should use interlaced colors.
Public property InterlacedRowsColor The background color to use for interlaced legend rows.
Public property Layout The arrangement of labels within the legend.
Public property LegendColumns Gets the legend columns.
Public property LegendCustomItems Gets the custom legend items.
Public property LegendTitle Gets the legend title.
Public property MaxAutoSize Maximum size for the legend, as a percent of the chart size.
Public property MinFontSize Minimum size for autosized legend text.
Public property Name Name of the chart legend.
Public property Position The position of the legend
Public property Reversed Indicates the direction of the legend should be reversed.
Public property Style Gets the style properties of this report definition object.
Public property TextWrapThreshold Number of characters after which to wrap the legend text

Top