Back to Devexpress

Range.MaxValueSerializable Property

corelibraries-devexpress-dot-xtracharts-dot-range-bd958c76.md

latest1.4 KB
Original Source

Range.MaxValueSerializable Property

Gets or sets the value used to support serialization of the Range.MaxValue property.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
String

A String value, representing an equivalent of the Range.MaxValue property in an invariant locale.

|

Remarks

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

See Also

Range Class

Range Members

DevExpress.XtraCharts Namespace