ClassAxis
Axis settings for plotting chart data in documents, providing shared range, formatting, visibility, and gridline configuration. Use as the base for category, value, and date axes when rendering charts.
Definition
Namespace:Telerik.Windows.Documents.Model.Drawing.Charts
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
public abstract class Axis
Inheritance: objectAxis
Derived Classes:
Constructors
Properties
AxisType
Identifies the axis kind (value, category, or date) used to plot series.
IsVisible
Controls whether the axis line, labels, and gridlines are rendered.
MajorGridlines
Line style for the axis’s major gridlines drawn across the plot area.
Max
Upper bound of the axis scale; when null the maximum is determined automatically. For data axes, use an OLE Automation date value; for a categorical axis, use the position of the category within the collection.
Min
Lower bound of the axis scale; when null the minimum is determined automatically. For data axes, use an OLE Automation date value; for a categorical axis, use the position of the category within the collection.
NumberFormat
Format string applied to axis values when rendered (e.g., numeric or date/time); affects label text only.