ZedGraph LogoZedGraph Class Library Documentation
BarSettings Class
NamespacesZedGraphBarSettings
Class that handles the global settings for bar charts
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class BarSettings : ISerializable
<SerializableAttribute> _
Public Class BarSettings _
	Implements ISerializable
[SerializableAttribute]
public ref class BarSettings : ISerializable
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
BarSettingsBarSettingsNew(GraphPane)
Constructor to build a BarSettings instance from the defaults.

BarSettingsBarSettingsNew(BarSettings, GraphPane)
Copy constructor

BarBaseAxis()()
Determine the Axis from which the Bar charts are based.

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)
Determines whether the specified Object is equal to the current 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.

static memberschema
Current schema value that defines the version of the serialized file

ToString()()
Returns a String that represents the current Object.
(Inherited from Object.)
Type
Determines how the BarItem graphs will be displayed. See the BarType enum for the individual types available.

Inheritance Hierarchy
Object
BarSettings

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621