IKpiProperties Interface
  Namespace: Qlik.Sense.Client.Visualizations
Assembly: Qlik.Sense.Client.dll
  
  
  Assembly: Qlik.Sense.Client.dll
Syntax
public interface IKpiProperties : IVisualizationBaseProperties, IGenericObjectProperties, IAbstractStructureProperties
| Name | Description | 
|---|---|
| Color | JSON property name: color | 
| FontSize | Changes the font size of the main value. [S : small, M : medium, L : large] JSON property name: fontSize | 
| HyperCubeDef | JSON property name: qHyperCubeDef | 
| OpenUrlInNewTab | Boolean to set if the KPI will open in another tab when clicked (if false it will only redirect from the current page) JSON property name: openUrlInNewTab | 
| SheetLink | The id (as a string) of the sheet to link to JSON property name: sheetLink | 
| ShowMeasureTitle | Boolean to set if the main title (from the first measure) should be shown JSON property name: showMeasureTitle | 
| TextAlign | Aligns the text in the KPI object. [left, center, right] JSON property name: textAlign | 
| UseLink | Boolean to set if the KPI will link to another sheet when clicked JSON property name: useLink |