Back to Devexpress

SeriesPointPresentationData Members

wpf-devexpress-dot-xpf-dot-charts-dot-seriespointpresentationdata-dot-underscore-members.md

latest4.3 KB
Original Source

SeriesPointPresentationData Members

For internal use. Contains settings that determine the presentation data of a series point item.

Constructors

NameDescription
SeriesPointPresentationData()Initializes a new instance of the SeriesPointPresentationData class with default settings.

Properties

NameDescription
IsHighlightedFor internal use. Returns a value that indicates whether presentation data is highlighted.
IsSelectedFor internal use. Returns a value that indicates whether presentation data is selected.
LabelTextFor internal use. Specifies the point’s label text. This is a dependency property.
LayoutFor internal use. Specifies the series point layout. This is a dependency property.
LayoutsFor internal use. Specifies the series point layouts when scale breaks cross the point. This is a dependency property.
LegendTextFor internal use. Specifies the point’s legend text. This is a dependency property.
OpacityFor internal use. Specifies the point’s opacity. This is a dependency property.
PointColorFor internal use. Specifies the point’s color. This is a dependency property.
SeriesPointFor internal use. Returns the series point which uses this presentation data.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

SeriesPointPresentationData Class

DevExpress.Xpf.Charts Namespace