Click or drag to resize

ChartViewModelContextMenuItems Property

Gets the context menu items

Namespace:  SharpCharts.Base.Chart
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public ObservableImmutableList<ToolBarItem> ContextMenuItems { get; }

Property Value

Type: ObservableImmutableListToolBarItem
See Also