API / geotoolkit / controls / shapes / DonutChart / ModelLimitsMode

Enumeration: ModelLimitsMode

shapes.DonutChart.ModelLimitsMode

Enum defining donut charts model limits mode

Table of contents

Enumeration Members

Contents

Enumeration Members

Auto

Auto = "auto"

Auto - Model Limits will be the based on the maxOuterRadius


Dynamic

Dynamic = "dynamic"

Dynamic - Model Limits will adjust to fit the shape in the bounds


Padded

Padded = "padded"

Padded - Model Limits will be the based on the outerRadius plus the slice shift


Radius

Radius = "radius"

Radius - Model Limits will be the based on the outerRadius