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