SwiftPlotDiagramSecondaryAxisYCollection.Item[String] Property
Returns a swift plot diagram secondary Y-axis by its name.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value, specifying the axis name. |
Property Value
Type | Description |
---|---|
SwiftPlotDiagramSecondaryAxisY | An SwiftPlotDiagramSecondaryAxisY object with the specified ChartElementNamed.Name property. |
See Also