The IChart interface contains properties and methods that are used to determine chart parameters.
| Property name | Brief description | |
| Outdated. Use IChart.SeriesOrder. | ||
| The AutoRotateMarker property determines whether auto rotation is set for a chart marker. | ||
| The AxisX property enables the 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 the user to specify parameters of the Y axis on a chart. | ||
| The AxisYSec property enables the user to determine parameters of the secondary Y axis on a chart. | ||
| The AxisZ property returns Z axis parameters on a chart. | ||
| The BubbleInfo property returns bubble chart settings. | ||
| The Caption property enables the user to determine chart caption parameters. | ||
| The Changed property returns whether the current chart is changed. | ||
| The ChartArea property enables the user to determine chart area parameters. | ||
| The ChartAsImage property determines whether charts and maps can be displayed in a regular report using the HighChart and MapChart components respectively. | ||
| The CircleInfo property enables the user to determine pie chart parameters. | ||
| The CircleInfoEx property determines parameters of the pie chart with a secondary pie chart or a histogram. | ||
| The Corridors property returns the chart corridors collection. | ||
| The DecorationType property determines a chart style. | ||
The DefaultMarker property determines a default marker type. |
||
| Outdated. Use IChartAxis.DisplayGrid. | ||
| The Displaybar chartm property determines whether a frequency chart is displayed. | ||
| The DisplayLegend property determines whether the legend is displayed. | ||
| The DisplayMarkers property determines visibility of markers. | ||
| The DisplayMode property determines a chart display mode. | ||
| The DisplaySecondaryAxis property determines whether a secondary axis is displayed. | ||
| The DisplayVolume3D property determines whether a 3D chart type is displayed. | ||
| The DisplayZAxis property determines whether Z axis is displayed on a chart. | ||
| The EditedSerie property determines series index when the By Points or Drawing editing modes are enabled. | ||
| The EnableHyperlinks property determines whether 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 histogram. | ||
| The GraphArea property enables the user to specify parameters of chart plot area. | ||
| The HighQuality property sets smoothing for chart elements and fonts. This property is outdated. | ||
Outdated. Use IChartHint.CustomFormat. |
||
| Outdated. Use IChartHint.StringFormat. | ||
| The HistogrammInfo property enables the user to determine frequency chart parameters. | ||
| The InteractiveMode property determines an interactive mode. | ||
| The IsConnectingLinesVisible property determines whether connecting lines of chart columns are displayed. | ||
| The IsDataLinkedDecor property determines whether series formatting is linked to the data source. | ||
| The IsDirty property determines whether chart parameters have been changed. | ||
| The Legend property determines legend parameters. | ||
| The Orientation property determines a 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 the collection of selected data series on the chart. | ||
| The SeparateSecondaryAxis property determines whether secondary axis is displayed. | ||
| The Series property enables the user to specify series parameters. | ||
| The SeriesOrder property determines order of chart series. | ||
| The StockStyle property determines a stock chart style. | ||
| The Style property determines a chart scale type. | ||
| The StyleGroup property determines parameters of displaying series groups' list. | ||
| The SuppressSpaceTick property determines whether additional tick marks are displayed for skipped ticks. | ||
| The TickLabelSpacing property determines the number of categories between scale tick 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/redo stack in the chart. | ||
| The UseZeroSubstitution property enables the user to set replacement of missing values with zeroes. | ||
| The UseAutoVisibleZoomScrollbars property determines whether to display scrollbars for a scaleable chart. | ||
The UseMarkersThinning property determines whether automatic marker thinning is used. |
||
The UseSignatureHint property determines whether data labels are displayed on the chart as tooltips. |
||
| The Volume3DInfo property enables the user to determine 3D chart parameters. | ||
| The WickOffset property determines offset of fluctuation interval markers relative to a bar. | ||
| The ZoomMode property determines a scale mode. |
| Method name | Brief description | |
| The GetNegativeBackground method returns fill color for negative chart columns. | ||
| The GetPositiveBackground method returns fill color for positive chart columns. | ||
| The GetTotalBackground method returns fill color for chart total columns. | ||
| The HitTestSeries method enables the user to get chart series in the 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 enables the user to display a chart in black and white format. | ||
| 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 the user to save chart image to the 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: