StackedBarTotalLabel.ConnectorLineStyle Property
Returns the total labels’ connectors line style.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public LineStyle ConnectorLineStyle { get; }
Property Value
Type | Description |
---|---|
LineStyle | The line style of total labels’ connectors. |
See Also