BarChartSortBy Property

Spotfire 14.7 API Reference
Gets or sets a CategoryKey that identifies the segment of the bars to sort the X axis by.

Namespace:  Spotfire.Dxp.Application.Visuals
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax

C#
public CategoryKey SortBy { get; set; }

Property Value

Type: CategoryKey
Remarks

The default value of this property is an empty category key, which means sorting will be based on the entire bars and not just one of the bar segments. This property applies only when SortedBars is set to true.
Version Information

Supported in: 14.7, 14.6, 14.5
See Also

Reference