C1.C1Rdl.Rdl2008 Namespace : ChartAxis Class |
The following tables list the members exposed by ChartAxis.
Name | Description | |
---|---|---|
ChartAxis Constructor | Initializes a new instance of the ChartAxis class. |
Name | Description | |
---|---|---|
AllowLabelRotation | Gets or sets the step by which axis labels can be incrementally rotated to fit within the chart.
Default: ChartAllowLabelRotation.Rotate90. | |
Angle | Gets or sets the angle at which to display axis labels. This must be an integer between –90 and 90.
Default: 0 | |
Arrows | Gets or sets the type of arrows for axis labels.
Default: None. | |
CrossAt | Gets or sets the value (that evaluates to a double or to a DateTime) at which to cross the other axis. If null (or error in expression), uses the default behavior for the chart type. Overrides ChartAxis.Location. | |
CustomProperties | Gets the ChartAxis.CustomProperties collection defining custom properties for the axis. | |
HideEndLabels | Gets or sets a value indicating whether the labels should be hidden at axis ends.
Default: False. | |
HideLabels | Gets or sets a value indicating whether the axis labels are hidden. | |
IncludeZero | Gets or sets a value indicating whether the axis should always include zero. Ignored if Minimum is set.
Default: True. | |
Interlaced | If this property is true then strip lines are drawn at every other grid line interval for the axis. If grid lines are not used for the axis then the axis' tick marks or labels are used to determine the interlaced strip lines interval.
Default: False. | |
InterlacedColor | Gets or sets the color of the interlaced strips. | |
Interval | Gets or sets the default interval between gridlines, tick marks and labels.
Default (0) means that the axis is autodivided. | |
IntervalOffset | Gets or sets the default offset for the first tick mark from the axis min.
Default: 0. | |
IntervalOffsetType | Gets or sets the default unit for the ChartAxis.IntervalOffset. | |
IntervalType | Gets or sets the default unit for the ChartAxis.Interval. | |
LabelInterval | Gets or sets the interval between labels.
Default (0) uses ChartAxis.Interval | |
LabelIntervalOffset | Gets or sets the offset for the first label from the axis min.
Default (0) uses ChartAxis.IntervalOffset. | |
LabelIntervalOffsetType | Gets or sets the unit for the ChartAxis.LabelIntervalOffset. | |
LabelIntervalType | Gets or sets the unit for the ChartAxis.LabelInterval. | |
LabelsAutoFitDisabled | Gets or sets a value indicating axis labels should not be automatically adjusted to fit.
Default: False. | |
Location | Gets or sets a value indicating whether the axis is drawn on the default side (for example, left for the value axis on a line chart) or on the opposite side. | |
LogBase | Gets or sets the base to use for the logarithmic scale.
Default: 10. | |
LogScale | Gets or sets a value indicating whether the axis is logarithmic.
Default: False. | |
MajorGridLines | Gets the ChartGridLines object defining how major gridlines should be displayed for this axis. | |
MajorTickMarks | Gets the ChartTickMarks object defining major tick marks for the axis. | |
Margin | Gets or sets a value indicating whether an axis margin will be created. The size of the margin is automatically generated based on the scale and the number of data points.
Default: C1.C1Rdl.TriState.Auto. | |
MarksAlwaysAtPlotEdge | Gets or sets a value indicating whether the marks should stay with the edge of the plot area rather than move with the axis.
Default: False. | |
MaxFontSize | Gets or sets the minimum font size when autofitting labels.
Default: 10pt. | |
Maximum | Gets or sets the maximum value for the axis. If null (which is the default) or error in expression, the axis autoscales. | |
MinFontSize | Gets or sets the minimum font size when autofitting labels.
Default: 6pt. | |
Minimum | Gets or sets the minimum value for the axis. If null (which is the default) or error in expression, the axis autoscales. | |
MinorGridLines | Gets the ChartGridLines object defining how minor gridlines should be displayed for this axis. | |
MinorTickMarks | Gets the ChartTickMarks object defining minor tick marks for the axis. | |
Name | Gets or sets the unique name of the current object. If an item with the specified name already exists in the collection, an exception is thrown. (Inherited from C1.C1Preview.NamedCollectionItem) | |
OffsetLabels | Gets or sets a value indicating whether the labels should be offset.
Default: False. | |
PreventFontGrow | Gets or sets a value indicating whether the axis label font size should not be increased to fit within the chart.
Default: False. | |
PreventFontShrink | Gets or sets a value indicating whether the axis label font size should not be reduced to fit within the chart.
Default: False. | |
PreventLabelOffset | Gets or sets a value indicating whether the axis labels should not be staggered to fit within the chart. | |
PreventWordWrap | Gets or sets a value indicating whether the axis labels should not be word-wrapped to fit within the chart. | |
Reverse | Gets or sets a value indicating whether the axis should be plotted in the reverse direction.
Default: False. | |
Scalar | Gets or sets a value indicating whether the values along this axis are scalar values (that is, numeric or date) which should be displayed on the chart in a continuous axis. Scalar cannot be true if the axis has more than one group, if it has a static group or a group with more than one group expression. The type of scalar (date, integer, float) is derived from the first non-null value found. All values are converted to that type. If any non-scalar value is present, the axis will revert to non-scalar. Treated as True if this is a ChartCategoryAxis and any ChartSeries plotted against this axis contains a ChartDataPoint with ChartDataPointValues.X defined. | |
ScaleBreak | Gets the ChartAxisScaleBreak object defining scale break behavior for the axis. | |
StripLines | Gets the ChartStripLines collection defining custom strip lines for the axis. | |
Style | Gets the ChartAxis.Style object defining text style properties for the axis labels and line style properties for the axis line. | |
Title | Gets the ChartAxisTitle object defining a title of the axis. | |
VariableAutoInterval | Gets or sets a value indicating whether if an automatic interval is calculated, it should be based on available size. Otherwise, the interval will be calculated based only on the data range. | |
Visible | Gets or sets a value indicating whether the axis is displayed.
Default: C1.C1Rdl.TriState.Auto. |
Name | Description | |
---|---|---|
AssignFrom | Overridden. Copies properties from another ChartAxis to the current object. | |
Clone | Creates a copy of the current C1.C1Preview.NamedCollectionItem object. Note that the C1.C1Preview.NamedCollectionItem.Owner property is not copied to the new object. (Inherited from C1.C1Preview.NamedCollectionItem) |