Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Surface3DDataPoint Class / Value Property


In This Topic
    Value Property (Surface3DDataPoint)
    In This Topic
    Gets or sets the Surface3DDataPoint's value on the ValueAxis.
    Syntax
    'Declaration
     
    Public Property Value As Double
    'Usage
     
    Dim instance As Surface3DDataPoint
    Dim value As Double
     
    instance.Value = value
     
    value = instance.Value
    public double Value {get; set;}
    Remarks
    Said value is always numeric.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also