PivotTableJsonWriterFormatMeasureHeader Property

NReco.PivotData Class Library Documentation
Gets or sets custom formatting handler for measure headers (JSON: 'MeasureLabels' array).

Namespace:  NReco.PivotData.Output
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

public Func<IAggregatorFactory, int, string> FormatMeasureHeader { get; set; }

Property Value

Type: FuncIAggregatorFactory, Int32, String
See Also

Reference