SimpleDiagramModel.DrillDownOptions Property
Gets or sets the SimpleDiagram.DrillDownOptions property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Behavior)]
public DrillDownOptionsModel DrillDownOptions { get; }
Property Value
Type | Description |
---|---|
DrillDownOptionsModel | A model for Drill-Down Options. |
See Also