Type interface
Inheritance
IRadialLabelSettings extends ILabelSettings
.
IRadialLabelSettings is extended by IAxisLabelRadialSettings
.
Properties
active # |
Type Inherited from Indicates if element is currently active. |
---|---|
background # |
Type Inherited from Background element. Click here for more info |
baseRadius # |
Type Default Radius of the label's position. Can be either set in absolute pixel value, or percent. Relative value, depending on the situation, will most often mean its position within certain circular object, like a slice: 0% meaning inner edge, and 100% - the outer edge. |
baselineRatio # |
Type Default Inherited from How mouch of the height should be considered to go below baseline. |
blur # |
Type Inherited from Apply blur filter. Ranges of values in pixels: IMPORTANT: This setting is not supported in Safari browsers. Click here for more info |
breakWords # |
Type Default Inherited from Whether words can be broken when truncating or wrapping text. |
brightness # |
Type Inherited from Modifty visual brightness. Range of values: IMPORTANT: This setting is not supported in Safari browsers. Click here for more info |
centerX # |
Type Inherited from X coordinate of the center of the element relative to itself. Center coordinates will affect placement as well as rotation pivot point. |
centerY # |
Type Inherited from Y coordinate of the center of the element relative to itself. Center coordinates will affect placement as well as rotation pivot point. |
contrast # |
Type Inherited from Modify contrast. Range of values: IMPORTANT: This setting is not supported in Safari browsers. Click here for more info |
crisp # |
Type Default Inherited from If set to It will round x/y position so it is positioned fine "on pixel". It will also adjust NOTE: this is might not universally work, especially when set on several objects that are supposed to fit perfectly with each other. @since 5.3.0 |
cursorOverStyle # |
Type Inherited from A named mouse cursor style to show when hovering this element. Click here for more info |
dateFormatter # |
Type Inherited from An instance of Click here for more info |
direction # |
Type Default Inherited from Text direction. |
disabled # |
Type Inherited from Indicates if element is disabled. |
draggable # |
Type Inherited from If set to |
durationFormatter # |
Type Inherited from An instance of Click here for more info |
dx # |
Type Inherited from Horizontal shift in pixels. Can be negative to shift leftward. |
dy # |
Type Inherited from Vertical shift in pixels. Can be negative to shift upward. |
ellipsis # |
Type Default Inherited from Ellipsis characters to use when truncating text. Will use Unicode ellipsis symbol ( label.set("ellipsis", "..."); label.set("ellipsis", "..."); |
exportable # |
Type Inherited from If set to |
fill # |
Type Inherited from Text color. |
fillGradient # |
Type Inherited from Fill gradient. Click here for more information |
fillOpacity # |
Type Default Inherited from Text opacity. @ince 5.2.39 |
fontFamily # |
Type Inherited from Font family to use for the label. Multiple fonts can be separated by commas. |
fontSize # |
Type Inherited from Font size in misc any supported CSS format (pixel, point, em, etc.). |
fontStyle # |
Type Inherited from Font style. |
fontVariant # |
Type Inherited from Font variant. |
fontWeight # |
Type Inherited from Font weight. |
forceHidden # |
Type Inherited from If set to |
forceInactive # |
Type Inherited from If set to @since 5.0.21 |
height # |
Type Inherited from Element's absolute height in pixels (numeric value) or relative height to parent ( |
html # |
Type Inherited from HTML content of the container. Click here for more info |
hue # |
Type Inherited from Rotate HUE colors in degrees. Range of values: IMPORTANT: This setting is not supported in Safari browsers. Click here for more info |
id # |
Type Inherited from A custom string ID for the element. If set, element can be looked up via Will raise error if an element with the same ID already exists. |
ignoreFormatting # |
Type Default Inherited from If set to |
inside # |
Type Default Should label be drawn inside ( |
interactive # |
Type Inherited from Should this element accept user interaction events? |
interactiveChildren # |
Type Inherited from If set to |
invert # |
Type Inherited from Invert colors. Range of values: IMPORTANT: This setting is not supported in Safari browsers. Click here for more info |
isMeasured # |
Type Inherited from If set to |
kerning # |
Type Default Extra spacing between characters, in pixels. |
labelAngle # |
Type Label anngle in degrees. In most cases it will be set by the chart/series and does not need to be set manually. |
layer # |
Type Inherited from Numeric layer to put element in. Elements with higher number will appear in front of the ones with lower numer. If not set, will inherit layer from its ascendants. |
layerMargin # |
Type Inherited from Margins for the layer. Can be used to make the layer larger/or smaller than default chart size. @since @5.2.39 |
layout # |
Type Inherited from A method to layout Click here for more info |
lineHeight # |
Type Inherited from Line height in percent or absolute pixels. |
marginBottom # |
Type Inherited from Bottom margin in pixels. |
marginLeft # |
Type Inherited from Left margin in pixels. |
marginRight # |
Type Inherited from Right margin in pixels. |
marginTop # |
Type Inherited from Top margin in pixels. |
mask # |
Type Inherited from An element to use as a container's mask (clipping region). Click here for more info |
maskContent # |
Type Inherited from If set to |
maxChars # |
Type Inherited from Maximum number of characters to allow in label. If the @since 5.7.2 |
maxHeight # |
Type Inherited from Maximum allowed height in pixels. |
maxWidth # |
Type Inherited from Maximum allowed width in pixels. |
minHeight # |
Type Inherited from Minimum allowed height in pixels. |
minScale # |
Type Inherited from Minimum relative scale allowed for label when scaling down when If fitting the label would require it to scale beyond |
minWidth # |
Type Inherited from Minimum allowed width in pixels. |
numberFormatter # |
Type Inherited from An instance of Click here for more info |
opacity # |
Type Inherited from Opacity of the label. 0 - fully transparent; 1 - fully opaque. |
orientation # |
Type Default Should the text "face" inward or outward from the arc the text is following. Only applies if |
oversizedBehavior # |
Type Inherited from How to handle labels that do not fit into its designated space. LIMITATIONS: on circular labels, the only values supported are Click here for more info |
paddingBottom # |
Type Inherited from Bottom padding in pixels. |
paddingLeft # |
Type Inherited from Left padding in pixels. |
paddingRight # |
Type Inherited from Right padding in pixels. |
paddingTop # |
Type Inherited from Top padding in pixels. |
populateText # |
Type Inherited from If set to Click here for more info |
position # |
Type Inherited from Positioning of the element. |
radius # |
Type Pixel value to adjust radius with. Will add to (or subtract from if negative) whatever value |
reverseChildren # |
Type Inherited from If set to @since 5.1.1 |
rotation # |
Type Inherited from Rotation in degrees. |
saturate # |
Type Inherited from Modify saturation. Range of values in pixels:
Click here for more info |
scale # |
Type Inherited from Scale. Setting to a value less than 1 will shrink object. |
sepia # |
Type Inherited from Apply sepia filter. Range of values: IMPORTANT: This setting is not supported in Safari browsers. Click here for more info |
setStateOnChildren # |
Type Inherited from If set to Click here for more info |
shadowBlur # |
Type Inherited from Blurriness of the the shadow. The bigger the number, the more blurry shadow will be. Click here for more info |
shadowColor # |
Type Inherited from Color of the element's shadow. For this to work at least one of the following needs to be set as well:
Click here for more info |
shadowOffsetX # |
Type Inherited from Horizontal shadow offset in pixels. Click here for more info |
shadowOffsetY # |
Type Inherited from Vertical shadow offset in pixels. Click here for more info |
shadowOpacity # |
Type Inherited from Opacity of the shadow (0-1). If not set, will use the same as Click here for more info |
showTooltipOn # |
Type Default Inherited from Defines when tooltip is shown over the element. Available options:
Click here for more info |
stateAnimationDuration # |
Type Inherited from Duration of transition from one state to another. |
stateAnimationEasing # |
Type Inherited from Easing of transition from one state to another. |
templateField # |
Type Inherited from Allows binding element's settings to data. Click here for more info |
text # |
Type Inherited from Labels' text. Click here for text styling info
|
textAlign # |
Type Inherited from Alignment. |
textBaseline # |
Type Inherited from A base line to use when aligning text chunks vertically. |
textDecoration # |
Type Inherited from Text decoration. Supported options @since 5.0.15 |
textType # |
Type Default Label type.
|
themeTags # |
Type Inherited from Tags which can be used by the theme rules. Click here for more info |
themeTagsSelf # |
Type Inherited from Tags which can be used by the theme rules. These tags only apply to this object, not any children. Click here for more info |
themes # |
Type Inherited from A list of themes applied to the element. |
toggleKey # |
Type Inherited from If set, element will toggle specified boolean setting between |
tooltip # |
Type Inherited from
|
tooltipHTML # |
Type Inherited from HTML content to show in a tooltip when hovered. @since 5.2.11 |
tooltipPosition # |
Type Inherited from Tooltip position. |
tooltipText # |
Type Inherited from Text to show in a tooltip when hovered. |
tooltipX # |
Type Inherited from Tooltip pointer X coordinate relative to the element itself. |
tooltipY # |
Type Inherited from Tooltip pointer Y coordinate relative to the element itself. |
userData # |
Type Inherited from A storage for any custom user data that needs to be associated with the element. |
verticalScrollbar # |
Type Inherited from Setting this to an instance of Click here for more info |
visible # |
Type Inherited from Is element visible? |
wheelable # |
Type Inherited from If set to |
width # |
Type Inherited from Element's absolute width in pixels (numeric value) or relative width to parent ( |
x # |
Type Inherited from X position relative to parent. |
y # |
Type Inherited from Y position relative to parent. |
There are 100 inherited items currently hidden from this list. |