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