[]
        
(Showing Draft Content)

C1.Web.Mvc.ChartAxis-1

ChartAxis<T> Class

Inheritance
ChartAxis<T>
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class ChartAxis<T>
Type Parameters
Name Description
T

Constructors

Name Description
ChartAxis()

Creates one ChartAxis<T> instance.

Properties

Name Description
AxisLine

Gets or sets a value indicating whether the axis line is visible.

Binding

Gets or sets the comma-separated property names for property "ItemsSource".

Format

Gets or sets the format string used for axis labels

GroupsOptions

Gets or sets label groups settings for the axis

ItemFormatter

Gets or sets the itemFormatter client-side function name for axis labels.

ItemsSource

Gets or sets the items source for axis labels.

LabelAlign

Gets or sets the label alignment.

LabelAngle

Gets or sets the rotation angle of axis labels. The angle is measured in degrees with valid values ranging from -90 to 90.

LabelMax

Gets or sets a value that determines whether the maximum axis value should be always labeled.

LabelMin

Gets or sets a value that determines whether the minimum axis value should be always labeled.

LabelPadding

Gets or sets the label padding.

Labels

Gets or sets a value indicating whether axis labels are visible.

LogBase

Gets or sets the logarithmic base of the axis.

MajorGrid

Gets or sets a value indicating whether the axis includes grid lines.

MajorTickMarks

Gets or sets the location of axis tick marks.

MajorUnit

Gets or sets the number of units between axis labels.If the axis contains date values, then the units are expressed in days.

Max

Gets or sets the maximum value shown on the axis. If not set, the maximum is calculated automatically.

Min

Gets or sets the minimum value shown on the axis. If not set, the minimum is calculated automatically.

MinorGrid

Gets or sets a value indicating whether the axis includes minor grid lines.

MinorTickMarks

Gets or sets the location of minor axis tick marks.

MinorUnit

Gets or sets the number of units between minor axis ticks. If the axis contains date values, then the units are expressed in days.

Name

Gets or sets the axis name.

OnClientRangeChanged

Occurs when axis range changed.

Origin

Gets or sets the value at which the axis crosses perpendicular axis.

OverlappingLabels

Gets or sets a value indicating how to handle overlapped axis labels.

PlotAreaIndex

Gets or sets the plot area for the axis.

Position

Gets or sets the enumerated axis position.

Reversed

Gets or sets a value indicating whether the axis is reversed (top to bottom or right to left).

Title

Gets or sets the title text shown next to the axis.