Winnovative Web Chart Documentation

Labels Class

Winnovative Web Chart
Labels settings
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodLabels
Initializes a new instance of the Labels class
Top
Properties

  NameDescription
Public propertyItemLabels
Labels for the value items (ex: percentage for pie/doughnut charts).
Public propertyLegendLabels
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.
Public propertyXAxisLabels
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.
Public propertyXAxisLabelsColumn
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.
Public propertyYAxisLabelsFormat
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.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLegendLabelsFromArray
Load the legend labels from an array
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResetItemLabels
Reset this property to the default value
Public methodResetLegendLabels
Reset this property to the default value
Public methodResetXAxisLabels
Reset this property to the default value
Public methodShouldSerialize
Indicates if this class will be serialized or not
Protected methodShouldSerializeItemLabels
Indicates if the property should be serialized or not
Protected methodShouldSerializeLegendLabels
Indicates if the property should be serialized or not
Protected methodShouldSerializeXAxisLabels
Indicates if the property should be serialized or not
Public methodToString
String representation of the class
(Overrides ObjectToString.)
Public methodXAxisLabelsFromArray
Load the X Axis labels from an array
Top
See Also

Reference