Version

Axis Class Properties

For a list of all members of this type, see Axis members.

Public Properties
 NameDescription
Public PropertyActualMajorStrokeGets or sets the ActualMajorStroke property.  
Public PropertyActualMinorStrokeGets or sets the ActualMinorStroke property.  
Public PropertyActualStrokeGets or sets the effective stroke used for the axis.  
Public PropertyAnnotationsGets the current annotations for the axis.  
Public PropertyCrossingAxisGets or sets the CrossingAxis property.  
Public PropertyCrossingValueGets or sets the CrossingValue property.  
Public PropertyEnhancedIntervalMinimumCharactersGets or sets the minimum desired characters to be displayed for horizontal axes when using advanced label heuristics. -1 will attempt to adjust the interval to precisely fit the horizontal labels.  
Public PropertyEnhancedIntervalPreferMoreCategoryLabelsGets or sets whether the enhanced interval management should prefer to show all the labels if possible without collisions for supported types of category axes. This is for use with EnhancedIntervalMinimumCharacters = -1 and axes that have an integral interval.  
Public PropertyExpectFunctionsGets or sets whether the series should expect that properties in its items source may be functions that need to be evaluated to yield their value. This defaults to false, as there will be a subtle performance impact to using this feature. This value must be set before assigning an item's source to take effect.  
Public PropertyIsAngularGets if the current axis is of angular axis type  
Public PropertyIsCategoryGets or sets if the current axis is of category axis type  
Public PropertyIsCategoryDateTimeGets if the current axis is of category date time axis type  
Public PropertyIsContinuousGets if the current axis is a continuous rather than a discrete scale  
Public PropertyIsDateTimeGets or sets if the current axis is of date time axis type  
Public PropertyIsDisabledGets or sets the IsDisabled property. If true, the axis will not be rendered.  
Public PropertyIsInvertedGets or sets the IsInverted property.  
Public PropertyIsNumericGets or sets if the current axis is of numeric axis type  
Public PropertyIsOrdinalGets or sets if the current axis is of ordinal axis type  
Public PropertyIsPiecewiseGets or sets if the axis is a piecewise scaling function.  
Public PropertyIsRadialGets or sets if the current axis is of radial axis type  
Public PropertyIsSortingGets or sets if the current axis is sorting data items  
Public PropertyIsVerticalGets if the current axis is a vertical axis.  
Public PropertyLabelGets or sets the axis label format string.  
Public PropertyLabelAngleGets or Sets the Angle of the Axis Label.  
Public PropertyLabelExtentGets or sets the distance between the edge of the control and the label.  
Public PropertyLabelFontFamilyGets or Sets the Font Family of the Axis Label.  
Public PropertyLabelFontSizeGets or Sets the Font Size of the Axis Label.  
Public PropertyLabelFormatGets or sets the label format string to use for the label.  
Public PropertyLabelFormatSpecifiersGets or sets the format specifiers to use with the LabelFormat string.  
Public PropertyLabelHorizontalAlignmentGets or sets the HorizontalAlignment property.  
Public PropertyLabelLocationGets or sets the Location property.  
Public PropertyLabelMarginSpecifies the space between the Label and other elements.  
Public PropertyLabelsVisibleGets or sets the Visibility property.  
Public PropertyLabelTextColorGets or sets the color of the Axis Label text.  
Public PropertyLabelTextStyleGets or sets the Font Style applied to the Label's text.  
Public PropertyLabelVerticalAlignmentGets or sets the VerticalAlignment property.  
Public PropertyMajorStrokeGets or sets the MajorStroke property.  
Public PropertyMajorStrokeDashArrayGets or sets the MajorStrokeDashArray property.  
Public PropertyMajorStrokeThicknessGets or sets the MajorStrokeThickness property.  
Public PropertyMinorStrokeGets or sets the MinorStroke property.  
Public PropertyMinorStrokeDashArrayGets or sets the MinorStrokeDashArray property.  
Public PropertyMinorStrokeThicknessGets or sets the MinorStrokeThickness property.  
Public PropertyNameGets or sets the name of the Axis.  
Public PropertyOpacityGets or sets the Opacity of the Axis.  
Public PropertySeriesViewerGets the containing series viewer for this axis.  
Public PropertyShouldAvoidAnnotationCollisionsGets or sets whether annotations should be shifted to avoid collision, even if this would result in them appearing where they shouldn't be along the scale.  
Public PropertyShouldKeepAnnotationsInViewets or sets whether annotations should be kept in view, even if they aren't positioned where they should appear on the scale.  
Public PropertyShowFirstLabelGets or sets whether the first label is displayed when the zoom level is set to 1.  
Public PropertyStripGets or sets the Strip property.  
Public PropertyStrokeGets or sets the Stroke property.  
Public PropertyStrokeDashArrayGets or sets the StrokeDashArray property.  
Public PropertyStrokeThicknessGets or sets the StrokeThickness property.  
Public PropertyTickLengthGets or sets the TickLength property.  
Public PropertyTickStrokeGets or sets the TickStroke property.  
Public PropertyTickStrokeDashArrayGets or sets the TickStrokeDashArray property.  
Public PropertyTickStrokeThicknessGets or sets the TickStrokeThickness property.  
Public PropertyTitleGets or sets the Title property.  
Public PropertyTitleAngleGets or Sets the Angle of the Axis Title.  
Public PropertyTitleFontFamilyGets or Sets the Font Family of the Axis Title.  
Public PropertyTitleFontSizeGets or Sets the Font Size of the Axis Title.  
Public PropertyTitleHorizontalAlignmentGets or sets the HorizontalAlignment property.  
Public PropertyTitleMarginSpecifies the space between the Title and other elements.  
Public PropertyTitlePositionGets or sets the TitlePosition property.  
Public PropertyTitleTextColorGets or sets the color of the Axis Title text.  
Public PropertyTitleTextStyleGets or sets the Font Style applied to the Title's text.  
Public PropertyTitleVerticalAlignmentGets or sets the VerticalAlignment property.  
Public PropertyUseEnhancedIntervalManagementGets or sets whether to use more advanced heuristics when determining the initial number of labels to render, before resolving collisions, etc.  
Public PropertyUsePerLabelHeightMeasurementGets or sets whether to use label height measurement when determining the initial number of labels to render, before resolving collisions, etc.  
Public PropertyVisibilityGets or sets the display state of an Axis.  
See Also