A newer version of this page is available.
Switch to the current version.
MapPieMappingInfo.PieSegment Property
Gets or sets the name of the data field, which contains data to calculate values for pie chart segments.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v19.2.dll
Declaration
[DefaultValue("")]
public string PieSegment { get; set; }
<DefaultValue("")>
Public Property PieSegment As String
Property Value
Type | Default | Description |
---|---|---|
String | A string value that specifies the name of the bound data field. |
See Also
Feedback