New to Telerik UI for ASP.NET Core? Download free 30-day trial

ChartAxisDefaultsSettings

Properties

Background - String

Color - String

Crosshair - ChartAxisDefaultsCrosshairSettings

The color of the crosshair. Accepts a valid CSS color string, including hex and rgb.

Labels - ChartAxisDefaultsLabelsSettings

The font style of the labels. Accepts a valid CSS color string, for example "20px 'Courier New'".

Line - ChartAxisDefaultsLineSettings

The color of the lines. Accepts a valid CSS color string, including hex and rgb.

MajorGridLines - ChartAxisDefaultsMajorGridLinesSettings

The color of the major grid lines. Accepts a valid CSS color string, including hex and rgb.

MajorTicks - ChartAxisDefaultsMajorTicksSettings

The color of the axis major ticks lines. Accepts a valid CSS color string, including hex and rgb.

MinorGridLines - ChartAxisDefaultsMinorGridLinesSettings

The color of the minor grid lines. Accepts a valid CSS color string, including hex and rgb.

MinorTicks - ChartAxisDefaultsMinorTicksSettings

The color of the axis minor ticks lines. Accepts a valid CSS color string, including hex and rgb.

NarrowRange - Nullable

Pane - String

PlotBands - List

Reverse - Nullable

StartAngle - Nullable

Title - ChartAxisDefaultsTitleSettings

The background color of the title. Accepts a valid CSS color string, including hex and rgb.

Visible - Nullable

Chart - Chart

The common settings for all Chart series.

Methods

Serialize()

Serializes the settings to a Dictionary.

In this article
Not finding the help you need?