Skip to main content

ApiChart

Represents the ApiChart class.

Methods

MethodReturnsDescription
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.
SetCategoryNamebooleanSets a name to the specified chart category.
SetDataPointFillbooleanSets the fill to the data point in the specified chart series.
SetDataPointNumFormatbooleanSets the specified numeric format to the chart data point.
SetDataPointOutLinebooleanSets the outline to the data point in the specified chart series.
SetHorAxisMajorTickMarkNoneSpecifies major tick mark for the horizontal axis.
SetHorAxisMinorTickMarkNoneSpecifies minor tick mark for the horizontal axis.
SetHorAxisOrientationNoneSpecifies the horizontal axis orientation.
SetHorAxisTickLabelPositionNoneSpicifies tick labels position for the horizontal axis.
SetHorAxisTitleNoneSpecifies the chart horizontal axis title.
SetLegendFillbooleanSets the fill to the chart legend.
SetLegendFontSizeNoneSpecifies the legend font size.
SetLegendOutLinebooleanSets the outline to the chart legend.
SetLegendPosNoneSpecifies the chart legend position.
SetMajorHorizontalGridlinesNoneSpecifies major horizontal gridline visual properties.
SetMajorVerticalGridlinesNoneSpecifies 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.
SetMinorHorizontalGridlinesNoneSpecifies minor horizontal gridline visual properties.
SetMinorVerticalGridlinesNoneSpecifies 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 chart series.
SetSeriaNumFormatbooleanSets the specified numeric format to the chart series.
SetSeriaValuesbooleanSets values to the specified chart series.
SetSeriesFillbooleanSets the fill to the specified chart series.
SetSeriesOutLinebooleanSets the outline to the specified chart series.
SetShowDataLabelsNoneSpecifies which chart data labels are shown for the chart.
SetShowPointDataLabelNoneSpicifies the show options for data labels.
SetTitleNoneSpecifies the chart title.
SetTitleFillbooleanSets the fill to the chart title.
SetTitleOutLinebooleanSets the outline to the chart title.
SetVerAxisOrientationNoneSpecifies the vertical axis orientation.
SetVerAxisTitleNoneSpecifies the chart vertical axis title.
SetVertAxisMajorTickMarkNoneSpecifies major tick mark for the vertical axis.
SetVertAxisMinorTickMarkNoneSpecifies minor tick mark for the vertical axis.
SetVertAxisTickLabelPositionNoneSpicifies tick labels position for the vertical axis.
SetXValuesbooleanSets the x-axis values to all chart series. It is used with the scatter charts only.