accessibilityLabel(_:)
Adds a label to the chart content that describes its contents.
Declaration
nonisolated func accessibilityLabel(_ label: KeyPath<Self.DataElement, Text>) -> some VectorizedChartContent<Self.DataElement>
Adds a label to the chart content that describes its contents.
nonisolated func accessibilityLabel(_ label: KeyPath<Self.DataElement, Text>) -> some VectorizedChartContent<Self.DataElement>