ExcelChartDataPointLabelContainsValue Property
Gets or sets a flag indicating if the data point label contains the point value. Default value is false.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public bool ContainsValue { get; set; }
Public Property ContainsValue As Boolean
Get
Set
public:
property bool ContainsValue {
bool get ();
void set (bool value);
}
member ContainsValue : bool with get, set
Property Value
Boolean