Share via


CodeLensDataPointDescriptor.IntValue Property

Definition

The integer content of the data point.

public:
 property Nullable<int> IntValue { Nullable<int> get(); void set(Nullable<int> value); };
public int? IntValue { get; set; }
member this.IntValue : Nullable<int> with get, set
Public Property IntValue As Nullable(Of Integer)

Property Value

Applies to