Skip to main content
All docs
V26.1
  • HistogramDataLabels Members

    Stores labels for a histogram series and their settings.

    Constructors

    Name Description
    HistogramDataLabels() Initializes a new instance of the HistogramDataLabels class.

    Properties

    Name Description
    Count Returns the number of point-specific extended data labels in the collection. Inherited from DataLabelsEx.
    Item[Int32] Gets or sets the histogram data label associated with the specified integer key.
    Keys Returns collection keys. Inherited from DataLabelsEx.
    LabelPosition Specifies the position of histogram data labels.
    NumberFormat Gets or sets number format settings for data label values. Inherited from DataLabelExBase.
    Properties Gets or sets appearance properties for the extended series data label. Inherited from DataLabelExBase.
    Separator Gets or sets a separator between displayed label text parts. Inherited from DataLabelExBase.
    ShowCategoryName Gets or sets whether to display the point category name (argument). Inherited from DataLabelExBase.
    ShowSeriesText Specifies whether to display the series name in data labels. Inherited from DataLabelExBase.
    ShowValue Gets or sets whether to display the point value in the label. Inherited from DataLabelExBase.
    TextProperties Gets or sets text formatting properties. Inherited from DataLabelExBase.
    Values Returns collection values. Inherited from DataLabelsEx.

    Methods

    Name Description
    Add(KeyValuePair<Int32, DataLabelEx>) Adds a key/value pair to the extended data label collection. Inherited from DataLabelsEx.
    Add(Int32, DataLabelEx) Adds a data label with the specified key. Inherited from DataLabelsEx.
    Clear() Removes all data labels from the collection. Inherited from DataLabelsEx.
    Clone() Creates a copy of the current object with the same settings.
    Contains(KeyValuePair<Int32, DataLabelEx>) Determines whether the collection contains the specified key/value pair. Inherited from DataLabelsEx.
    ContainsKey(Int32) Determines whether the collection contains a label for the specified key. Inherited from DataLabelsEx.
    CopyTo(KeyValuePair<Int32, DataLabelEx>[], Int32) Copies collection elements to an array, starting at the specified index. Inherited from DataLabelsEx.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetEnumerator() Returns an enumerator that iterates through the collection. Inherited from DataLabelsEx.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    Remove(KeyValuePair<Int32, DataLabelEx>) Removes the specified key/value pair from the collection. Inherited from DataLabelsEx.
    Remove(Int32) Removes the extended data label with the specified key. Inherited from DataLabelsEx.
    ToString() Returns a string that represents the current object. Inherited from Object.
    TryGetValue(Int32, out DataLabelEx) Gets the value associated with the specified key. Inherited from DataLabelsEx.
    See Also