ScatterPointLabelOptions.Content Property
Gets or sets the type of content displayed within point labels.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
[DefaultValue(ScatterPointLabelContentType.Argument)]
public ScatterPointLabelContentType Content { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| ScatterPointLabelContentType | Argument | A ScatterPointLabelContentType object that specifies the type of content displayed within point labels. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to Content |
|---|---|
| ScatterChartDashboardItem |
|
See Also