This object represents the font attributes (font name, font size, color, etc.) for a chart object. Methods Properties Expand table PropertyTypeDescription boldBooleanIndicates whether the fond is bold. colorstringThe HTML color code representation of the text color. For example #FF0000 represents ...
Font FormatColor FormatCondition FormatConditions FreeformBuilder FullSeriesCollection Global GlobalClass Graphic Gridlines GroupBox GroupBoxes GroupObject GroupObjects GroupShapes HeaderFooter HiLoLines HPageBreak HPageBreaks Hyperlink Hyperlinks IAboveAverage IAction IActions IAddIn IAddIns IAddIns2 IAllowEdit...
FontSignature FontSize FontSizeComplexScript FontTypeHintValues 页脚 FooterReference Footnote FootnoteDocumentWideProperties FootnoteEndnoteReferenceType FootnoteEndnoteSeparatorReferenceType FootnoteEndnoteType FootnoteEndnoteValues FootnoteLayoutLikeWord8 FootnotePosition FootnotePositionValues FootnoteProperties FootnoteRefere...
("A1:E7");letchart = sheet.charts.add(Excel.ChartType.line, dataRange,"Auto"); chart.setPosition("A22","F35"); chart.legend.position ="Right"; chart.legend.format.fill.setSolidColor("white"); chart.dataLabels.format.font.size =15; chart.dataLabels.format.font.color ="black"; chart....
font 指定使用的字体,1是普通字体, 2代表粗体, 3代表斜体。 font.axis 指定坐标轴刻度字体 font.lab 指定坐标轴标签字体 font.main 指定主标题字体 font.sub 指定副标题字体 family 指定文本的字体家族 点—绘图符号: pch=这个参数去指定图中点的形状,它的值是数字,不同数字代表不同的符号,对于21~25号,我们...
FontStyle FontType GridFitType ReturnKeyLabel SoftKeyboardType StageText StageTextClearButtonMode StageTextInitOptions StaticText StyleSheet TextColorType TextDisplayMode TextField TextFieldAutoSize TextFieldType TextFormat TextFormatAlign TextInteractionMode TextLineMetrics TextRenderer TextSnapshotП...
fontworkbookChartFontRepresents the font attributes (font name, font size, color, etc.) for the current object. Read-only. JSON representation The following JSON representation shows the resource type. JSON {"fill": {"@odata.type":"microsoft.graph.workbookChartFill"},"font": {"@odata.type"...
fontWeight:'bold', fontSize:16, }, minorTick: { show:true// 坐标轴刻度线显示}, minorSplitLine: { show:true}, axisLine: { show:true// 坐标轴轴线显示} },//数据缩放dataZoom: [{type:'inside', }, {type:'inside'//可以通过鼠标滚轮,鼠标拖拽进行缩放}], ...
Using device fonts results in a smaller movie size, because font data is not included in the file. Device fonts are often a good choice for displaying text at small point sizes, because anti-aliased text can be blurry at small sizes. Device fonts are also a good choice for large blocks ...
fontSize: 15,//设置字体大小 color:'red'//设置柱子上面数据的颜色 } } }, itemStyle : { //设置折线的颜色 normal : { lineStyle:{ color:'red' } } }, data:[820, 932, 901, 934, 1290, 1330, 1320] } ] }; // 加载数据 myChart1.setOption(option1); ...