Back to Devexpress

DrawOptions Members

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

latest3.3 KB
Original Source

DrawOptions Members

Represents a class that contains settings for custom drawing series of different view types.

Properties

NameDescription
ColorGets or sets the series or series point color when implementing custom drawing in the chart control.

Methods

NameDescription
Clone()Creates a copy of the current DrawOptions object.
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 DrawOptions instance.
GetHashCode()Gets the hash code (a number) that corresponds to the value of the current DrawOptions 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.

Operators

NameDescription
Equality(DrawOptions, DrawOptions) staticCompares two DrawOptions objects. The result specifies whether these objects are equal.
Inequality(DrawOptions, DrawOptions) staticReturns whether two DrawOptions objects are not equal.

See Also

DrawOptions Class

DevExpress.Xpf.Charts Namespace