Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Marker Class
Members


In This Topic
    Marker Class
    In This Topic
    Allows to customize the markers.
    Syntax
    'Declaration
     
    Public Class Marker 
    'Usage
     
    Dim instance As Marker
    public class Marker 
    Inheritance Hierarchy

    System.Object
       Xceed.Document.NET.Marker

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the image that will be used to fill the marker in a designated series or data point. It will overwrite the SolidFill value to null if that value was previously set.  
    Public PropertyGets or sets the outline color of a specific marker in a designated series or data point.  
    Public PropertyGets or sets the size of the marker if SymbolType is set. Note that the value of this property must be positive.  
    Public PropertyGets or sets the color that is used to fill the marker in a designated series or data point. It will overwrite the Image value to null if that value was previously set.  
    Public PropertyGets or sets the shape of a marker in a series or data point, using the enum MarkerStyle. It can be combined with the Image property to change the final shape.  
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also