Class CompositionAnnotationLayer
Namespace: VelloSharp.ChartEngine
Assembly: VelloSharp.ChartEngine.dll
Describes an annotation layer applied across one or more panes.
public sealed class CompositionAnnotationLayer
Inheritance
object ← CompositionAnnotationLayer
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Annotations
public List<ChartAnnotation> Annotations { get; }
Property Value
Id
public string Id { get; }
Property Value
TargetPaneIds
public ISet<string> TargetPaneIds { get; }
Property Value
ZOrder
public AnnotationZOrder ZOrder { get; }
Property Value
Methods
ForPanes(params string[])
public CompositionAnnotationLayer ForPanes(params string[] paneIds)
Parameters
paneIds
string[]