ChartItemFormatRuleBase.DisplayName Property
Gets or sets the caption of a format rule that is displayed in a chart's legend.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
[DefaultValue("")]
public string DisplayName { get; set; }
<DefaultValue("")>
Public Property DisplayName As String
Property Value
Type | Default | Description |
---|---|---|
String | A String that specifies the caption of a format rule that is displayed in a chart's legend. |
See Also
Feedback