Enum TransformationType
Represents the types of data transformation in a state indicator.
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.ReportControls.Wpf.dll
Syntax
public enum TransformationType
Fields
Name | Description |
---|---|
None | No transformation. Match indicator states to actual data values. |
Percentage | Transform data values to percentages based on specified minimum and maximum data values.Match indicator states to the transformed percentages. |