Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.17 KB

chartdatalabelformat.md

File metadata and controls

44 lines (30 loc) · 1.17 KB

ChartDataLabelFormat

Encapsulates the format properties for the chart data labels.

Properties

None

Relationships

Relationship Type Description
fill ChartFill Represents the fill format of the current chart data label. Read-only.
font ChartFont Represents the font attributes (font name, font size, color, etc.) for a chart data label. Read-only.

Methods

Method Return Type Description
load(param: object) void Fills the proxy object created in JavaScript layer with property and object values specified in the parameter.

API Specification

load(param: object)

Fills the proxy object created in JavaScript layer with property and object values specified in the parameter.

Syntax

object.load(param);

Parameters

Parameter Type Description
param object Optional. Accepts parameter and relationship names as delimited string or an array. Or, provide loadOption object.

Returns

void

Examples

Back