MarkerStyle Class

Spotfire 14.7 API Reference
Represents the settings for a marker, including its shape, color and size.
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodMarkerStyle
Initializes a new instance of the MarkerStyle class.
Top
Properties

  NameDescription
Public propertyColor
Gets the color of the marker.
Public propertyColorLightnessFactor
Gets the factor used to blend the color towards black or white. This is only used when ColorType is Default This is linear interpolation where 0 means no blending, and -1 means all black or 1 is all white.
Public propertyColorType
Gets the color type for the marker.
Public propertyShape
Gets the shape of the marker.
Public propertySize
Gets the size of the marker. This is a value in the range 0-100.
Top
Methods

  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(MarkerStyle)
Determines whether the specified MarkerStyle is equal to this instance.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWithColor
Creates a new MarkerStyle where the Color is set to the specified value.
Public methodWithDefaultColor
Creates a new marker style with default color. The color is inherited from the coloring in the visualization or theme.
Public methodWithDefaultColor(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.
Public methodWithShape
Creates a new MarkerStyle where the Shape is set to the specified value.
Public methodWithSize
Creates a new MarkerStyle where the Size is set to the specified value. Allowed values are 0-100.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodISerializableGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
Top
Version Information

Supported in: 14.7, 14.6
See Also

Reference