Gets or sets custom formatting handler for dimension labels.
Namespace:
NReco.PivotData.Output
Assembly:
NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
public Func<string, string> FormatDimensionLabel { get; set; }
Public Property FormatDimensionLabel As Func(Of String, String)
Get
Set
public:
property Func<String^, String^>^ FormatDimensionLabel {
Func<String^, String^>^ get ();
void set (Func<String^, String^>^ value);
}
member FormatDimensionLabel : Func<string, string> with get, set
Property Value
Type:
FuncString,
String
Reference