Class ChartCompositionBuilder
Namespace: VelloSharp.ChartEngine
Assembly: VelloSharp.ChartEngine.dll
Builder for creating
public sealed class ChartCompositionBuilder
Inheritance
object ← ChartCompositionBuilder
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
AnnotationLayer(string, AnnotationZOrder, Action<CompositionAnnotationLayer>?)
public ChartCompositionBuilder AnnotationLayer(string id, AnnotationZOrder zOrder, Action<CompositionAnnotationLayer>? configure = null)
Parameters
id
string
zOrder
AnnotationZOrder
configure
Action<CompositionAnnotationLayer>?
Returns
Pane(string)
public ChartPaneBuilder Pane(string id)
Parameters
id
string
Returns
UseAnimations(ChartAnimationProfile)
public ChartCompositionBuilder UseAnimations(ChartAnimationProfile profile)
Parameters
profile
ChartAnimationProfile