Last updated

API / geotoolkit / controls / shapes / LineChart / DataInterpolationType

Enumeration: DataInterpolationType

shapes.LineChart.DataInterpolationType

Enum of Data-Interpolation type for stacked area

Table of contents

Enumeration Members

Contents

Enumeration Members

InterpolateMissingValues

InterpolateMissingValues = "InterpolateMissingValues"

Apply linear interpolation for missing points


InterpolateNull

InterpolateNull = "InterpolateNull"

Interpolate as Null for missing points


InterpolateZero

InterpolateZero = "InterpolateZero"

Interpolate as 0 for missing points