Class that handles the global settings for bar charts
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class BarSettings : ISerializable
<SerializableAttribute> _ Public Class BarSettings _ Implements ISerializable
[SerializableAttribute] public ref class BarSettings : ISerializable
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| BarSettingsBarSettingsNew(GraphPane) |
Constructor to build a BarSettings instance from the defaults.
| |
| BarSettingsBarSettingsNew(BarSettings, GraphPane) |
Copy constructor
| |
| BarBaseAxis()() | ||
| Base | Determines the base axis from which Bar
graphs will be displayed.
| |
| CalcClusterScaleWidth()() |
Calculate the width of an individual bar cluster on a BarItem graph.
This value only applies to bar graphs plotted on non-ordinal X axis
types (IsAnyOrdinal is false).
| |
| ClusterScaleWidth |
The width of an individual bar cluster on a Bar graph.
This value only applies to bar graphs plotted on non-ordinal X axis
types (Linear, Log, and
Date.
| |
| ClusterScaleWidthAuto |
Gets or sets a property that determines if the ClusterScaleWidth will be
calculated automatically.
| |
| 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.) | |
| GetClusterWidth()() |
Determine the width, in screen pixel units, of each bar cluster including
the cluster gaps and bar gaps.
| |
| 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.) | |
| GetObjectData(SerializationInfo, StreamingContext) |
Populates a SerializationInfo instance with the data needed to serialize the target object
| |
| GetType()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MinBarGap |
The minimum space between individual Bars
within a cluster, expressed as a
fraction of the bar size.
| |
| MinClusterGap |
The minimum space between Bar clusters, expressed as a
fraction of the bar size.
| |
| schema |
Current schema value that defines the version of the serialized file
| |
| ToString()() | (Inherited from Object.) | |
| Type | Determines how the BarItem
graphs will be displayed. See the BarType enum
for the individual types available.
|
| Object | |
| BarSettings | |
