Back to Devexpress

PieSeriesViewBase.ExplodedPointIdsSerializable Property

corelibraries-devexpress-dot-xtracharts-dot-pieseriesviewbase-2b873a96.md

latest1.4 KB
Original Source

PieSeriesViewBase.ExplodedPointIdsSerializable Property

Gets or sets the string value used to support serialization of the PieSeriesViewBase.ExplodedPoints property.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public string ExplodedPointIdsSerializable { get; set; }
vb
<Browsable(False)>
Public Property ExplodedPointIdsSerializable As String

Property Value

TypeDescription
String

A String value.

|

Remarks

This property is hidden and intended for internal use only. Normally you don’t need to use it.

See Also

PieSeriesViewBase Class

PieSeriesViewBase Members

DevExpress.XtraCharts Namespace