Skip to main content
A newer version of this page is available. .

BootstrapPolarChartAxisSettingsBase Members

Serves as a base for classes storing the Polar Chart control’s axis settings.

Constructors

Name Description
BootstrapPolarChartAxisSettingsBase() Initializes a new instance of the BootstrapPolarChartAxisSettingsBase class with default settings.

Properties

Name Description
Collection Gets the collection to which an item belongs. Inherited from CollectionItem.
Color Inherited from BootstrapChartCommonAxisSettings.
ConstantLineCollection
ConstantLineStyle This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
DiscreteAxisDivisionMode Specifies whether ticks and grid lines should cross axis labels or lie between them. Applies only to the axes of the “discrete“ type. Inherited from BootstrapChartCommonAxisSettings.
GridVisible Specifies whether grid lines are visible. Inherited from BootstrapChartCommonAxisSettings.
Index Gets or sets the item’s index within the collection. Inherited from CollectionItem.
Inverted Inverts the axis. Inherited from BootstrapChartCommonAxisSettings.
Label An object defining the label configuration options that are common for all axes in the Polar Chart widget.
LogarithmBase Inherited from BootstrapChartCommonAxisSettings.
MaxValueMargin Controls the empty space between the maximum series points and the axis. Applies only to the axes of the “continuous” and “logarithmic” type. Inherited from BootstrapChartCommonAxisSettings.
MinorGridVisible Specifies whether the minor grid is visible. Inherited from BootstrapChartCommonAxisSettings.
MinorTickCount Inherited from BootstrapChartCommonAxisSettings.
MinorTickInterval Inherited from BootstrapChartCommonAxisSettings.
MinorTickIntervalUnit Inherited from BootstrapChartCommonAxisSettings.
MinorTickLength Specifies the length of minor ticks in pixels. Inherited from BootstrapChartCommonAxisSettings.
MinorTickSettings Configures the appearance of minor axis ticks. Inherited from BootstrapChartCommonAxisSettings.
MinorTickVisible Specifies whether minor ticks are visible. Inherited from BootstrapChartCommonAxisSettings.
MinValueMargin Controls the empty space between the minimum series points and the axis. Applies only to the axes of the “continuous” and “logarithmic” type. Inherited from BootstrapChartCommonAxisSettings.
SetTicksAtUnitBeginning Obsolete. This functionality is deprecated as redundant. Inherited from BootstrapChartCommonAxisSettings.
StripCollection
TickInterval Inherited from BootstrapChartCommonAxisSettings.
TickIntervalUnit Inherited from BootstrapChartCommonAxisSettings.
TickLength Specifies the length of ticks in pixels. Inherited from BootstrapChartCommonAxisSettings.
TickSettings Configures the appearance of major axis ticks. Inherited from BootstrapChartCommonAxisSettings.
TickVisible Specifies whether ticks are visible. Inherited from BootstrapChartCommonAxisSettings.
Type Inherited from BootstrapChartCommonAxisSettings.
ValueMarginsEnabled Adds an empty space between the axis and the minimum and maximum series points. Inherited from BootstrapChartCommonAxisSettings.
Visible Specifies whether the axis line is visible. Inherited from BootstrapChartCommonAxisSettings.

Methods

Name Description
Assign(CollectionItem) Copies the public properties from the specified object to the current one.
CollectCustomProperties(List<JsonPropertyInfo>) This property is for internal use only. Inherited from BootstrapChartCommonAxisSettings.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from CollectionItem.
See Also