ScatterPointLabelOptions.Content Property
In This Article
Gets or sets the type of content displayed within point labels.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(ScatterPointLabelContentType.Argument)]
public ScatterPointLabelContentType Content { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Scatter |
Argument | A Scatter |
Available values:
Name | Description |
---|---|
Argument | The argument value. |
Weight | The weight summary value. |
Values | Summary values. |
Argument |
The argument and corresponding weight summary value. |
Argument |
The argument value and corresponding summary values. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Content |
---|---|
Scatter |
|
See Also