Back to Devexpress

MapPieMappingInfo.PieSegment Property

windowsforms-devexpress-dot-xtramap-dot-mappiemappinginfo.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue("")]
public string PieSegment { get; set; }
vb
<DefaultValue("")>
Public Property PieSegment As String

Property Value

TypeDefaultDescription
StringString.Empty

A string value that specifies the name of the bound data field.

|

See Also

MapPieMappingInfo Class

MapPieMappingInfo Members

DevExpress.XtraMap Namespace