PointLabelOptions.Content Property
Obsolete. Gets or sets the type of content displayed within series point labels.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
[Browsable(false)]
[Obsolete("The Content property is obsolete now. Use the ContentType property instead.")]
public PointLabelContentType Content { get; set; }
<Browsable(False)>
<Obsolete("The Content property is obsolete now. Use the ContentType property instead.")>
Public Property Content As PointLabelContentType
Property Value
Type | Description |
---|---|
PointLabelContentType | A PointLabelContentType object that specifies the type of content displayed within series point labels. |
Available values:
Name | Description |
---|---|
Value | The summary value. |
Argument | The argument value. |
SeriesName | The name of the series. |
ArgumentAndValue | The argument value and the corresponding summary value. |
See Also
Feedback