symbol property
A symbol used to represent elements in the class break.
Implementation
ArcGISSymbol? get symbol => _symbol.value;
Implementation
set symbol(ArcGISSymbol? value) => _symbol.value = value;
A symbol used to represent elements in the class break.
ArcGISSymbol? get symbol => _symbol.value;
set symbol(ArcGISSymbol? value) => _symbol.value = value;