DevExpress v24.2 Update — Your Feedback Matters
Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.
ChartValueAxisBuilder Class
In This Article
Represents a Chart value axis.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public class ChartValueAxisBuilder :
OptionsOwnerBuilder,
ICollectionItem
#Related API Members
The following members return ChartValueAxisBuilder objects:
Show 97 links
-
Chart
Value Axis Builder. Aggregated Points Position (Aggregated Points Position) -
Chart
Value Axis Builder. Allow Decimals (Boolean) -
Chart
Value Axis Builder. Allow Decimals (JS) -
Chart
Value Axis Builder. Auto Breaks Enabled (Boolean) -
Chart
Value Axis Builder. Auto Breaks Enabled (JS) -
Chart
Value Axis Builder. Axis Division Factor (Double) -
Chart
Value Axis Builder. Axis Division Factor (JS) -
Chart
Value Axis Builder. Breaks (Action <Collection Factory <Viz Scale Break Builder>>) -
Chart
Value Axis Builder. Break Style (Action <Chart Value Axis Break Style Builder>) -
Chart
Value Axis Builder. Categories (IEnumerable <Date Time>) -
Chart
Value Axis Builder. Categories (IEnumerable <Double>) -
Chart
Value Axis Builder. Categories (IEnumerable <String>) -
Chart
Value Axis Builder. Categories (JS) -
Chart
Value Axis Builder. Color (JS) -
Chart
Value Axis Builder. Color (String) -
Chart
Value Axis Builder. Constant Lines (Action <Collection Factory <Chart Value Axis Constant Line Builder>>) -
Chart
Value Axis Builder. Constant Line Style (Action <Chart Value Axis Constant Line Style Builder>) -
Chart
Value Axis Builder. Custom Position (Date Time) -
Chart
Value Axis Builder. Custom Position (Double) -
Chart
Value Axis Builder. Custom Position (JS) -
Chart
Value Axis Builder. Custom Position (String) -
Chart
Value Axis Builder. Discrete Axis Division Mode (Discrete Axis Division Mode) -
Chart
Value Axis Builder. End On Tick (Boolean) -
Chart
Value Axis Builder. End On Tick (JS) -
Chart
Value Axis Builder. Grid (Action <Chart Value Axis Grid Builder>) -
Chart
Value Axis Builder. Inverted (Boolean) -
Chart
Value Axis Builder. Inverted (JS) -
Chart
Value Axis Builder. Label (Action <Chart Value Axis Label Builder>) -
Chart
Value Axis Builder. Linear Threshold (Double) -
Chart
Value Axis Builder. Linear Threshold (JS) -
Chart
Value Axis Builder. Logarithm Base (Double) -
Chart
Value Axis Builder. Logarithm Base (JS) -
Chart
Value Axis Builder. Max Auto Break Count (Int32) -
Chart
Value Axis Builder. Max Auto Break Count (JS) -
Chart
Value Axis Builder. Max Value Margin (Double) -
Chart
Value Axis Builder. Max Value Margin (JS) -
Chart
Value Axis Builder. Minor Grid (Action <Chart Value Axis Minor Grid Builder>) -
Chart
Value Axis Builder. Minor Tick (Action <Chart Value Axis Minor Tick Builder>) -
Chart
Value Axis Builder. Minor Tick Count (Int32) -
Chart
Value Axis Builder. Minor Tick Count (JS) -
Chart
Value Axis Builder. Minor Tick Interval (Action <Chart Value Axis Minor Tick Interval Builder>) -
Chart
Value Axis Builder. Minor Tick Interval (Double) -
Chart
Value Axis Builder. Minor Tick Interval (JS) -
Chart
Value Axis Builder. Minor Tick Interval (Viz Time Interval) -
Chart
Value Axis Builder. Min Value Margin (Double) -
Chart
Value Axis Builder. Min Value Margin (JS) -
Chart
Value Axis Builder. Min Visual Range Length (Action <Chart Value Axis Min Visual Range Length Builder>) -
Chart
Value Axis Builder. Min Visual Range Length (Double) -
Chart
Value Axis Builder. Min Visual Range Length (JS) -
Chart
Value Axis Builder. Min Visual Range Length (Viz Time Interval) -
Chart
Value Axis Builder. Multiple Axes Spacing (Double) -
Chart
Value Axis Builder. Multiple Axes Spacing (JS) -
Chart
Value Axis Builder. Name (JS) -
Chart
Value Axis Builder. Name (String) -
Chart
Value Axis Builder. Offset (Double) -
Chart
Value Axis Builder. Offset (JS) -
Chart
Value Axis Builder. Opacity (Double) -
Chart
Value Axis Builder. Opacity (JS) -
Chart
Value Axis Builder. Option (String, Object) -
Chart
Value Axis Builder. Pane (JS) -
Chart
Value Axis Builder. Pane (String) -
Chart
Value Axis Builder. Placeholder Size (Double) -
Chart
Value Axis Builder. Placeholder Size (JS) -
Chart
Value Axis Builder. Position (Position) -
Chart
Value Axis Builder. Show Zero (Boolean) -
Chart
Value Axis Builder. Show Zero (JS) -
Chart
Value Axis Builder. Strips (Action <Collection Factory <Chart Value Axis Strip Builder>>) -
Chart
Value Axis Builder. Strip Style (Action <Chart Value Axis Strip Style Builder>) -
Chart
Value Axis Builder. Synchronized Value (Double) -
Chart
Value Axis Builder. Synchronized Value (JS) -
Chart
Value Axis Builder. Tick (Action <Chart Value Axis Tick Builder>) -
Chart
Value Axis Builder. Tick Interval (Action <Chart Value Axis Tick Interval Builder>) -
Chart
Value Axis Builder. Tick Interval (Double) -
Chart
Value Axis Builder. Tick Interval (JS) -
Chart
Value Axis Builder. Tick Interval (Viz Time Interval) -
Chart
Value Axis Builder. Title (Action <Chart Value Axis Title Builder>) -
Chart
Value Axis Builder. Title (JS) -
Chart
Value Axis Builder. Title (String) -
Chart
Value Axis Builder. Type (Axis Scale Type) -
Chart
Value Axis Builder. Value Margins Enabled (Boolean) -
Chart
Value Axis Builder. Value Margins Enabled (JS) -
Chart
Value Axis Builder. Value Type (Chart Data Type) -
Chart
Value Axis Builder. Visible (Boolean) -
Chart
Value Axis Builder. Visible (JS) -
Chart
Value Axis Builder. Visual Range (Action <Visual Range Builder>) -
Chart
Value Axis Builder. Visual Range (IEnumerable <Date Time>) -
Chart
Value Axis Builder. Visual Range (IEnumerable <Double>) -
Chart
Value Axis Builder. Visual Range (IEnumerable <String>) -
Chart
Value Axis Builder. Visual Range (JS) -
Chart
Value Axis Builder. Visual Range Update Mode (Visual Range Update Mode) -
Chart
Value Axis Builder. Whole Range (Action <Visual Range Builder>) -
Chart
Value Axis Builder. Whole Range (IEnumerable <Date Time>) -
Chart
Value Axis Builder. Whole Range (IEnumerable <Double>) -
Chart
Value Axis Builder. Whole Range (IEnumerable <String>) -
Chart
Value Axis Builder. Whole Range (JS) -
Chart
Value Axis Builder. Width (Double) -
Chart
Value Axis Builder. Width (JS)
#Remarks
Do not instantiate this class explicitly. A new ChartValueAxisBuilder
class instance is created when you call the ValueAxis(Action<CollectionFactory<ChartValueAxisBuilder>>) method.
#Implements
#Inheritance
Object
OptionsOwnerBuilder
ChartValueAxisBuilder
See Also