IChart

Description

The IChart interface contains properties and methods required to define chart parameters.

Properties

  Property name Brief description
Outdated. Use IChart.SeriesOrder.
The AutoRotateMarker property determines whether auto rotation is set for marker on the chart.
The AxisX property enables a user to specify parameters of the X axis on a chart.
The AxisXPlacement property determines whether it is possible to build a chart without indenting from the category axis.
The AxisY property enables a user to specify parameters of the Y axis on a chart.
The AxisYSec property enables a user to specify parameters of the additional Y axis.
The AxisZ property returns Z axis parameters on the chart.
The BubbleInfo property returns settings of the bubble chart.
The Caption property allows setting parameters of a chart title.
The Changed property returns whether the current chart is changed.
The ChartArea property enables a user to determine parameters of a chart area.
The ChartAsImage property determines whether charts and maps can be displayed in a regular report using HighChart and MapChart components respectively.
The CircleInfo property enables a user to determine parameters of a pie chart.
The CircleInfoEx property determines parameters of the pie chart with a secondary pie or a bar chart.
The Corridors property returns a collection of chart corridors.
The DecorationType property determines style of a chart.

The DefaultMarker property sets default marker type.

Outdated. Use IChartAxis.DisplayGrid.
The Displaybar chartm property determines the sign of displaying the frequency chart.
The DisplayLegend property indicates whether the legend is displayed.
The DisplayMarkers property determines visibility of markers.
The DisplayMode property determines chart display mode.
The DisplaySecondaryAxis property determines whether a secondary axis is displayed.
The DisplayVolume3D property determines whether the 3D chart type is displayed.
The DisplayZAxis property determines whether Z axis is displayed on the chart.
The EditedSerie property determines series index when the By Points or Drawing editing modes are enabled.
The EnableHyperlinks property determines whether the chart data series can be displayed as hyperlinks.
The ExcludeInvisibleSeries property determines whether it is possible to rebuild a pie chart when excluding series via legend.
The GapWidthCoef property determines width of gap between bars of a bar chart.
The GraphArea property enables a user to specify parameters of plot area for a chart.
The HighQuality property controls smoothing for chart elements and fonts. This property is outdated.

Outdated. Use IChartHint.CustomFormat.

Outdated. Use IChartHint.StringFormat.
The bar chartmInfo allows to determine parameters of the frequency chart.
The InteractiveMode property determines interactive mode.
The IsDataLinkedDecor property determines whether series formatting is linked to the data source.
The IsDirty property determines whether the chart parameters have changed.
The Legend property determines parameters of a legend.
The Orientation property determines the chart orientation.
The OverlapCoef property determines the width of series overlapping.
The PointName property returns name of a graph point.
The PointCount property returns the number of graph points.
The RoundJoint property determines whether corners of chart bars can be rounded.
The SecondaryGapWidthCoef property determines gap width size of columns built on the secondary axis.
The SecondaryOverlapCoef property determines the overlap size of columns built on the secondary axis.
The SelectedSeries property returns parameters of a collection of the selected data series on the chart.
The SeparateSecondaryAxis property determines whether secondary axis is displayed.
The Series property enables a user to specify series parameters.
The SeriesOrder property determines order of chart series.
The StockStyle property determines the style of a stock chart.
The Style property determines the type of a chart scale.
The StyleGroup property determines parameters of displaying of series groups' list.
The SuppressSpaceTick property determines whether additional divisions are to be displayed for skipped labels.
The TickLabelSpacing property determines the number of categories between scale mark labels.
The TickLabelSpacingAuto property determines whether the number of categories between tick mark labels is calculated automatically.
The Type property determines a chart type.
The UndoRedo property determines parameters of the undo and redo stack in the chart.
The UseZeroSubstitution property enables user to set replacement of missing values with zeroes.
The UseAutoVisibleZoomScrollbars property determines whether to display scrollbars for the chart to be zoomed.

The UseMarkersThinning property determines whether automatic marker thinning is used.

The UseSignatureHint property determines whether to show data labels in the chart as tooltips.

The Volume3DInfo property enables a user to adjust parameters of a 3D chart.
The WickOffset property determines offset of oscillation interval markers relative to a bar.
The ZoomMode property determines zooming mode.

Methods

  Method name Brief description
The HitTestSeries method allows to get chart series in a specified point.
The LoadDecoration method loads custom style from an XML document.
The LoadFromJSON method loads JSON markup from a string variable.
The LoadFromXml method loads XML markup from a string variable.
The MakeBlackAndWhite method allows to display the chart in black and white.
The Refresh method refreshes the chart on making changes in the dataset of the chart source.
The ResetDataCache method resets data cache.
The SaveDecoration method saves custom style to an XML document.
The SaveImageToFile method enables a user to save chart image to a specified file.
The SaveToJSON method saves the JSON markup to the string variable.
The SaveToXml method saves the XML markup to the string variable.
The SaveXAMLToFile method loads a chart to a XAML file (*.xaml).

See also:

Chart Assembly Interfaces