[]
        
(Showing Draft Content)

C1.Chart.ContentOptions

ContentOptions Enum

Specifies content options.

Namespace: C1.Chart
Assembly: C1.Blazor.Chart.dll
Syntax
public enum ContentOptions

Fields

Name Description
None

All content is shown.

Trim

Trim content if its width is large than MaxWidth property.

WordWrap

Wrap content if its width is large than MaxWidth property.