Marker
Represents a Marker class.
public class Marker
Public Class Marker
Inheritance: ObjectMarker
Licensing Info
This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Remarks
Markers can only be used with Area, Line and XYScatter charts.
Properties
| Color | Gets or sets the color of the Marker. |
| Size | Gets or sets the size of the Marker. |
Methods
| Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
| GetAsterisk(Single) | Gets the instance of the Marker type as an Asterisk. |
| GetCircle(Single) | Gets the instance of the Marker type as a Circle. |
| GetCross(Single) | Gets the instance of the Marker type as a Cross. |
| GetDash(Single) | Gets the instance of the Marker type as a Dash. |
| GetDiamond(Single) | Gets the instance of the Marker type as a Diamond. |
| GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
| GetPlus(Single) | Gets the instance of the Marker type as a Plus. |
| GetSquare(Single) | Gets the instance of the Marker type as a Square. |
| GetTriangle(Single) | Gets the instance of the Marker type as a Triangle. |
| GetType() | Gets the Type of the current instance. (Inherited from Object) |
| ToString() | Returns a String that represents the current Object . (Inherited from Object) |