IChartAxis

Assembly: Chart;

Namespace: Prognoz.Platform.Interop.Chart;

Description

The IChartAxis interface contains properties and methods determining parameters of chart axes.

Inheritance Hierarchy

          IChartAbstractItem

          IChartAxis

Properties

  Property name Brief description
Outdated. Use IChart.TickLabelSpacingAuto.
The AutoMax property automatically calculates a maximum on the axis.
The AutoMin property automatically calculates a minimum on the axis.
The AutoMinorTickSpace property automatically determines a value of scale spacing for additional tick marks of the value axis.
Outdated. Use IChartAxis.Position.
The AutoScale property determines an automatic axis scale mode.
Outdated. Use IChartAxis.AutoScale.
The AutoScaleParameter property determines an automatic scale parameter.
The AutoTextSpacing property determines the distance from a label to an axis line that is set automatically.
The AxisPen property sets parameters of pen to draw axis line.
The ChartAxisType property determines a type of chart axis.
The Caption property enables the user to determine parameters and contents of an axis caption.
The CustomFormat property enables the user to determine a custom format of values for chart axes.
The DisplayGrid property determines visibility of a grid or additional scale tick marks depending on the selected mode.
The DateAxisSettings property determines dates axis settings.
The DisplayMinorGrid property determines whether minor gridlines are displayed.
The DisplayUnit property sets tick mark interval for an axis.
The DisplayUnitCaption property determines parameters of tick mark interval caption.
The EnableReducingLabelSize property determines whether label font on the value axis is automatically reduced.
The Font property determines a text font for chart axes.
The FontColor property determines a font color for chart axes.
The GridType property determines an axis display mode.
The IncludeZero property determines whether zero must be enabled on an axis.
The InterGridDistance property determines a minimum distance between grids.
The IntervalsCount property determines the number of intervals on the Y axis.
The LevelLines property determines parameters of chart level line.
The LinePen property determines parameters of gridlines vertical to the axis.
The Max property determines a maximum on an axis.
The MaxJointGap property determines an end value of axis breakpoint.
The Min value determines a minimum on an axis.
The MinJointGap property determines a start value of axis breakpoint.
The MinorLinePen property determines settings of gridline minor lines.
The MinorTick property enables working with minor tick marks for each axis.
The MinorTickPen property determines settings of grid minor tick marks.
The MinorTickSpace property enables the user to calculate a step between minor tick marks.
The Position property determines a position where the chart intersects with the orthogonal chart axis.

The PositionOffset property determines a type of axis offset relative to chart plot area.

The PositionOffsetValue property sets the distance, by which the axis is offset.

The PositionValue property determines the distance to intersection with an orthogonal axis.
The ReverseOrder property determines whether reverse order of axis values (categories) is used.
The ShowCategoryLines property determines whether lines are displayed between category labels on an axis.
The StepDistance property enables the user to set a minimum distance between interval values in millimeters.
The StepMode property determines a method of tick marks calculation.
The StepValue property determines a tick mark interval on the Y axis.
The TextAlignment property determines a text alignment method relative to the axis.
The TextAngle property determines a label rotation angle.
The TextHorizontalAlignment property determines the horizontal position of multiline label text for the category axis.
Outdated. Use IChartAxis.TextMultiline.
The TextIsStagger property determines whether the labels of chart category axis can be arranged in a staggered pattern.
The TextMultiline property determines a label text wrap type.
The TextSpacing property determines a custom distance from a label to an axis line.
The TextIsStagger property determines which labels (even or odd) are located in the first row on arranging the category axis labels in a staggered pattern.
The TextVisible property determines whether axis labels are visible.
The TickAlignment property determines a position of tick marks relative to axes.
The TickMarksInterval property determines an interval between category axis tick marks.
The TickPen property determines parameters of the pen used for drawing axis tick marks.
The TicksBetweenCategories property determines a tick mark line position with relative to categories.
The TicksOnZeroLine property determines whether tick marks are displayed on a zero line.
The UseJointGap property sets column breaks when using scalable scale for an axis (clustering, distribution).
The Visible property determines whether an axis is displayed.

Properties inherited from IChartAbstractItem

  Property name Brief description
The Chart property returns the object of the IChart type, to which a graph element belongs.
The Contains property checks if the point is included into the object.
The Selected property determines whether a graph component is selected.

Methods

  Method name Brief description
DisplaySelectedPoints The DisplaySelectedPoints method scales a chart so that all selected points are displayed.
ZoomIn The ZoomIn method enables the user to zoom in a certain section along an axis.
ZoomOut The ZoomOut method determines zooming out a previously zoomed in section and resetting the axis to initial state.

See also:

Chart Assembly Interfaces