TotalLabel.Border Property
Gets or sets settings that configures the total labels’ border.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public RectangularBorder Border { get; }
Property Value
Type | Description |
---|---|
RectangularBorder | The border settings storage. |
See Also