Skip to content

Commit 1c92520

Browse files
author
Oleg
committed
Make roundedCornersInverted setter private for better protocol
1 parent 1b9bc5b commit 1c92520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Charts/Data/Implementations/Standard/BarChartDataSet.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ open class BarChartDataSet: BarLineScatterCandleBubbleChartDataSet, BarChartData
7777
}
7878
}
7979

80-
open var roundedCornersInverted: UIRectCorner = []
80+
open private(set) var roundedCornersInverted: UIRectCorner = []
8181

8282
/// Calculates the total number of entries this DataSet represents, including
8383
/// stacks. All values belonging to a stack are calculated separately.

0 commit comments

Comments
 (0)