Skip to content

LegendContentResizeMode

Namespace: ThinkGeo.Core

Specifies how legend content responds when the legend bounds are scaled.

public enum LegendContentResizeMode

Inheritance objectValueTypeEnumLegendContentResizeMode
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

Name Value Description
Default 0 Uses the legend's default behavior, which is equivalent to .
Resizable 1 Scales legend items proportionally with the available canvas size.
Fixed 2 Keeps legend items at a fixed size regardless of canvas scaling.