alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class MarkerData

    Represents the chart series adornments style customization

    Inheritance
    System.Object
    MarkerData
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.UI.Xaml.SmithChart
    Assembly: Syncfusion.SfSmithChart.WPF.dll
    Syntax
    public class MarkerData : DependencyObject, INotifyPropertyChanged

    Constructors

    MarkerData()

    Declaration
    public MarkerData()

    Fields

    InteriorProperty

    The DependencyProperty for Interior property.

    Declaration
    public static readonly DependencyProperty InteriorProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    StrokeProperty

    The DependencyProperty for Stroke property.

    Declaration
    public static readonly DependencyProperty StrokeProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Height

    Gets or sets marker height.

    Declaration
    public double Height { get; set; }
    Property Value
    Type
    System.Double

    Interior

    Gets or sets interior for marker

    Declaration
    public Brush Interior { get; set; }
    Property Value
    Type
    System.Windows.Media.Brush

    Stroke

    Gets or sets marker stroke color.

    Declaration
    public Brush Stroke { get; set; }
    Property Value
    Type
    System.Windows.Media.Brush

    Width

    Gets or sets marker width.

    Declaration
    public double Width { get; set; }
    Property Value
    Type
    System.Double

    Events

    PropertyChanged

    Occurs when binding property values are changed.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved