跳到主要内容

ApiChart

Represents the ApiChart class.

Methods

MethodReturnsDescription
AddSeriaNoneAdds a new series to the current chart.
ApplyChartStylebooleanSets a style to the current chart by style ID.
GetAllSeriesApiChartSeries[]Returns all series from the chart space.
GetChartTypeChartTypeReturns a type of the chart object.
GetClassType"chart"Returns a type of the ApiChart class.
GetSeriesApiChartSeriesReturns the series with a specific index.
RemoveSeriabooleanRemoves the specified series from the current chart.
SetAxieNumFormatbooleanSets the specified numeric format to the axis values.
SetCatFormulaNoneSets a range with the category values to the current chart.
SetDataPointFillbooleanSets the fill to the data point in the specified chart series.
SetDataPointOutLinebooleanSets the outline to the data point in the specified chart series.
SetHorAxisMajorTickMarkbooleanSpecifies major tick mark for the horizontal axis.
SetHorAxisMinorTickMarkbooleanSpecifies minor tick mark for the horizontal axis.
SetHorAxisOrientationbooleanSpecifies the horizontal axis orientation.
SetHorAxisTickLabelPositionbooleanSpicifies tick labels position for the horizontal axis.
SetHorAxisTitlebooleanSpecifies the chart horizontal axis title.
SetLegendFillbooleanSets the fill to the chart legend.
SetLegendFontSizebooleanSpecifies the legend font size.
SetLegendOutLinebooleanSets the outline to the chart legend.
SetLegendPosbooleanSpecifies the chart legend position.
SetMajorHorizontalGridlinesbooleanSpecifies major horizontal gridline visual properties.
SetMajorVerticalGridlinesbooleanSpecifies major vertical gridline visual properties.
SetMarkerFillbooleanSets the fill to the marker in the specified chart series.
SetMarkerOutLinebooleanSets the outline to the marker in the specified chart series.
SetMinorHorizontalGridlinesbooleanSpecifies minor horizontal gridline visual properties.
SetMinorVerticalGridlinesbooleanSpecifies minor vertical gridline visual properties.
SetPlotAreaFillbooleanSets the fill to the chart plot area.
SetPlotAreaOutLinebooleanSets the outline to the chart plot area.
SetSeriaNamebooleanSets a name to the specified series.
SetSeriaValuesbooleanSets values from the specified range to the specified series.
SetSeriaXValuesbooleanSets the x-axis values from the specified range to the specified series. It is used with the scatter charts only.
SetSeriesFillbooleanSets the fill to the specified chart series.
SetSeriesOutLinebooleanSets the outline to the specified chart series.
SetShowDataLabelsbooleanSpecifies which chart data labels are shown for the chart.
SetShowPointDataLabelbooleanSpicifies the show options for data labels.
SetTitlebooleanSpecifies the chart title.
SetTitleFillbooleanSets the fill to the chart title.
SetTitleOutLinebooleanSets the outline to the chart title.
SetVerAxisOrientationbooleanSpecifies the vertical axis orientation.
SetVerAxisTitlebooleanSpecifies the chart vertical axis title.
SetVertAxisMajorTickMarkbooleanSpecifies major tick mark for the vertical axis.
SetVertAxisMinorTickMarkbooleanSpecifies minor tick mark for the vertical axis.
SetVertAxisTickLabelPositionbooleanSpicifies tick labels position for the vertical axis.