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

    Specifies settings for the side series point.

    Constructors

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

    Fields

    Name Description
    ActualLabelProperty static Identifies the ActualLabel dependency property.
    LabelDisplayModeProperty static Identifies the LabelDisplayMode dependency property.
    LabelProperty static Identifies the Label dependency property.

    Properties

    Name Description
    ActualLabel Returns the actual settings of the series label.
    Label Specifies the side series point’s label settings.
    LabelDisplayMode Specifies how the label of a side series point is displayed.
    TypeNameSerializable Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject.

    Events

    Name Description
    PropertyChanged Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject.
    See Also