ILinechartProperties Interface
Assembly: Qlik.Sense.Client.dll
Syntax
public interface ILinechartProperties : IVisualizationBaseProperties, IGenericObjectProperties, IAbstractStructureProperties
| Name | Description | 
|---|---|
| Color | Color settings. JSON property name: color | 
| DataPoint | Data point settings. JSON property name: dataPoint | 
| DimensionAxis | Dimension axis settings. JSON property name: dimensionAxis | 
| GridLine | Grid lines settings. JSON property name: gridLine | 
| HyperCubeDef | The hypercube used by most visualizations JSON property name: qHyperCubeDef | 
| Legend | Legend settings. JSON property name: legend | 
| LineType | Type of line chart. JSON property name: lineType | 
| MeasureAxis | Line chart measure axis settings. JSON property name: measureAxis | 
| NullMode | Null value presentation. JSON property name: nullMode | 
| PreferContinuousAxis | Chart axis setting to control preference of scale on a dimensional axis. If true, the scale along the dimensional axis will be continuous if the data supports it, discrete otherwise. JSON property name: preferContinuousAxis | 
| RefLine | JSON property name: refLine | 
| ScrollStartPos | Scroll Alignment. If 0, then the scrollbar will start at the left/top of the chart, if 1 it starts at the right/bottom of the chart. Generally decides if the scroll starts at the beginning or end of the data JSON property name: scrollStartPos | 
| SeparateStacking | Stack positive and negative values separately. Dependent of lineType property. JSON property name: separateStacking | 
| StackedArea | Stack areas. Dependent of lineType property. JSON property name: stackedArea |