Skip to main content
A newer version of this page is available. .

CustomLegendItem Properties

An individual custom legend item.
Name Description
Font Gets or sets the font used to display the custom legend item content.
IsDisposed Gets a value indicating whether the control has been disposed of. Inherited from ChartElement.
MarkerColor Gets or sets the color of a custom legend item marker.
MarkerImage Specifies the custom legend item’s marker image.
MarkerImageSizeMode Gets or sets the custom legend item marker image size mode.
MarkerSize Gets or sets the marker’s height and width.
MarkerVisible Gets or sets the value indicating whether or not the custom legend item marker is visible.
Name Gets or sets the name of the chart element. Inherited from ChartElementNamed.
Tag Gets or sets the object that contains data related to the chart element. Inherited from ChartElement.
Text Gets or sets the text the custom legend item displays.
TextColor Gets or sets the custom legend item text color.
TextVisible Gets or sets the value indicating whether or not the custom legend item text is visible.
See Also