ExpertComponents WebChart
Chart axis settings
| C# | Visual Basic | Managed C++ |
[SerializableAttribute] public class AxisSettings
<SerializableAttribute> _ Public Class AxisSettings
[SerializableAttribute] public ref class AxisSettings
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| AxisSettingsNew() |
Initializes the default settings
| |
| AxisSettingsNew(AxisType) |
Initializes the default settings
| |
| Color |
Color of the axis line
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode() | Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType() | Gets the Type of the current instance. (Inherited from Object.) | |
| LabelsColor |
Color of the labels
| |
| LabelsFont |
Font of the labels
| |
| MajorGridLines |
Major grid lines settings
| |
| MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MinorGridLines |
Minor grid lines settings
| |
| ResetColor() |
Reset this property to the default value
| |
| ResetLabelsColor() |
Reset this property to the default value
| |
| ResetLabelsFont() |
Reset this property to the default value
| |
| ResetMajorGridLines() |
Reset this property to the default value
| |
| ResetMinorGridLines() |
Reset this property to the default value
| |
| ResetScaleRange() |
Reset this property to the default value
| |
| ResetStyle() |
Reset this property to the default value
| |
| ResetTicks() |
Reset this property to the default value
| |
| ScaleRange |
Scale range settings
| |
| ShouldSerialize() |
Indicates if this class will be serialized or not
| |
| ShouldSerializeColor() |
Indicates if the property should be serialized or not
| |
| ShouldSerializeLabelsColor() |
Indicates if the property should be serialized or not
| |
| ShouldSerializeLabelsFont() |
Indicates if the property should be serialized or not
| |
| ShouldSerializeScaleRange() |
Indicates if the property should be serialized or not
| |
| ShouldSerializeStyle() |
Indicates if the property should be serialized or not
| |
| ShouldSerializeTicks() |
Indicates if the property should be serialized or not
| |
| Size |
Size (thickness) of the axis line. Value between 0 and 20. Default 2.
| |
| Space |
Space between the axis and the edge of the chart. Value between 0 and 500. Default 75.
| |
| Style |
Style of the axis line
| |
| Ticks |
Ticks settings
| |
| ToString() |
String representation of the class
(Overrides Object.ToString().) |
| Object | |
| AxisSettings | |
Assembly: ExpertComponents.WebChart Version: 2.1.0.18844 (Module: ExpertComponents.WebChart)