Represents the settings for a marker, including its shape, color and size.
Inheritance Hierarchy
Spotfire.Dxp.Application.Visuals.StylesMarkerStyle
Namespace: Spotfire.Dxp.Application.Visuals.Styles
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(68, 0)] public class MarkerStyle : ISerializable, IEquatable<MarkerStyle>
The MarkerStyle type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MarkerStyle |
Initializes a new instance of the MarkerStyle class.
|
Properties
| Name | Description | |
|---|---|---|
| Color |
Gets the color of the marker.
| |
| ColorLightnessFactor | ||
| ColorType |
Gets the color type for the marker.
| |
| Shape |
Gets the shape of the marker.
| |
| Size |
Gets the size of the marker. This is a value in the range 0-100.
|
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
| Equals(MarkerStyle) |
Determines whether the specified MarkerStyle is equal to this instance.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WithColor | ||
| WithDefaultColor |
Creates a new marker style with default color. The color is inherited from the coloring in the visualization or theme.
| |
| WithDefaultColor(Single) |
Creates a new marker style with default color and specified color transform value.
The color is inherited from the coloring in the visualization or theme.
| |
| WithShape | ||
| WithSize |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ISerializableGetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |
Version Information
Supported in: 14.7, 14.6
See Also