Skip to main content

Class CompositionAnnotationLayer

Namespace: VelloSharp.ChartEngine
Assembly: VelloSharp.ChartEngine.dll

Describes an annotation layer applied across one or more panes.

public sealed class CompositionAnnotationLayer

Inheritance

objectCompositionAnnotationLayer

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

List<ChartAnnotation>

Id

public string Id { get; }

Property Value

string

TargetPaneIds

public ISet<string> TargetPaneIds { get; }

Property Value

ISet<string>

ZOrder

public AnnotationZOrder ZOrder { get; }

Property Value

AnnotationZOrder

Methods

ForPanes(params string[])

public CompositionAnnotationLayer ForPanes(params string[] paneIds)

Parameters

paneIds string[]

Returns

CompositionAnnotationLayer