Labels settings
Inheritance Hierarchy
WinnovativeLabels
Namespace: Winnovative
Assembly: Winnovative.WebChart (in Winnovative.WebChart.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
[SerializableAttribute] [TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class Labels
The Labels type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Labels | Initializes a new instance of the Labels class |
Properties
Name | Description | |
---|---|---|
ItemLabels |
Labels for the value items (ex: percentage for pie/doughnut charts).
| |
LegendLabels |
Labels for the legend (and Z axis for 3D charts). Use this to override the default labels. If the number of labels is smaller than the number needed, labels will be reused.
| |
XAxisLabels |
Labels for X axis. Use this to override the default labels. If the number of labels is smaller than the number needed, labels will be reused.
| |
XAxisLabelsColumn |
Column index (0-based) for the X axis labels. Use this to override the default labels. By default, the first column in the DataSource is used for the X Axis Labels.
| |
YAxisLabelsFormat |
Format string for Y Axis labels. This property uses standard .NET formatting types. Check the MSDN Library for more details related to supported formatting types.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LegendLabelsFromArray |
Load the legend labels from an array
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ResetItemLabels |
Reset this property to the default value
| |
ResetLegendLabels |
Reset this property to the default value
| |
ResetXAxisLabels |
Reset this property to the default value
| |
ShouldSerialize |
Indicates if this class will be serialized or not
| |
ShouldSerializeItemLabels |
Indicates if the property should be serialized or not
| |
ShouldSerializeLegendLabels |
Indicates if the property should be serialized or not
| |
ShouldSerializeXAxisLabels |
Indicates if the property should be serialized or not
| |
ToString |
String representation of the class
(Overrides ObjectToString.) | |
XAxisLabelsFromArray |
Load the X Axis labels from an array
|
See Also