PointMarker
StockSharp.Xaml.Charting.Visuals.RenderableSeries
Placeholder class for a PointMarker. Should be styled via control template
Inherits: TemplatableControl
Properties
DeferredContent
public DataTemplate DeferredContent { get; set; }
value = pointMarker.DeferredContent
pointMarker.DeferredContent = value
Gets or sets the DataTemplate which content is going to be used as a Content
Methods
CreateFromTemplate
public static PointMarker CreateFromTemplate(ControlTemplate template, object dataContext)
result = PointMarker.CreateFromTemplate(template, dataContext)
Returns new instance of PointMarker, which was created from the
OnApplyTemplate
public override void OnApplyTemplate()
pointMarker.OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
Fields
DeferredContentProperty
public static readonly DependencyProperty DeferredContentProperty
value = PointMarker.DeferredContentProperty
Defines the DeferredContent DependencyProperty